Home
last modified time | relevance | path

Searched refs:lruhash_compfunc_type (Results 1 – 6 of 6) sorted by relevance

/freebsd-src/contrib/unbound/util/storage/
H A Dlruhash.h130 typedef int (*lruhash_compfunc_type)(void*, void*); typedef
153 lruhash_compfunc_type compfunc;
241 lruhash_sizefunc_type sizefunc, lruhash_compfunc_type compfunc,
H A Dslabhash.h84 lruhash_compfunc_type compfunc, lruhash_delkeyfunc_type delkeyfunc,
H A Dslabhash.c50 lruhash_compfunc_type compfunc, lruhash_delkeyfunc_type delkeyfunc, in slabhash_create()
H A Dlruhash.c63 lruhash_sizefunc_type sizefunc, lruhash_compfunc_type compfunc, in lruhash_create()
/freebsd-src/contrib/unbound/util/
H A Dfptr_wlist.h180 int fptr_whitelist_hash_compfunc(lruhash_compfunc_type fptr);
H A Dfptr_wlist.c292 fptr_whitelist_hash_compfunc(lruhash_compfunc_type fptr) in fptr_whitelist_hash_delkeyfunc()