Searched refs:compRemaining (Results 1 – 1 of 1) sorted by relevance
61 unsigned long compRemaining; in inflateToBuffer() local66 compRemaining = compressedLen; in inflateToBuffer()104 getSize = (compRemaining > kReadBufSize) ? in inflateToBuffer()105 kReadBufSize : compRemaining; in inflateToBuffer()107 getSize, compRemaining); in inflateToBuffer()117 compRemaining -= nextSize; in inflateToBuffer()