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;1263 strm->total_in += in;1432 strm->total_in += len;1436 in = strm->total_in; out = strm->total_out;1438 strm->total_in = in; strm->total_out = out;
89 uLong total_in; /* total number of input bytes read so far */ member
Completed in 7 milliseconds