Home
last modified time | relevance | path

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

/trueos/usr.sbin/nscd/
HDcachelib.c219 struct cache_common_entry_ *common_entry; in destroy_cache_entry() local
230 common_entry = (struct cache_common_entry_ *)entry; in destroy_cache_entry()
232 HASHTABLE_FOREACH(&(common_entry->items), ht_item) { in destroy_cache_entry()
241 HASHTABLE_DESTROY(&(common_entry->items), data); in destroy_cache_entry()
244 destroy_cache_fifo_policy(common_entry->policies[0]); in destroy_cache_entry()
245 switch (common_entry->common_params.policy) { in destroy_cache_entry()
247 destroy_cache_lru_policy(common_entry->policies[1]); in destroy_cache_entry()
250 destroy_cache_lfu_policy(common_entry->policies[1]); in destroy_cache_entry()
255 free(common_entry->policies); in destroy_cache_entry()
289 struct cache_common_entry_ *common_entry; in clear_cache_entry() local
[all …]
/trueos/contrib/gdb/gdb/
HDf-lang.h37 struct common_entry struct
41 struct common_entry *next; /* The next component */ argument
51 struct common_entry *entries; /* List of block's components */
52 struct common_entry *end_of_entries; /* ptr. to end of components */
58 typedef struct common_entry COMMON_ENTRY, *COMMON_ENTRY_PTR;