Home
last modified time | relevance | path

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

/NextBSD/contrib/unbound/services/
HDmodstack.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);
HDmodstack.c76 modstack_init(struct module_stack* stack) in modstack_init()
83 modstack_config(struct module_stack* stack, const char* module_conf) in modstack_config()
169 modstack_setup(struct module_stack* stack, const char* module_conf,
194 modstack_desetup(struct module_stack* stack, struct module_env* env)
207 modstack_find(struct module_stack* stack, const char* name)
HDmesh.h81 struct module_stack mods;
257 struct mesh_area* mesh_create(struct module_stack* stack,
HDmesh.c162 mesh_create(struct module_stack* stack, struct module_env* env) in mesh_create()
/NextBSD/contrib/unbound/daemon/
HDdaemon.h108 struct module_stack mods;
/NextBSD/contrib/unbound/libunbound/
HDcontext.h110 struct module_stack mods;