Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/storage/
H A Dlruhash.c211 if(table->markdelfunc) in reclaim_space()
212 (*table->markdelfunc)(d->key); in reclaim_space()
316 fptr_ok(fptr_whitelist_hash_markdelfunc(table->markdelfunc)); in lruhash_insert()
395 fptr_ok(fptr_whitelist_hash_markdelfunc(table->markdelfunc)); in lruhash_remove()
411 if(table->markdelfunc) in lruhash_remove()
412 (*table->markdelfunc)(entry->key); in lruhash_remove()
434 if(table->markdelfunc) in bin_clear()
435 (*table->markdelfunc)(p->key); in bin_clear()
453 fptr_ok(fptr_whitelist_hash_markdelfunc(table->markdelfunc)); in lruhash_clear()
527 table->markdelfunc = md; in lruhash_setmarkdel()
[all …]
H A Dlruhash.h159 lruhash_markdelfunc_type markdelfunc; member
/freebsd/contrib/unbound/doc/
H A DChangelog10959 - fptr_wlist for markdelfunc.