Home
last modified time | relevance | path

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

/freebsd/stand/libsa/
H A Dpkgfs.c115 void *tf_cache; member
148 free(tf->tf_cache); in pkgfs_cleanup()
279 free(tf->tf_cache); in pkg_close()
317 memcpy(p, tf->tf_cache + fp, sz); in pkg_read()
549 tf->tf_cache = malloc(sz); in cache_data()
550 if (tf->tf_cache == NULL) { in cache_data()
557 return (get_zipped(pkg, tf->tf_cache, sz)); in cache_data()