Searched refs:doInflateSegment (Results 1 – 4 of 4) sorted by relevance
47 …sal_Int32 SAL_CALL doInflateSegment( ::com::sun::star::uno::Sequence< sal_Int8 >& rBuffer, sal_Int…
91 sal_Int32 SAL_CALL Inflater::doInflateSegment( Sequence< sal_Int8 >& rBuffer, sal_Int32 nNewOffset,… in doInflateSegment() function in Inflater
233 …while ( 0 == ( nLastRead = maInflater.doInflateSegment( aData, nRead, aData.getLength() - nRead ) … in readBytes()
1074 nLastInflated = aInflaterLocal.doInflateSegment( aData, 0, nBlockSize ); in getSizeAndCRC()
Completed in 28 milliseconds