Searched refs:total_out (Results 1 – 8 of 8) sorted by relevance
85 *destLen = stream.total_out; in uncompress()
82 *destLen = stream.total_out; in compress2()
138 strm->total_in = strm->total_out = state->total = 0; in inflateReset()1124 strm->total_out += out; in inflate()1188 strm->total_out += out; in inflate()1338 in = strm->total_in; out = strm->total_out; in inflateSync()1340 strm->total_in = in; strm->total_out = out; in inflateSync()
400 strm->total_in = strm->total_out = 0; in deflateReset()573 strm->total_out += len; in flush_pending()
116 uLong total_out;/* total nb of bytes output so far */ member
993 *totalout = (uint64_t) zs->total_out; in kcdata_get_compression_stats_zlib()
2497 T_ASSERT_EQ((uint64_t)zs.total_out, totalin, "expected number of bytes inflated");2505 inflatedBufferSize - zs.total_out,2507 memcpy(inflatedBufferBase + zs.total_out,
3725 uncompressedSize = zstream.total_out; in extractMkext2FileData()