Home
last modified time | relevance | path

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

/aoo41x/main/package/source/zipapi/
H A DXUnbufferedStream.cxx177 sal_Int32 nRead = 0, nLastRead = 0, nTotal = 0; in readBytes() local
233 …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