Searched refs:nLastRead (Results 1 – 1 of 1) sorted by relevance
177 sal_Int32 nRead = 0, nLastRead = 0, nTotal = 0; in readBytes() local233 …while ( 0 == ( nLastRead = maInflater.doInflateSegment( aData, nRead, aData.getLength() - nRead ) … in readBytes()234 ( nRead + nLastRead != nRequestedBytes && mnZipCurrent < mnZipEnd ) ) in readBytes()236 nRead += nLastRead; in readBytes()296 mnMyCurrent += nRead + nLastRead; in readBytes()297 nTotal = nRead + nLastRead; in readBytes()
Completed in 5 milliseconds