Home
last modified time | relevance | path

Searched refs:nInLen (Results 1 – 2 of 2) sorted by relevance

/trunk/main/oox/source/core/
H A Dencryption.cxx304 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 Dww8par.cxx2725 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 46 milliseconds