Lines Matching refs:byte_count
231 static unsigned long byte_count __initdata;
238 byte_count -= n; in eat()
247 if (byte_count >= size) { in read_into()
270 if (byte_count < n) in do_collect()
271 n = byte_count; in do_collect()
316 if (this_header + byte_count < next_header) { in do_skip()
317 eat(byte_count); in do_skip()
328 while (byte_count && *victim == '\0') in do_reset()
330 if (byte_count && (this_header & 3)) in do_reset()
409 if (byte_count >= body_len) { in do_copy()
421 if (xwrite(wfile, victim, byte_count, &wfile_pos) != byte_count) in do_copy()
423 body_len -= byte_count; in do_copy()
424 eat(byte_count); in do_copy()
454 byte_count = len; in write_buffer()
459 return len - byte_count; in write_buffer()