Home
last modified time | relevance | path

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

/src/usr.sbin/nscd/
H A Dcachelib.c217 struct cache_common_entry_ *common_entry; in destroy_cache_entry() local
228 common_entry = (struct cache_common_entry_ *)entry; in destroy_cache_entry()
230 HASHTABLE_FOREACH(&(common_entry->items), ht_item) { in destroy_cache_entry()
239 HASHTABLE_DESTROY(&(common_entry->items), data); in destroy_cache_entry()
242 destroy_cache_fifo_policy(common_entry->policies[0]); in destroy_cache_entry()
243 switch (common_entry->common_params.policy) { in destroy_cache_entry()
245 destroy_cache_lru_policy(common_entry->policies[1]); in destroy_cache_entry()
248 destroy_cache_lfu_policy(common_entry->policies[1]); in destroy_cache_entry()
253 free(common_entry->policies); in destroy_cache_entry()
287 struct cache_common_entry_ *common_entry; in clear_cache_entry() local
[all …]