Searched refs:mnMyCurrent (Results 1 – 2 of 2) sorted by relevance
80 , mnMyCurrent ( 0 ) in XUnbufferedStream()139 , mnMyCurrent ( 0 ) in XUnbufferedStream()174 if ( mnMyCurrent + nRequestedBytes > mnZipSize + maHeader.getLength() ) in readBytes()175 nRequestedBytes = static_cast < sal_Int32 > ( mnZipSize + maHeader.getLength() - mnMyCurrent ); in readBytes()296 mnMyCurrent += nRead + nLastRead; in readBytes()321 if ( mnZipSize + maHeader.getLength() == mnMyCurrent && maCRC.getValue() != maEntry.nCrc ) in readBytes()348 return static_cast < sal_Int32 > ( mnZipSize - mnMyCurrent ); in available()
63 sal_Int64 mnZipCurrent, mnZipEnd, mnZipSize, mnMyCurrent; member in XUnbufferedStream
Completed in 16 milliseconds