Searched refs:tf_cache (Results 1 – 1 of 1) sorted by relevance
117 void *tf_cache; member149 free(tf->tf_cache); in pkgfs_cleanup()263 free(tf->tf_cache); in pkg_close()298 memcpy(p, tf->tf_cache + fp, sz); in pkg_read()318 tf->tf_cache = malloc(tf->tf_cachesz); in pkg_read()319 if (tf->tf_cache != NULL) in pkg_read()320 memcpy(tf->tf_cache, buf, tf->tf_cachesz); in pkg_read()505 tf->tf_cache = malloc(sz); in cache_data()506 if (tf->tf_cache == NULL) { in cache_data()513 return (get_zipped(pkg, tf->tf_cache, sz)); in cache_data()