Lines Matching refs:byte_count
200 static unsigned long byte_count __initdata;
207 byte_count -= n; in eat()
217 if (byte_count >= size) { in read_into()
240 if (byte_count < n) in do_collect()
241 n = byte_count; in do_collect()
283 if (this_header + byte_count < next_header) { in do_skip()
284 eat(byte_count); in do_skip()
295 while (byte_count && *victim == '\0') in do_reset()
297 if (byte_count && (this_header & 3)) in do_reset()
371 if (byte_count >= body_len) { in do_copy()
381 if (xwrite(wfd, victim, byte_count) != byte_count) in do_copy()
383 body_len -= byte_count; in do_copy()
384 eat(byte_count); in do_copy()
414 byte_count = len; in write_buffer()
419 return len - byte_count; in write_buffer()