Searched defs:module_func_block (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/unbound/util/ |
| H A D | module.h | 744 struct module_func_block { struct 746 const char* name; 756 int (*startup)(struct module_env* env, int id); 766 void (*destartup)(struct module_env* env, int id); 776 int (*init)(struct module_env* env, int id); 784 void (*deinit)(struct module_env* env, int id); 806 void (*operate)(struct module_qstate* qstate, enum module_ev event, 819 void (*inform_super)(struct module_qstate* qstate, int id, 825 void (*clear)(struct module_qstate* qstate, int id); 833 size_t (*get_mem)(struct module_env* env, int id);
|