HomeSort by: relevance | last modified time | path
    Searched defs:module_stack (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/unbound/dist/services/
modstack.h 50 struct module_stack { struct
61 void modstack_init(struct module_stack* stack);
67 void modstack_free(struct module_stack* stack);
77 int modstack_call_startup(struct module_stack* stack, const char* module_conf,
86 int modstack_config(struct module_stack* stack, const char* module_conf);
112 int modstack_call_init(struct module_stack* stack, const char* module_conf,
120 void modstack_call_deinit(struct module_stack* stack, struct module_env* env);
127 void modstack_call_destartup(struct module_stack* stack, struct module_env* env);
135 int modstack_find(struct module_stack* stack, const char* name);
modstack.h 50 struct module_stack { struct
61 void modstack_init(struct module_stack* stack);
67 void modstack_free(struct module_stack* stack);
77 int modstack_call_startup(struct module_stack* stack, const char* module_conf,
86 int modstack_config(struct module_stack* stack, const char* module_conf);
112 int modstack_call_init(struct module_stack* stack, const char* module_conf,
120 void modstack_call_deinit(struct module_stack* stack, struct module_env* env);
127 void modstack_call_destartup(struct module_stack* stack, struct module_env* env);
135 int modstack_find(struct module_stack* stack, const char* name);

Completed in 79 milliseconds