Home
last modified time | relevance | path

Searched refs:total_output (Results 1 – 1 of 1) sorted by relevance

/system/libziparchive/
Dzip_archive.cc1312 uint64_t total_output = 0; in inflateImpl() local
1349 total_output += kBufSize - zstream.avail_out; in inflateImpl()
1366 if (total_output != uncompressed_length || remaining_bytes != 0) { in inflateImpl()