Searched refs:module_stack (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/contrib/unbound/services/ |
| HD | modstack.h | 50 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);
|
| HD | modstack.c | 76 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)
|
| HD | mesh.h | 81 struct module_stack mods; 257 struct mesh_area* mesh_create(struct module_stack* stack,
|
| HD | mesh.c | 162 mesh_create(struct module_stack* stack, struct module_env* env) in mesh_create()
|
| /NextBSD/contrib/unbound/daemon/ |
| HD | daemon.h | 108 struct module_stack mods;
|
| /NextBSD/contrib/unbound/libunbound/ |
| HD | context.h | 110 struct module_stack mods;
|