Searched refs:module_stack (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/unbound/services/ |
| H A D | 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);
|
| H A D | modstack.c | 89 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 D | mesh.h | 84 struct module_stack mods; 273 struct mesh_area* mesh_create(struct module_stack* stack,
|
| H A D | mesh.c | 230 mesh_create(struct module_stack* stack, struct module_env* env) in mesh_create()
|
| /freebsd-12.1/contrib/unbound/daemon/ |
| H A D | daemon.h | 113 struct module_stack mods;
|
| /freebsd-12.1/contrib/unbound/libunbound/ |
| H A D | context.h | 114 struct module_stack mods;
|