get_byte
c = get_byte(bzf);
c = get_byte(bzf);
c = get_byte(zf);
method = get_byte(zf);
flags = get_byte(zf);
for (len = 0; len < 6; len++) (void)get_byte(zf);
len = (uInt)get_byte(zf);
len += ((uInt)get_byte(zf))<<8;
while (len-- != 0 && get_byte(zf) != -1) ;
while ((c = get_byte(zf)) != 0 && c != -1) ;
while ((c = get_byte(zf)) != 0 && c != -1) ;
for (len = 0; len < 2; len++) c = get_byte(zf);
if ((mbi == mb_cur_max) || ((c = get_byte()) == EOF)) {