Searched defs:module_func_block (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/unbound/util/ |
| H A D | module.h | 720 struct module_func_block { struct 722 const char* name; 732 int (*startup)(struct module_env* env, int id); 742 void (*destartup)(struct module_env* env, int id); 752 int (*init)(struct module_env* env, int id); 760 void (*deinit)(struct module_env* env, int id); 782 void (*operate)(struct module_qstate* qstate, enum module_ev event, 795 void (*inform_super)(struct module_qstate* qstate, int id, 801 void (*clear)(struct module_qstate* qstate, int id); 809 size_t (*get_mem)(struct module_env* env, int id);
|