Home
last modified time | relevance | path

Searched refs:pkg_ofs (Results 1 – 1 of 1) sorted by relevance

/src/stand/libsa/
H A Dpkgfs.c117 off_t pkg_ofs; member
494 pkg->pkg_ofs += bufsz; in get_zipped()
537 if (tf->tf_ofs != pkg->pkg_ofs) { in cache_data()
766 pkg->pkg_ofs; in scan_tarfile()
770 if (ofs < pkg->pkg_ofs) { in scan_tarfile()
775 if (ofs != pkg->pkg_ofs) { in scan_tarfile()
776 if (last != NULL && pkg->pkg_ofs == last->tf_ofs) { in scan_tarfile()
780 sz = ofs - pkg->pkg_ofs; in scan_tarfile()
786 sz = ofs - pkg->pkg_ofs; in scan_tarfile()
814 cur->tf_ofs = pkg->pkg_ofs; in scan_tarfile()
[all …]