Searched refs:total_in (Results 1 – 3 of 3) sorted by relevance
363 strm->total_in = strm->total_out = 0;435 strm->total_in != 0) {873 put_byte(s, (Byte)(strm->total_in & 0xff));874 put_byte(s, (Byte)((strm->total_in >> 8) & 0xff));875 put_byte(s, (Byte)((strm->total_in >> 16) & 0xff));876 put_byte(s, (Byte)((strm->total_in >> 24) & 0xff));1012 strm->total_in += len;
14 strm->total_in = strm->total_out = state->total = 0; in inflateReset()916 strm->total_in += in; in inflate()
423 uLong total_in; /* total nb of input bytes read so far */ member