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()
668 sal_Int32 nRead = aGrabber.readBytes( aNameBuffer, nPathLen ); in readLOC()
711 aGrabber.readBytes ( aBuffer, nLength - nEnd ); in findEND()
772 sal_Int64 nRead = aGrabber.readBytes ( aCENBuffer, nCenLen ); in readCEN()
863 … for( sal_Int32 nGenPos = 0; aGrabber.readBytes( aBuffer, nToRead ) && aBuffer.getLength() > 16; ) in recover()
922 aGrabber.readBytes( aFileName, aEntry.nPathLen ); in recover()
1043 aGrabber.readBytes( aBuffer, nBlockSize ) && ind * nBlockSize < nSize; in getCRC()
1064 …!aInflaterLocal.finished() && aGrabber.readBytes( aBuffer, nBlockSize ) && ind * nBlockSize < nCom… in getSizeAndCRC()