Searched defs:module_func_block (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/unbound/util/ |
H A D | module.h | 715 struct module_func_block { struct 717 const char* name; 727 int (*startup)(struct module_env* env, int id); 737 void (*destartup)(struct module_env* env, int id); 747 int (*init)(struct module_env* env, int id); 755 void (*deinit)(struct module_env* env, int id); 777 void (*operate)(struct module_qstate* qstate, enum module_ev event, 790 void (*inform_super)(struct module_qstate* qstate, int id, 796 void (*clear)(struct module_qstate* qstate, int id); 804 size_t (*get_mem)(struct module_env* env, int id);
|