Searched refs:compfunc (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/unbound/util/storage/ |
| H A D | lruhash.c | 63 lruhash_sizefunc_type sizefunc, lruhash_compfunc_type compfunc, in lruhash_create() argument 73 table->compfunc = compfunc; in lruhash_create() 223 if(p->hash == hash && table->compfunc(p->key, key) == 0) in bin_find_entry() 309 fptr_ok(fptr_whitelist_hash_compfunc(table->compfunc)); in lruhash_insert() 360 fptr_ok(fptr_whitelist_hash_compfunc(table->compfunc)); in lruhash_lookup() 386 fptr_ok(fptr_whitelist_hash_compfunc(table->compfunc)); in lruhash_remove() 585 fptr_ok(fptr_whitelist_hash_compfunc(table->compfunc)); in lruhash_insert_or_retrieve()
|
| H A D | lruhash.h | 153 lruhash_compfunc_type compfunc; member 239 lruhash_sizefunc_type sizefunc, lruhash_compfunc_type compfunc,
|
| H A D | slabhash.c | 50 lruhash_compfunc_type compfunc, lruhash_delkeyfunc_type delkeyfunc, in slabhash_create() argument 78 sizefunc, compfunc, delkeyfunc, deldatafunc, arg); in slabhash_create()
|
| H A D | slabhash.h | 84 lruhash_compfunc_type compfunc, lruhash_delkeyfunc_type delkeyfunc,
|