Searched refs:totout (Results 1 – 3 of 3) 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()
139 off_t totin, totout; /* our own total counters to avoid 4GB limit */ in deflate_index_build() local159 totin = totout = last = 0; in deflate_index_build()191 totout += strm.avail_out; in deflate_index_build()194 totout -= strm.avail_out; in deflate_index_build()220 (totout == 0 || totout - last > span)) { in deflate_index_build()222 totout, strm.avail_out, window); in deflate_index_build()227 last = totout; in deflate_index_build()236 index->length = totout; in deflate_index_build()