Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/services/
H A Dmodstack.h77 int modstack_call_startup(struct module_stack* stack, const char* module_conf,
H A Dmodstack.c236 modstack_call_startup(struct module_stack* stack, const char* module_conf, in modstack_call_startup() function
/freebsd/contrib/unbound/libunbound/
H A Dcontext.c78 if(!modstack_call_startup(&ctx->mods, cfg->module_conf, ctx->env)) in context_finalize()
/freebsd/contrib/unbound/daemon/
H A Ddaemon.c453 if(!modstack_call_startup(&daemon->mods, daemon->cfg->module_conf, in daemon_privileged()