Lines Matching refs:byte_count
208 static unsigned long byte_count __initdata;
215 byte_count -= n; in eat()
224 if (byte_count >= size) { in read_into()
247 if (byte_count < n) in do_collect()
248 n = byte_count; in do_collect()
290 if (this_header + byte_count < next_header) { in do_skip()
291 eat(byte_count); in do_skip()
302 while (byte_count && *victim == '\0') in do_reset()
304 if (byte_count && (this_header & 3)) in do_reset()
382 if (byte_count >= body_len) { in do_copy()
396 if (xwrite(wfile, victim, byte_count, &wfile_pos) != byte_count) in do_copy()
398 body_len -= byte_count; in do_copy()
399 eat(byte_count); in do_copy()
429 byte_count = len; in write_buffer()
434 return len - byte_count; in write_buffer()