Home
last modified time | relevance | path

Searched defs:lruhash_entry (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/unbound/util/storage/
H A Dlruhash.h205 struct lruhash_entry { struct
214 struct lruhash_entry* overflow_next; argument
216 struct lruhash_entry* lru_next; argument
218 struct lruhash_entry* lru_prev; argument
234 * Calling both delkey and deldata will also free the struct lruhash_entry argument
[all...]
H A Dslabhash.c234 void (*func)(struct lruhash_entry*, void*), void* arg) in slabhash_traverse() argument
H A Dlruhash.c567 lruhash_traverse(struct lruhash * h,int wr,void (* func)(struct lruhash_entry *,void *),void * arg) lruhash_traverse() argument
[all...]
/freebsd/contrib/unbound/daemon/
H A Dcachedump.c148 void (*func)(struct lruhash_entry*, struct config_strlist_head*, void*), in dump_lruhash() argument
236 void (*func)(struct lruhash_entry*, struct config_strlist_head*, void*), in dump_slabhash() argument