Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/services/
H A Dmodstack.h127 void modstack_call_destartup(struct module_stack* stack, struct module_env* env);
H A Dmodstack.c312 modstack_call_destartup(struct module_stack* stack, struct module_env* env) in modstack_call_destartup() function
/freebsd/contrib/unbound/libunbound/
H A Dlibunbound.c192 modstack_call_destartup(&ctx->mods, ctx->env); in ub_ctx_create()
208 modstack_call_destartup(&ctx->mods, ctx->env); in ub_ctx_create()
368 modstack_call_destartup(&ctx->mods, ctx->env); in ub_ctx_delete()
/freebsd/contrib/unbound/daemon/
H A Ddaemon.c930 modstack_call_destartup(&daemon->mods, daemon->env); in daemon_delete()