get_byte
c = get_byte(bzf);
c = get_byte(bzf);
c = get_byte(zf, &zf->zf_dataoffset);
method = get_byte(zf, &zf->zf_dataoffset);
flags = get_byte(zf, &zf->zf_dataoffset);
for (len = 0; len < 6; len++) (void)get_byte(zf, &zf->zf_dataoffset);
len = (uInt)get_byte(zf, &zf->zf_dataoffset);
len += ((uInt)get_byte(zf, &zf->zf_dataoffset))<<8;
while (len-- != 0 && get_byte(zf, &zf->zf_dataoffset) != -1) ;
while ((c = get_byte(zf, &zf->zf_dataoffset)) != 0 && c != -1) ;
while ((c = get_byte(zf, &zf->zf_dataoffset)) != 0 && c != -1) ;
for (len = 0; len < 2; len++) c = get_byte(zf, &zf->zf_dataoffset);
if (get_byte(pkg, &ofs) != 0x1f || get_byte(pkg, &ofs) != 0x8b)
if (get_byte(pkg, &ofs) != Z_DEFLATED)
flags = get_byte(pkg, &ofs);
if (get_byte(pkg, &ofs) == -1)
i = (get_byte(pkg, &ofs) & 0xff) |
((get_byte(pkg, &ofs) << 8) & 0xff);
if (get_byte(pkg, &ofs) == -1)
i = get_byte(pkg, &ofs);
i = get_byte(pkg, &ofs);
if (get_byte(pkg, &ofs) == -1)
if (get_byte(pkg, &ofs) == -1)
if ((mbi == mb_cur_max) || ((c = get_byte()) == EOF)) {