Lines Matching refs:readBytes
307 if ( nHeaderSize == rStream->readBytes ( aBuffer, nHeaderSize ) ) in StaticFillData()
356 if ( nSaltLength == rStream->readBytes ( aBuffer, nSaltLength ) ) in StaticFillData()
360 if ( nIVLength == rStream->readBytes ( aBuffer, nIVLength ) ) in StaticFillData()
364 if ( nDigestLength == rStream->readBytes ( aBuffer, nDigestLength ) ) in StaticFillData()
369 if ( nMediaTypeLength == rStream->readBytes ( aBuffer, nMediaTypeLength ) ) in StaticFillData()
417 xStream->readBytes( aReadBuffer, nSize ); in StaticGetDataFromRawStream()
510 xStream->readBytes( aReadBuffer, nSize ); in hasValidPassword()
716 sal_Int32 nRead = aGrabber.readBytes( aNameBuffer, nPathLen ); in readLOC()
743 nRead = aGrabber.readBytes( aExtraFields, rEntry.nLOCExtraLen ); in readLOC()
791 aGrabber.readBytes ( aBuffer, nLength - nEnd ); in findEND()
874 sal_Int64 nRead = aGrabber.readBytes ( aCENBuffer, nCenLen ); in readCEN()
1047 … for( sal_Int32 nGenPos = 0; aGrabber.readBytes( aBuffer, nToRead ) && aBuffer.getLength() > 16; ) in recover()
1107 aGrabber.readBytes( aFileName, aEntry.nPathLen ); in recover()
1228 aGrabber.readBytes( aBuffer, nBlockSize ) && ind * nBlockSize < nSize; in getCRC()
1249 …!aInflaterLocal.finished() && aGrabber.readBytes( aBuffer, nBlockSize ) && ind * nBlockSize < nCom… in getSizeAndCRC()