Searched refs:nInLen (Results 1 – 2 of 2) sorted by relevance
/trunk/main/oox/source/core/ |
H A D | encryption.cxx | 304 sal_Int32 nInLen; in decryptStream() local 307 while( (nInLen = aEncryptedPackage.readMemory( pnInBuffer, sizeof( pnInBuffer ) )) > 0 ) in decryptStream() 309 EVP_DecryptUpdate( aes_ctx, pnOutBuffer, &nOutLen, pnInBuffer, nInLen ); in decryptStream()
|
/trunk/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 65 milliseconds