Lines Matching defs:total_out
382 uint32_t total_out;
393 total_out = getLong(s);
399 total_out != s->stream.total_out) {
455 offset += s->stream.total_out;
459 if (offset < s->stream.total_out) {
472 /* this resets total_out to 0! */
482 if (offset > s->stream.total_out) {
483 off_t toskip = offset - s->stream.total_out;
500 if (offset != s->stream.total_out)