Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/services/
H A Dmodstack.h112 int modstack_call_init(struct module_stack* stack, const char* module_conf,
H A Dmodstack.c262 modstack_call_init(struct module_stack* stack, const char* module_conf, in modstack_call_init() function
/freebsd/contrib/unbound/libunbound/
H A Dcontext.c80 if(!modstack_call_init(&ctx->mods, cfg->module_conf, ctx->env)) in context_finalize()
/freebsd/contrib/unbound/daemon/
H A Ddaemon.c472 if(!modstack_call_init(&daemon->mods, daemon->cfg->module_conf, in daemon_setup_modules()