Home
last modified time | relevance | path

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

/rk3399_ARM-atf/lib/zlib/
H A Dtf_gunzip.c95 VERBOSE("zlib: %lu byte output\n", stream.total_out); in gunzip()
H A Dinflate.c111 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()
H A Dzlib.h97 uLong total_out; /* total number of bytes output so far */ member