Searched refs:total_out (Results 1 – 2 of 2) sorted by relevance
109 compressed_size = strm.total_out; in util_compress_deflate()
1048 mz_ulong total_out; // total number of bytes produced so far member2058 pStream->total_out = 0; in mz_deflateInit2()2080 pStream->total_in = pStream->total_out = 0; in mz_deflateReset()2103 orig_total_out = pStream->total_out; in mz_deflate()2119 pStream->total_out += (mz_uint)out_bytes; in mz_deflate()2131 (pStream->total_out != orig_total_out)) in mz_deflate()2179 *pDest_len = stream.total_out; in mz_compress2()2212 pStream->total_out = 0; in mz_inflateInit2()2276 pStream->total_out += (mz_uint)out_bytes; in mz_inflate()2294 pStream->total_out += n; in mz_inflate()[all …]