Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/unbound/dist/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()
226 modstack_setup(struct module_stack* stack, const char* module_conf, in modstack_setup()
251 modstack_desetup(struct module_stack* stack, struct module_env* env) in modstack_desetup()
264 modstack_find(struct module_stack* stack, const char* name) in modstack_find()
H A Dmesh.h84 struct module_stack mods;
277 struct mesh_area* mesh_create(struct module_stack* stack,
H A Dauthzone.h494 struct module_stack* mods);
772 struct module_stack* mods, char** result, int offline,
H A Dauthzone.c1755 struct module_stack* mods) in zonemd_offline_verify()
1787 struct module_env* env, struct module_stack* mods) in auth_zones_read_zones()
2237 struct module_stack* mods) in auth_zones_apply_cfg()
7769 struct module_env* env, struct module_stack* mods, in zonemd_dnssec_verify_rrset()
7842 struct module_env* env, struct module_stack* mods, in zonemd_check_dnssec_absence()
7918 struct module_env* env, struct module_stack* mods, in zonemd_check_dnssec_soazonemd()
8004 struct module_stack* mods, struct ub_packed_rrset_key* dnskey, in auth_zone_verify_zonemd_with_key()
8105 struct module_stack* mods, struct trust_anchor* anchor, in zonemd_get_dnskey_from_anchor()
8164 struct module_env* env, struct module_stack* mods, in auth_zone_verify_zonemd_key_with_ds()
8429 struct module_stack* mods, char** result, int offline, int only_online) in auth_zone_verify_zonemd()
H A Dmesh.c184 mesh_create(struct module_stack* stack, struct module_env* env) in mesh_create()
/netbsd-src/external/bsd/unbound/dist/iterator/
H A Diter_utils.h62 struct module_stack;
424 void iterator_set_ip46_support(struct module_stack* mods,
H A Diter_utils.c1511 void iterator_set_ip46_support(struct module_stack* mods, in iterator_set_ip46_support()
/netbsd-src/external/bsd/unbound/dist/daemon/
H A Ddaemon.h117 struct module_stack mods;
/netbsd-src/external/bsd/unbound/dist/libunbound/
H A Dcontext.h120 struct module_stack mods;
/netbsd-src/external/bsd/unbound/dist/testcode/
H A Dunitzonemd.c253 struct module_stack mods; in zonemd_verify_test()