Home
last modified time | relevance | path

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

/dports/dns/unbound/unbound-1.14.0/iterator/
H A Diter_hints.h95 int hints_apply_cfg(struct iter_hints* hints, struct config_file* cfg);
H A Diter_hints.c433 hints_apply_cfg(struct iter_hints* hints, struct config_file* cfg) in hints_apply_cfg() function
/dports/dns/unbound/unbound-1.14.0/smallapp/
H A Dunbound-checkconf.c888 if(!hints || !hints_apply_cfg(hints, cfg)) { in check_hints()
/dports/dns/unbound/unbound-1.14.0/libunbound/
H A Dlibworker.c167 if(w->env->hints && !hints_apply_cfg(w->env->hints, cfg)) { in libworker_setup()
/dports/dns/unbound/unbound-1.14.0/daemon/
H A Dworker.c1860 !hints_apply_cfg(worker->env.hints, cfg)) { in worker_init()