Symbol: module_stack
sbin/unwind/libunbound/iterator/iter_utils.c
1640
void iterator_set_ip46_support(struct module_stack* mods,
sbin/unwind/libunbound/iterator/iter_utils.h
432
void iterator_set_ip46_support(struct module_stack* mods,
sbin/unwind/libunbound/iterator/iter_utils.h
62
struct module_stack;
sbin/unwind/libunbound/libunbound/context.h
120
struct module_stack mods;
sbin/unwind/libunbound/services/authzone.c
1762
struct module_stack* mods)
sbin/unwind/libunbound/services/authzone.c
1794
struct module_env* env, struct module_stack* mods)
sbin/unwind/libunbound/services/authzone.c
2272
struct module_stack* mods)
sbin/unwind/libunbound/services/authzone.c
7902
struct module_env* env, struct module_stack* mods,
sbin/unwind/libunbound/services/authzone.c
7976
struct module_env* env, struct module_stack* mods,
sbin/unwind/libunbound/services/authzone.c
8053
struct module_env* env, struct module_stack* mods,
sbin/unwind/libunbound/services/authzone.c
8139
struct module_stack* mods, struct ub_packed_rrset_key* dnskey,
sbin/unwind/libunbound/services/authzone.c
8245
struct module_stack* mods, struct trust_anchor* anchor,
sbin/unwind/libunbound/services/authzone.c
8306
struct module_env* env, struct module_stack* mods,
sbin/unwind/libunbound/services/authzone.c
8575
struct module_stack* mods, char** result, int offline, int only_online)
sbin/unwind/libunbound/services/authzone.h
497
struct module_stack* mods);
sbin/unwind/libunbound/services/authzone.h
776
struct module_stack* mods, char** result, int offline,
sbin/unwind/libunbound/services/mesh.c
207
mesh_create(struct module_stack* stack, struct module_env* env)
sbin/unwind/libunbound/services/mesh.h
298
struct mesh_area* mesh_create(struct module_stack* stack,
sbin/unwind/libunbound/services/mesh.h
84
struct module_stack mods;
sbin/unwind/libunbound/services/modstack.c
109
modstack_config(struct module_stack* stack, const char* module_conf)
sbin/unwind/libunbound/services/modstack.c
236
modstack_call_startup(struct module_stack* stack, const char* module_conf,
sbin/unwind/libunbound/services/modstack.c
262
modstack_call_init(struct module_stack* stack, const char* module_conf,
sbin/unwind/libunbound/services/modstack.c
305
modstack_call_deinit(struct module_stack* stack, struct module_env* env)
sbin/unwind/libunbound/services/modstack.c
315
modstack_call_destartup(struct module_stack* stack, struct module_env* env)
sbin/unwind/libunbound/services/modstack.c
327
modstack_find(struct module_stack* stack, const char* name)
sbin/unwind/libunbound/services/modstack.c
92
modstack_init(struct module_stack* stack)
sbin/unwind/libunbound/services/modstack.c
99
modstack_free(struct module_stack* stack)
sbin/unwind/libunbound/services/modstack.h
112
int modstack_call_init(struct module_stack* stack, const char* module_conf,
sbin/unwind/libunbound/services/modstack.h
120
void modstack_call_deinit(struct module_stack* stack, struct module_env* env);
sbin/unwind/libunbound/services/modstack.h
127
void modstack_call_destartup(struct module_stack* stack, struct module_env* env);
sbin/unwind/libunbound/services/modstack.h
135
int modstack_find(struct module_stack* stack, const char* name);
sbin/unwind/libunbound/services/modstack.h
61
void modstack_init(struct module_stack* stack);
sbin/unwind/libunbound/services/modstack.h
67
void modstack_free(struct module_stack* stack);
sbin/unwind/libunbound/services/modstack.h
77
int modstack_call_startup(struct module_stack* stack, const char* module_conf,
sbin/unwind/libunbound/services/modstack.h
86
int modstack_config(struct module_stack* stack, const char* module_conf);
sbin/unwind/libunbound/util/module.h
184
struct module_stack;
sbin/unwind/libunbound/util/module.h
554
struct module_stack* modstack;
usr.sbin/unbound/cachedb/cachedb.c
1017
cachedb_is_enabled(struct module_stack* mods, struct module_env* env)
usr.sbin/unbound/cachedb/cachedb.h
120
int cachedb_is_enabled(struct module_stack* mods, struct module_env* env);
usr.sbin/unbound/cachedb/cachedb.h
44
struct module_stack;
usr.sbin/unbound/daemon/daemon.h
142
struct module_stack mods;
usr.sbin/unbound/iterator/iter_utils.c
1640
void iterator_set_ip46_support(struct module_stack* mods,
usr.sbin/unbound/iterator/iter_utils.h
432
void iterator_set_ip46_support(struct module_stack* mods,
usr.sbin/unbound/iterator/iter_utils.h
62
struct module_stack;
usr.sbin/unbound/libunbound/context.h
120
struct module_stack mods;
usr.sbin/unbound/services/authzone.c
1762
struct module_stack* mods)
usr.sbin/unbound/services/authzone.c
1794
struct module_env* env, struct module_stack* mods)
usr.sbin/unbound/services/authzone.c
2272
struct module_stack* mods)
usr.sbin/unbound/services/authzone.c
7902
struct module_env* env, struct module_stack* mods,
usr.sbin/unbound/services/authzone.c
7976
struct module_env* env, struct module_stack* mods,
usr.sbin/unbound/services/authzone.c
8053
struct module_env* env, struct module_stack* mods,
usr.sbin/unbound/services/authzone.c
8139
struct module_stack* mods, struct ub_packed_rrset_key* dnskey,
usr.sbin/unbound/services/authzone.c
8245
struct module_stack* mods, struct trust_anchor* anchor,
usr.sbin/unbound/services/authzone.c
8306
struct module_env* env, struct module_stack* mods,
usr.sbin/unbound/services/authzone.c
8575
struct module_stack* mods, char** result, int offline, int only_online)
usr.sbin/unbound/services/authzone.h
497
struct module_stack* mods);
usr.sbin/unbound/services/authzone.h
776
struct module_stack* mods, char** result, int offline,
usr.sbin/unbound/services/mesh.c
207
mesh_create(struct module_stack* stack, struct module_env* env)
usr.sbin/unbound/services/mesh.h
298
struct mesh_area* mesh_create(struct module_stack* stack,
usr.sbin/unbound/services/mesh.h
84
struct module_stack mods;
usr.sbin/unbound/services/modstack.c
109
modstack_config(struct module_stack* stack, const char* module_conf)
usr.sbin/unbound/services/modstack.c
236
modstack_call_startup(struct module_stack* stack, const char* module_conf,
usr.sbin/unbound/services/modstack.c
262
modstack_call_init(struct module_stack* stack, const char* module_conf,
usr.sbin/unbound/services/modstack.c
305
modstack_call_deinit(struct module_stack* stack, struct module_env* env)
usr.sbin/unbound/services/modstack.c
315
modstack_call_destartup(struct module_stack* stack, struct module_env* env)
usr.sbin/unbound/services/modstack.c
327
modstack_find(struct module_stack* stack, const char* name)
usr.sbin/unbound/services/modstack.c
92
modstack_init(struct module_stack* stack)
usr.sbin/unbound/services/modstack.c
99
modstack_free(struct module_stack* stack)
usr.sbin/unbound/services/modstack.h
112
int modstack_call_init(struct module_stack* stack, const char* module_conf,
usr.sbin/unbound/services/modstack.h
120
void modstack_call_deinit(struct module_stack* stack, struct module_env* env);
usr.sbin/unbound/services/modstack.h
127
void modstack_call_destartup(struct module_stack* stack, struct module_env* env);
usr.sbin/unbound/services/modstack.h
135
int modstack_find(struct module_stack* stack, const char* name);
usr.sbin/unbound/services/modstack.h
61
void modstack_init(struct module_stack* stack);
usr.sbin/unbound/services/modstack.h
67
void modstack_free(struct module_stack* stack);
usr.sbin/unbound/services/modstack.h
77
int modstack_call_startup(struct module_stack* stack, const char* module_conf,
usr.sbin/unbound/services/modstack.h
86
int modstack_config(struct module_stack* stack, const char* module_conf);
usr.sbin/unbound/testcode/unitzonemd.c
258
struct module_stack mods;
usr.sbin/unbound/util/module.h
184
struct module_stack;
usr.sbin/unbound/util/module.h
554
struct module_stack* modstack;