Lines Matching refs:byte_count
195 static unsigned long byte_count __initdata;
202 byte_count -= n; in eat()
211 if (byte_count >= size) { in read_into()
234 if (byte_count < n) in do_collect()
235 n = byte_count; in do_collect()
277 if (this_header + byte_count < next_header) { in do_skip()
278 eat(byte_count); in do_skip()
289 while (byte_count && *victim == '\0') in do_reset()
291 if (byte_count && (this_header & 3)) in do_reset()
369 if (byte_count >= body_len) { in do_copy()
383 if (xwrite(wfile, victim, byte_count, &wfile_pos) != byte_count) in do_copy()
385 body_len -= byte_count; in do_copy()
386 eat(byte_count); in do_copy()
416 byte_count = len; in write_buffer()
421 return len - byte_count; in write_buffer()