Home
last modified time | relevance | path

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

/freebsd/stand/libsa/
H A Dpkgfs.c122 off_t pkg_ofs; member
491 pkg->pkg_ofs += bufsz; in get_zipped()
532 if (tf->tf_ofs != pkg->pkg_ofs) { in cache_data()
760 pkg->pkg_ofs; in scan_tarfile()
764 if (ofs < pkg->pkg_ofs) { in scan_tarfile()
769 if (ofs != pkg->pkg_ofs) { in scan_tarfile()
770 if (last != NULL && pkg->pkg_ofs == last->tf_ofs) { in scan_tarfile()
774 sz = ofs - pkg->pkg_ofs; in scan_tarfile()
780 sz = ofs - pkg->pkg_ofs; in scan_tarfile()
808 cur->tf_ofs = pkg->pkg_ofs; in scan_tarfile()
[all …]