Searched refs:pkg_zs (Results 1 – 1 of 1) sorted by relevance
123 z_stream pkg_zs; member141 inflateEnd(&package->pkg_zs); in pkgfs_cleanup()450 if (pkg->pkg_zs.avail_in == 0) { in get_byte()454 pkg->pkg_zs.avail_in = c; in get_byte()455 pkg->pkg_zs.next_in = pkg->pkg_buf; in get_byte()458 c = *pkg->pkg_zs.next_in; in get_byte()459 pkg->pkg_zs.next_in++; in get_byte()460 pkg->pkg_zs.avail_in--; in get_byte()470 pkg->pkg_zs.next_out = buf; in get_zipped()471 pkg->pkg_zs.avail_out = bufsz; in get_zipped()[all …]