Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/services/
H A Dmodstack.h50 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 Dmodstack.c92 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 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()
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 Dmesh.c191 mesh_create(struct module_stack* stack, struct module_env* env) in mesh_create()
/freebsd/contrib/unbound/cachedb/
H A Dcachedb.h44 struct module_stack;
120 int cachedb_is_enabled(struct module_stack* mods, struct module_env* env);
H A Dcachedb.c998 cachedb_is_enabled(struct module_stack* mods, struct module_env* env) in cachedb_is_enabled()
/freebsd/contrib/unbound/iterator/
H A Diter_utils.h62 struct module_stack;
428 void iterator_set_ip46_support(struct module_stack* mods,
H A Diter_utils.c1552 void iterator_set_ip46_support(struct module_stack* mods, in iterator_set_ip46_support()
/freebsd/contrib/unbound/util/
H A Dmodule.h183 struct module_stack;
544 struct module_stack* modstack;
/freebsd/contrib/unbound/daemon/
H A Ddaemon.h119 struct module_stack mods;
/freebsd/contrib/unbound/libunbound/
H A Dcontext.h120 struct module_stack mods;