Searched refs:total_in (Results 1 – 6 of 6) sorted by relevance
400 strm->total_in = strm->total_out = 0; in deflateReset()468 if (func != configuration_table[level].func && strm->total_in != 0) { in deflateParams()867 put_byte(s, (Byte)(strm->total_in & 0xff)); in deflate()868 put_byte(s, (Byte)((strm->total_in >> 8) & 0xff)); in deflate()869 put_byte(s, (Byte)((strm->total_in >> 16) & 0xff)); in deflate()870 put_byte(s, (Byte)((strm->total_in >> 24) & 0xff)); in deflate()1003 strm->total_in += len; in read_buf()
138 strm->total_in = strm->total_out = state->total = 0; in inflateReset()1187 strm->total_in += in; in inflate()1334 strm->total_in += len; in inflateSync()1338 in = strm->total_in; out = strm->total_out; in inflateSync()1340 strm->total_in = in; strm->total_out = out; in inflateSync()
120 strm->total_in += len; in zlib_zinput()
112 uLong total_in;/* total nb of input bytes read so far */ member
994 *totalin = (uint64_t) zs->total_in; in kcdata_get_compression_stats_zlib()
12096 strm->total_in += len; in swd_zinput()12186 if (zs->total_in == numBytes) { in swd_compress()12206 if (zs->total_in == numBytes) { in swd_compress()