Searched refs:get_zipped (Results 1 – 1 of 1) sorted by relevance
/freebsd/stand/libsa/ |
H A D | pkgfs.c | 194 static int get_zipped(struct package *, void *, size_t); 324 if (get_zipped(tf->tf_pkg, p, sz) == -1) { in pkg_read() 466 get_zipped(struct package *pkg, void *buf, size_t bufsz) in get_zipped() function 557 return (get_zipped(pkg, tf->tf_cache, sz)); in cache_data() 778 if (get_zipped(pkg, buf, sz) == -1) in scan_tarfile() 792 if (get_zipped(pkg, &cur->tf_hdr, in scan_tarfile() 821 if (get_zipped(pkg, buf, sizeof(buf)) == -1) { in scan_tarfile()
|