Symbol: module_stack
sbin/unwind/libunbound/iterator/iter_utils.c
1598
void iterator_set_ip46_support(struct module_stack* mods,
sbin/unwind/libunbound/iterator/iter_utils.h
431
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
1755
struct module_stack* mods)
sbin/unwind/libunbound/services/authzone.c
1787
struct module_env* env, struct module_stack* mods)
sbin/unwind/libunbound/services/authzone.c
2247
struct module_stack* mods)
sbin/unwind/libunbound/services/authzone.c
7822
struct module_env* env, struct module_stack* mods,
sbin/unwind/libunbound/services/authzone.c
7896
struct module_env* env, struct module_stack* mods,
sbin/unwind/libunbound/services/authzone.c
7973
struct module_env* env, struct module_stack* mods,
sbin/unwind/libunbound/services/authzone.c
8059
struct module_stack* mods, struct ub_packed_rrset_key* dnskey,
sbin/unwind/libunbound/services/authzone.c
8165
struct module_stack* mods, struct trust_anchor* anchor,
sbin/unwind/libunbound/services/authzone.c
8226
struct module_env* env, struct module_stack* mods,
sbin/unwind/libunbound/services/authzone.c
8495
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
290
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
302
modstack_call_deinit(struct module_stack* stack, struct module_env* env)
sbin/unwind/libunbound/services/modstack.c
312
modstack_call_destartup(struct module_stack* stack, struct module_env* env)
sbin/unwind/libunbound/services/modstack.c
324
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
549
struct module_stack* modstack;
usr.sbin/unbound/cachedb/cachedb.c
1001
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
127
struct module_stack mods;
usr.sbin/unbound/iterator/iter_utils.c
1598
void iterator_set_ip46_support(struct module_stack* mods,
usr.sbin/unbound/iterator/iter_utils.h
431
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
1755
struct module_stack* mods)
usr.sbin/unbound/services/authzone.c
1787
struct module_env* env, struct module_stack* mods)
usr.sbin/unbound/services/authzone.c
2247
struct module_stack* mods)
usr.sbin/unbound/services/authzone.c
7822
struct module_env* env, struct module_stack* mods,
usr.sbin/unbound/services/authzone.c
7896
struct module_env* env, struct module_stack* mods,
usr.sbin/unbound/services/authzone.c
7973
struct module_env* env, struct module_stack* mods,
usr.sbin/unbound/services/authzone.c
8059
struct module_stack* mods, struct ub_packed_rrset_key* dnskey,
usr.sbin/unbound/services/authzone.c
8165
struct module_stack* mods, struct trust_anchor* anchor,
usr.sbin/unbound/services/authzone.c
8226
struct module_env* env, struct module_stack* mods,
usr.sbin/unbound/services/authzone.c
8495
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
290
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
302
modstack_call_deinit(struct module_stack* stack, struct module_env* env)
usr.sbin/unbound/services/modstack.c
312
modstack_call_destartup(struct module_stack* stack, struct module_env* env)
usr.sbin/unbound/services/modstack.c
324
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
254
struct module_stack mods;
usr.sbin/unbound/util/module.h
184
struct module_stack;
usr.sbin/unbound/util/module.h
549
struct module_stack* modstack;