Lines Matching refs:byte_count
232 static unsigned long byte_count __initdata;
239 byte_count -= n; in eat()
248 if (byte_count >= size) { in read_into()
271 if (byte_count < n) in do_collect()
272 n = byte_count; in do_collect()
317 if (this_header + byte_count < next_header) { in do_skip()
318 eat(byte_count); in do_skip()
329 while (byte_count && *victim == '\0') in do_reset()
331 if (byte_count && (this_header & 3)) in do_reset()
410 if (byte_count >= body_len) { in do_copy()
422 if (xwrite(wfile, victim, byte_count, &wfile_pos) != byte_count) in do_copy()
424 body_len -= byte_count; in do_copy()
425 eat(byte_count); in do_copy()
455 byte_count = len; in write_buffer()
460 return len - byte_count; in write_buffer()