Searched refs:total_in (Results 1 – 3 of 3) sorted by relevance
94 VERBOSE("zlib: %lu byte input\n", stream.total_in); in gunzip()
111 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()
93 uLong total_in; /* total number of input bytes read so far */ member