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