Lines Matching refs:byte_count
227 static unsigned long byte_count __initdata;
234 byte_count -= n; in eat()
243 if (byte_count >= size) { in read_into()
266 if (byte_count < n) in do_collect()
267 n = byte_count; in do_collect()
312 if (this_header + byte_count < next_header) { in do_skip()
313 eat(byte_count); in do_skip()
324 while (byte_count && *victim == '\0') in do_reset()
326 if (byte_count && (this_header & 3)) in do_reset()
405 if (byte_count >= body_len) { in do_copy()
417 if (xwrite(wfile, victim, byte_count, &wfile_pos) != byte_count) in do_copy()
419 body_len -= byte_count; in do_copy()
420 eat(byte_count); in do_copy()
450 byte_count = len; in write_buffer()
455 return len - byte_count; in write_buffer()