Home
last modified time | relevance | path

Searched refs:modstack_call_init (Results 1 – 5 of 5) 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.c729 if(!modstack_call_init(&daemon->mods, daemon->cfg->module_conf, in daemon_setup_modules()
/freebsd/contrib/unbound/doc/
H A DChangelog463 - Fix modstack_call_init to use the original string when it has