Searched refs:total_out (Results 1 – 3 of 3) sorted by relevance
95 VERBOSE("zlib: %lu byte output\n", stream.total_out); in gunzip()
111 strm->total_in = strm->total_out = state->total = 0; in inflateResetKeep()1187 strm->total_out += out; in inflate()1253 strm->total_out += out; in inflate()1415 in = strm->total_in; out = strm->total_out; in inflateSync()1417 strm->total_in = in; strm->total_out = out; in inflateSync()
97 uLong total_out; /* total number of bytes output so far */ member