Home
last modified time | relevance | path

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

/rk3399_ARM-atf/lib/zlib/
H A Dtf_gunzip.c94 VERBOSE("zlib: %lu byte input\n", stream.total_in); in gunzip()
H A Dinflate.c111 strm->total_in = strm->total_out = state->total = 0; in inflateResetKeep()
1252 strm->total_in += in; in inflate()
1406 strm->total_in += len; in inflateSync()
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.h93 uLong total_in; /* total number of input bytes read so far */ member