Searched refs:total_output (Results 1 – 1 of 1) sorted by relevance
1312 uint64_t total_output = 0; in inflateImpl() local1349 total_output += kBufSize - zstream.avail_out; in inflateImpl()1366 if (total_output != uncompressed_length || remaining_bytes != 0) { in inflateImpl()