Home
last modified time | relevance | path

Searched refs:module_stack (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/unbound/services/
H A Dmodstack.h50 struct module_stack { struct
61 void modstack_init(struct module_stack* stack); argument
69 int modstack_config(struct module_stack* stack, const char* module_conf);
95 int modstack_setup(struct module_stack* stack, const char* module_conf,
103 void modstack_desetup(struct module_stack* stack, struct module_env* env);
111 int modstack_find(struct module_stack* stack, const char* name);
H A Dmodstack.c89 modstack_init(struct module_stack* stack) in modstack_init()
96 modstack_config(struct module_stack* stack, const char* module_conf) in modstack_config()
214 modstack_setup(struct module_stack* stack, const char* module_conf, in modstack_setup()
239 modstack_desetup(struct module_stack* stack, struct module_env* env) in modstack_desetup()
252 modstack_find(struct module_stack* stack, const char* name) in modstack_find()
H A Dmesh.h84 struct module_stack mods;
273 struct mesh_area* mesh_create(struct module_stack* stack,
H A Dmesh.c230 mesh_create(struct module_stack* stack, struct module_env* env) in mesh_create()
/freebsd-12.1/contrib/unbound/daemon/
H A Ddaemon.h113 struct module_stack mods;
/freebsd-12.1/contrib/unbound/libunbound/
H A Dcontext.h114 struct module_stack mods;