Searched refs:detect_cycle (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/unbound/util/
H A Dmodule.h150 * that need the first one, use detect_cycle() to see if that will happen.
290 int (*detect_cycle)(struct module_qstate* qstate, member in struct:module_env
/freebsd-11.0-release/contrib/unbound/iterator/
H A Diter_utils.c503 qstate->env->detect_cycle));
504 return (*qstate->env->detect_cycle)(qstate, &qinf,
/freebsd-11.0-release/contrib/unbound/libunbound/
H A Dlibworker.c255 w->env->detect_cycle = &mesh_detect_cycle;
/freebsd-11.0-release/contrib/unbound/daemon/
H A Dworker.c1268 worker->env.detect_cycle = &mesh_detect_cycle;

Completed in 122 milliseconds