Searched refs:nInLen (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/oox/source/core/ |
H A D | filterdetect.cxx | 573 sal_Int32 nInLen; in extractUnencryptedPackage() local 576 … while( (nInLen = aEncryptedPackage.readMemory( pnInBuffer, sizeof( pnInBuffer ) )) > 0 ) in extractUnencryptedPackage() 578 EVP_DecryptUpdate( &aes_ctx, pnOutBuffer, &nOutLen, pnInBuffer, nInLen ); in extractUnencryptedPackage()
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | ww8par.cxx | 2725 sal_Char *pIn, sal_Size nInLen, sal_Unicode *pOut, sal_Size nOutLen) in Custom8BitToUnicode() argument 2748 pIn+nConverted, nInLen-nConverted, in Custom8BitToUnicode() 2771 } while (nConverted < nInLen); in Custom8BitToUnicode()
|
Completed in 42 milliseconds