Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/dynlibmod/
H A Ddynlibmod.c236 int dynlib_inplace_cb_query_response(struct module_qstate* qstate, in dynlib_inplace_cb_query_response() function
257 … return inplace_cb_register(&dynlib_inplace_cb_query_response, type, (void*) cb_pair, env, id); in inplace_cb_register_wrapped()
H A Ddynlibmod.h84 int dynlib_inplace_cb_query_response(struct module_qstate* qstate,
/freebsd/contrib/unbound/util/
H A Dfptr_wlist.c732 if(fptr == &dynlib_inplace_cb_query_response) in fptr_whitelist_inplace_cb_query_response()