Searched refs:nLastInflated (Results 1 – 1 of 1) sorted by relevance
1068 sal_Int32 nLastInflated = 0; in getSizeAndCRC() local1074 nLastInflated = aInflaterLocal.doInflateSegment( aData, 0, nBlockSize ); in getSizeAndCRC()1075 aCRC.updateSegment( aData, 0, nLastInflated ); in getSizeAndCRC()1076 nInBlock += nLastInflated; in getSizeAndCRC()1077 } while( !aInflater.finished() && nLastInflated ); in getSizeAndCRC()
Completed in 19 milliseconds