Searched refs:module_stack (Results 1 – 14 of 14) 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; 290 struct mesh_area* mesh_create(struct module_stack* stack,
|
| H A D | authzone.h | 497 struct module_stack* mods); 776 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() 7822 struct module_env* env, struct module_stack* mods, in zonemd_dnssec_verify_rrset() 7896 struct module_env* env, struct module_stack* mods, in zonemd_check_dnssec_absence() 7973 struct module_env* env, struct module_stack* mods, in zonemd_check_dnssec_soazonemd() 8059 struct module_stack* mods, struct ub_packed_rrset_key* dnskey, in auth_zone_verify_zonemd_with_key() 8165 struct module_stack* mods, struct trust_anchor* anchor, in zonemd_get_dnskey_from_anchor() 8226 struct module_env* env, struct module_stack* mods, in auth_zone_verify_zonemd_key_with_ds() 8495 struct module_stack* mods, char** result, int offline, int only_online) in auth_zone_verify_zonemd()
|
| H A D | mesh.c | 207 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 | 1001 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; 431 void iterator_set_ip46_support(struct module_stack* mods,
|
| H A D | iter_utils.c | 1598 void iterator_set_ip46_support(struct module_stack* mods, in limit_nsec_ttl()
|
| /freebsd/contrib/unbound/util/ |
| H A D | module.h | 184 struct module_stack; 549 struct module_stack* modstack;
|
| /freebsd/contrib/unbound/daemon/ |
| H A D | daemon.h | 127 struct module_stack mods;
|
| /freebsd/contrib/unbound/libunbound/ |
| H A D | context.h | 120 struct module_stack mods;
|
| /freebsd/contrib/unbound/testcode/ |
| H A D | unitzonemd.c | 254 struct module_stack mods; in zonemd_verify_test()
|