Lines Matching refs:byte_count
192 static unsigned long byte_count __initdata;
199 byte_count -= n; in eat()
209 if (byte_count >= size) { in read_into()
232 if (byte_count < n) in do_collect()
233 n = byte_count; in do_collect()
275 if (this_header + byte_count < next_header) { in do_skip()
276 eat(byte_count); in do_skip()
287 while (byte_count && *victim == '\0') in do_reset()
289 if (byte_count && (this_header & 3)) in do_reset()
365 if (byte_count >= body_len) { in do_copy()
375 if (xwrite(wfd, victim, byte_count) != byte_count) in do_copy()
377 body_len -= byte_count; in do_copy()
378 eat(byte_count); in do_copy()
408 byte_count = len; in write_buffer()
413 return len - byte_count; in write_buffer()