Searched refs:total_out (Results 1 – 3 of 3) sorted by relevance
147 mz_ulong total_out; // total number of bytes produced so far member
203 pStream->total_out = 0; in mz_deflateInit2()228 pStream->total_in = pStream->total_out = 0; in mz_deflateReset()251 orig_total_out = pStream->total_out; in mz_deflate()266 pStream->total_out += (mz_uint)out_bytes; in mz_deflate()282 … if ((flush) || (pStream->total_in != orig_total_in) || (pStream->total_out != orig_total_out)) in mz_deflate()336 *pDest_len = stream.total_out; in mz_compress2()371 pStream->total_out = 0; in mz_inflateInit2()410 pStream->total_out = 0; in mz_inflateReset()468 pStream->total_out += (mz_uint)out_bytes; in mz_inflate()489 pStream->total_out += n; in mz_inflate()[all …]
294 mz_ulong total_out; /* total number of bytes produced so far */ member