Searched defs:module_func_block (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/unbound/util/ |
| H A D | module.h | 729 struct module_func_block { struct 731 const char* name; 741 int (*startup)(struct module_env* env, int id); 751 void (*destartup)(struct module_env* env, int id); 761 int (*init)(struct module_env* env, int id); 769 void (*deinit)(struct module_env* env, int id); 791 void (*operate)(struct module_qstate* qstate, enum module_ev event, 804 void (*inform_super)(struct module_qstate* qstate, int id, 810 void (*clear)(struct module_qstate* qstate, int id); 818 size_t (*get_mem)(struct module_env* env, int id);
|