Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/iterator/
H A Diter_fwd.h111 int forwards_apply_cfg(struct iter_forwards* fwd, struct config_file* cfg);
H A Diter_fwd.c335 forwards_apply_cfg(struct iter_forwards* fwd, struct config_file* cfg) in forwards_apply_cfg() function
/freebsd/contrib/unbound/libunbound/
H A Dcontext.c93 !forwards_apply_cfg(ctx->env->fwds, cfg)) in context_finalize()
/freebsd/contrib/unbound/daemon/
H A Ddaemon.c758 !forwards_apply_cfg(daemon->env->fwds, daemon->cfg)) in daemon_fork()
/freebsd/contrib/unbound/smallapp/
H A Dunbound-checkconf.c941 if(!fwd || !forwards_apply_cfg(fwd, cfg)) { in check_fwd()