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

/freebsd-10-stable/contrib/gdb/gdb/
H A Df-lang.h37 struct common_entry struct
41 struct common_entry *next; /* The next component */
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;
/freebsd-10-stable/usr.sbin/nscd/
H A Dcachelib.c219 struct cache_common_entry_ *common_entry; local
230 common_entry = (struct cache_common_entry_ *)entry;
232 HASHTABLE_FOREACH(&(common_entry->items), ht_item) {
241 HASHTABLE_DESTROY(&(common_entry->items), data);
244 destroy_cache_fifo_policy(common_entry->policies[0]);
245 switch (common_entry->common_params.policy) {
247 destroy_cache_lru_policy(common_entry->policies[1]);
250 destroy_cache_lfu_policy(common_entry->policies[1]);
255 free(common_entry->policies);
289 struct cache_common_entry_ *common_entry; local
427 struct cache_common_entry_ *common_entry; local
700 struct cache_common_entry_ *common_entry; local
806 struct cache_common_entry_ *common_entry; local
1187 struct cache_common_entry_ *common_entry; local
[all...]

Completed in 162 milliseconds