Home
last modified time | relevance | path

Searched refs:modstack_setup (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/unbound/services/
H A Dmodstack.h95 int modstack_setup(struct module_stack* stack, const char* module_conf,
H A Dmodstack.c214 modstack_setup(struct module_stack* stack, const char* module_conf, in modstack_setup() function
/freebsd-12.1/contrib/unbound/libunbound/
H A Dcontext.c72 if(!modstack_setup(&ctx->mods, cfg->module_conf, ctx->env)) in context_finalize()
/freebsd-12.1/contrib/unbound/daemon/
H A Ddaemon.c378 if(!modstack_setup(&daemon->mods, daemon->cfg->module_conf, in daemon_setup_modules()