Searched refs:nextSize (Results 1 – 1 of 1) sorted by relevance
110 const unsigned long nextSize = reader.read(&nextBuffer, getSize); in inflateToBuffer() local112 if (nextSize < getSize || nextBuffer == NULL) { in inflateToBuffer()113 ALOGD("inflate read failed (%ld vs %ld)\n", nextSize, getSize); in inflateToBuffer()117 compRemaining -= nextSize; in inflateToBuffer()120 zstream.avail_in = nextSize; in inflateToBuffer()