Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/validator/
H A Dval_kentry.h98 int key_entry_compfunc(void* k1, void* k2);
H A Dval_kcache.c63 &key_entry_sizefunc, &key_entry_compfunc, in key_cache_create()
H A Dval_kentry.c68 key_entry_compfunc(void* k1, void* k2) in key_entry_compfunc() function
/freebsd/contrib/unbound/util/
H A Dfptr_wlist.c297 else if(fptr == &key_entry_compfunc) return 1; in fptr_whitelist_hash_compfunc()