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