Searched refs:totout (Results 1 – 1 of 1) sorted by relevance
147 off_t totin, totout; /* our own total counters to avoid 4GB limit */ in build_index() local167 totin = totout = last = 0; in build_index()194 totout += strm.avail_out; in build_index()197 totout -= strm.avail_out; in build_index()215 (totout == 0 || totout - last > span)) { in build_index()217 totout, strm.avail_out, window); in build_index()222 last = totout; in build_index()