Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/unbound/services/cache/
Dinfra.h460 void rate_delkeyfunc(void* k, void* arg);
Dinfra.c139 rate_delkeyfunc(void* k, void* ATTR_UNUSED(arg)) in rate_delkeyfunc() function
259 &rate_sizefunc, &rate_compfunc, &rate_delkeyfunc, in infra_create()
/freebsd-12-stable/contrib/unbound/util/
Dfptr_wlist.c297 else if(fptr == &rate_delkeyfunc) return 1; in fptr_whitelist_hash_delkeyfunc()