Home
last modified time | relevance | path

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

/freebsd/usr.sbin/nscd/
H A Dcachelib.c319 policy->destroy_item_func(item); in clear_cache_entry()
409 policy->destroy_item_func(item); in flush_cache_policy()
414 connected_policy->destroy_item_func(connected_item); in flush_cache_policy()
750 common_entry->policies[1]->destroy_item_func( in cache_read()
757 common_entry->policies[0]->destroy_item_func( in cache_read()
1227 common_entry->policies[0]->destroy_item_func( in transform_cache_entry_part()
1233 common_entry->policies[1]->destroy_item_func( in transform_cache_entry_part()
H A Dcacheplcs.h57 void (*destroy_item_func)(struct cache_policy_item_ *); member
H A Dcacheplcs.c198 retval->parent_data.destroy_item_func = cache_queue_policy_destroy_item; in init_cache_queue_policy()
542 retval->parent_data.destroy_item_func = cache_lfu_policy_destroy_item; in init_cache_lfu_policy()