Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/nscd/
H A Dcachelib.c255 free(common_entry->policies); in destroy_cache_entry()
447 common_entry->items_size > in flush_cache_entry()
750 common_entry->policies[1], in cache_read()
757 common_entry->policies[0], in cache_read()
763 --common_entry->items_size; in cache_read()
777 common_entry->get_time_func( in cache_read()
779 common_entry->policies[0]->update_item_func(common_entry->policies[0], in cache_read()
888 common_entry->policies[0]->add_item_func(common_entry->policies[0], in cache_write()
895 ++common_entry->items_size; in cache_write()
898 (common_entry->items_size > in cache_write()
[all …]
/freebsd-12.1/contrib/gdb/gdb/
H A Df-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;