Searched refs:total_in (Results 1 – 3 of 3) sorted by relevance
94 VERBOSE("zlib: %lu byte input\n", stream.total_in); in gunzip()
126 strm->total_in = strm->total_out = state->total = 0;1290 strm->total_in += in;1460 strm->total_in += len;1469 in = strm->total_in; out = strm->total_out;1471 strm->total_in = in; strm->total_out = out;
89 uLong total_in; /* total number of input bytes read so far */ member