Home
last modified time | relevance | path

Searched refs:detect_cycle (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/unbound/util/
H A Dmodule.h460 int (*detect_cycle)(struct module_qstate* qstate, member
/freebsd-12.1/contrib/unbound/iterator/
H A Diter_utils.c630 qstate->env->detect_cycle)); in causes_cycle()
631 return (*qstate->env->detect_cycle)(qstate, &qinf, in causes_cycle()
/freebsd-12.1/contrib/unbound/libunbound/
H A Dlibworker.c253 w->env->detect_cycle = &mesh_detect_cycle; in libworker_setup()
/freebsd-12.1/contrib/unbound/validator/
H A Dvalidator.c398 fptr_ok(fptr_whitelist_modenv_detect_cycle(qstate->env->detect_cycle)); in generate_request()
399 if((*qstate->env->detect_cycle)(qstate, &ask, in generate_request()
/freebsd-12.1/contrib/unbound/daemon/
H A Dworker.c1877 worker->env.detect_cycle = &mesh_detect_cycle; in worker_init()