Home
last modified time | relevance | path

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

/system/libziparchive/
Dzip_archive.cc1242 uint64_t total_output = 0; in Inflate() local
1279 total_output += kBufSize - zstream.avail_out; in Inflate()
1296 if (total_output != uncompressed_length || remaining_bytes != 0) { in Inflate()