Searched refs:module_stack (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/unbound/services/ |
H A D | modstack.h | 50 struct module_stack { struct 61 void modstack_init(struct module_stack* stack); argument 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);
|
H A D | modstack.c | 92 modstack_init(struct module_stack* stack) in modstack_init() 99 modstack_free(struct module_stack* stack) in modstack_free() 109 modstack_config(struct module_stack* stack, const char* module_conf) in modstack_config() 236 modstack_call_startup(struct module_stack* stack, const char* module_conf, in modstack_call_startup() 262 modstack_call_init(struct module_stack* stack, const char* module_conf, in modstack_call_init() 302 modstack_call_deinit(struct module_stack* stack, struct module_env* env) in modstack_call_deinit() 312 modstack_call_destartup(struct module_stack* stack, struct module_env* env) in modstack_call_destartup() 324 modstack_find(struct module_stack* stack, const char* name) in modstack_find()
|
H A D | mesh.h | 84 struct module_stack mods; 277 struct mesh_area* mesh_create(struct module_stack* stack,
|
H A D | authzone.h | 494 struct module_stack* mods); 772 struct module_stack* mods, char** result, int offline,
|
H A D | authzone.c | 1755 struct module_stack* mods) in zonemd_offline_verify() 1787 struct module_env* env, struct module_stack* mods) in auth_zones_read_zones() 2247 struct module_stack* mods) in auth_zones_apply_cfg() 7802 struct module_env* env, struct module_stack* mods, in zonemd_dnssec_verify_rrset() 7876 struct module_env* env, struct module_stack* mods, in zonemd_check_dnssec_absence() 7953 struct module_env* env, struct module_stack* mods, in zonemd_check_dnssec_soazonemd() 8039 struct module_stack* mods, struct ub_packed_rrset_key* dnskey, in auth_zone_verify_zonemd_with_key() 8145 struct module_stack* mods, struct trust_anchor* anchor, in zonemd_get_dnskey_from_anchor() 8206 struct module_env* env, struct module_stack* mods, in auth_zone_verify_zonemd_key_with_ds() 8475 struct module_stack* mods, char** result, int offline, int only_online) in auth_zone_verify_zonemd()
|
H A D | mesh.c | 191 mesh_create(struct module_stack* stack, struct module_env* env) in mesh_create()
|
/freebsd/contrib/unbound/cachedb/ |
H A D | cachedb.h | 44 struct module_stack; 120 int cachedb_is_enabled(struct module_stack* mods, struct module_env* env);
|
H A D | cachedb.c | 998 cachedb_is_enabled(struct module_stack* mods, struct module_env* env) in cachedb_is_enabled()
|
/freebsd/contrib/unbound/iterator/ |
H A D | iter_utils.h | 62 struct module_stack; 428 void iterator_set_ip46_support(struct module_stack* mods,
|
H A D | iter_utils.c | 1552 void iterator_set_ip46_support(struct module_stack* mods, in iterator_set_ip46_support()
|
/freebsd/contrib/unbound/util/ |
H A D | module.h | 183 struct module_stack; 544 struct module_stack* modstack;
|
/freebsd/contrib/unbound/daemon/ |
H A D | daemon.h | 119 struct module_stack mods;
|
/freebsd/contrib/unbound/libunbound/ |
H A D | context.h | 120 struct module_stack mods;
|