Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/services/
H A Dmodstack.h67 void modstack_free(struct module_stack* stack);
H A Dmodstack.c99 modstack_free(struct module_stack* stack) in modstack_free() function
282 modstack_free(stack); in modstack_call_init()
/freebsd/contrib/unbound/libunbound/
H A Dlibunbound.c193 modstack_free(&ctx->mods); in ub_ctx_create()
209 modstack_free(&ctx->mods); in ub_ctx_create()
369 modstack_free(&ctx->mods); in ub_ctx_delete()
/freebsd/contrib/unbound/daemon/
H A Ddaemon.c931 modstack_free(&daemon->mods); in daemon_delete()