Home
last modified time | relevance | path

Searched refs:module_stack (Results 1 – 11 of 11) sorted by relevance

/freebsd-13.1/contrib/unbound/services/
H A Dmodstack.h50 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 Dmodstack.c92 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 Dmesh.h84 struct module_stack mods;
275 struct mesh_area* mesh_create(struct module_stack* stack,
H A Dauthzone.h494 struct module_stack* mods);
769 struct module_stack* mods, char** result, int offline,
H A Dauthzone.c1754 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 Dmesh.c248 mesh_create(struct module_stack* stack, struct module_env* env) in mesh_create()
/freebsd-13.1/contrib/unbound/iterator/
H A Diter_utils.h62 struct module_stack;
407 void iterator_set_ip46_support(struct module_stack* mods,
H A Diter_utils.c1457 void iterator_set_ip46_support(struct module_stack* mods, in iterator_set_ip46_support()
/freebsd-13.1/contrib/unbound/daemon/
H A Ddaemon.h113 struct module_stack mods;
/freebsd-13.1/contrib/unbound/libunbound/
H A Dcontext.h114 struct module_stack mods;
/freebsd-13.1/contrib/unbound/testcode/
H A Dunitzonemd.c253 struct module_stack mods; in zonemd_verify_test()