Home
last modified time | relevance | path

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

/dports/dns/unbound/unbound-1.14.0/respip/
H A Drespip.h115 int respip_global_apply_cfg(struct respip_set* set, struct config_file* cfg);
H A Drespip.c399 respip_global_apply_cfg(struct respip_set* set, struct config_file* cfg) in respip_global_apply_cfg() function
/dports/dns/unbound/unbound-1.14.0/testcode/
H A Dunitmain.c626 unit_assert(respip_global_apply_cfg(set, &cfg)); in respip_conf_actions_test()
783 unit_assert(respip_global_apply_cfg(set, &cfg)); in respip_conf_data_test()
/dports/dns/unbound/unbound-1.14.0/daemon/
H A Ddaemon.c629 if(!respip_global_apply_cfg(daemon->respip_set, daemon->cfg)) in daemon_fork()
/dports/dns/unbound/unbound-1.14.0/smallapp/
H A Dunbound-checkconf.c300 if(!respip_global_apply_cfg(respip, cfg)) in view_and_respipchecks()