Searched refs:module_stack (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/contrib/unbound/services/ |
| H A D | modstack.h | 50 struct module_stack { struct 61 void modstack_init(struct module_stack* stack); argument 69 int modstack_config(struct module_stack* stack, const char* module_conf); 95 int modstack_setup(struct module_stack* stack, const char* module_conf, 103 void modstack_desetup(struct module_stack* stack, struct module_env* env); 111 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_config(struct module_stack* stack, const char* module_conf) in modstack_config() 222 modstack_setup(struct module_stack* stack, const char* module_conf, in modstack_setup() 247 modstack_desetup(struct module_stack* stack, struct module_env* env) in modstack_desetup() 260 modstack_find(struct module_stack* stack, const char* name) in modstack_find()
|
| H A D | mesh.h | 84 struct module_stack mods; 275 struct mesh_area* mesh_create(struct module_stack* stack,
|
| H A D | authzone.h | 494 struct module_stack* mods); 769 struct module_stack* mods, char** result, int offline,
|
| H A D | authzone.c | 1754 struct module_stack* mods) in zonemd_offline_verify() 1786 struct module_env* env, struct module_stack* mods) in auth_zones_read_zones() 2207 struct module_stack* mods) in auth_zones_apply_cfg() 7699 struct module_env* env, struct module_stack* mods, in zonemd_dnssec_verify_rrset() 7771 struct module_env* env, struct module_stack* mods, in zonemd_check_dnssec_absence() 7847 struct module_env* env, struct module_stack* mods, in zonemd_check_dnssec_soazonemd() 7933 struct module_stack* mods, struct ub_packed_rrset_key* dnskey, in auth_zone_verify_zonemd_with_key() 8030 struct module_stack* mods, struct trust_anchor* anchor, in zonemd_get_dnskey_from_anchor() 8089 struct module_env* env, struct module_stack* mods, in auth_zone_verify_zonemd_key_with_ds() 8354 struct module_stack* mods, char** result, int offline, int only_online) in auth_zone_verify_zonemd()
|
| H A D | mesh.c | 248 mesh_create(struct module_stack* stack, struct module_env* env) in mesh_create()
|
| /freebsd-13.1/contrib/unbound/iterator/ |
| H A D | iter_utils.h | 62 struct module_stack; 407 void iterator_set_ip46_support(struct module_stack* mods,
|
| H A D | iter_utils.c | 1457 void iterator_set_ip46_support(struct module_stack* mods, in iterator_set_ip46_support()
|
| /freebsd-13.1/contrib/unbound/daemon/ |
| H A D | daemon.h | 113 struct module_stack mods;
|
| /freebsd-13.1/contrib/unbound/libunbound/ |
| H A D | context.h | 114 struct module_stack mods;
|
| /freebsd-13.1/contrib/unbound/testcode/ |
| H A D | unitzonemd.c | 253 struct module_stack mods; in zonemd_verify_test()
|