Home
last modified time | relevance | path

Searched refs:compfunc (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/unbound/util/storage/
H A Dlruhash.c63 lruhash_sizefunc_type sizefunc, lruhash_compfunc_type compfunc, in lruhash_create() argument
73 table->compfunc = compfunc; in lruhash_create()
225 if(p->hash == hash && table->compfunc(p->key, key) == 0) in bin_find_entry()
315 fptr_ok(fptr_whitelist_hash_compfunc(table->compfunc)); in lruhash_insert()
368 fptr_ok(fptr_whitelist_hash_compfunc(table->compfunc)); in lruhash_lookup()
394 fptr_ok(fptr_whitelist_hash_compfunc(table->compfunc)); in lruhash_remove()
628 fptr_ok(fptr_whitelist_hash_compfunc(table->compfunc)); in lruhash_insert_or_retrieve()
H A Dlruhash.h153 lruhash_compfunc_type compfunc; member
241 lruhash_sizefunc_type sizefunc, lruhash_compfunc_type compfunc,
H A Dslabhash.c50 lruhash_compfunc_type compfunc, lruhash_delkeyfunc_type delkeyfunc, in slabhash_create() argument
78 sizefunc, compfunc, delkeyfunc, deldatafunc, arg); in slabhash_create()
H A Dslabhash.h84 lruhash_compfunc_type compfunc, lruhash_delkeyfunc_type delkeyfunc,