Symbol: iter_forwards
sbin/unwind/libunbound/iterator/iter_fwd.c
100
forwards_delete(struct iter_forwards* fwd)
sbin/unwind/libunbound/iterator/iter_fwd.c
111
forwards_insert_data(struct iter_forwards* fwd, uint16_t c, uint8_t* nm,
sbin/unwind/libunbound/iterator/iter_fwd.c
143
fwd_zone_find(struct iter_forwards* fwd, uint16_t c, uint8_t* nm)
sbin/unwind/libunbound/iterator/iter_fwd.c
155
forwards_insert(struct iter_forwards* fwd, uint16_t c, struct delegpt* dp)
sbin/unwind/libunbound/iterator/iter_fwd.c
163
fwd_init_parents(struct iter_forwards* fwd)
sbin/unwind/libunbound/iterator/iter_fwd.c
277
read_forwards(struct iter_forwards* fwd, struct config_file* cfg)
sbin/unwind/libunbound/iterator/iter_fwd.c
310
fwd_add_stub_hole(struct iter_forwards* fwd, uint16_t c, uint8_t* nm)
sbin/unwind/libunbound/iterator/iter_fwd.c
323
make_stub_holes(struct iter_forwards* fwd, struct config_file* cfg)
sbin/unwind/libunbound/iterator/iter_fwd.c
352
make_auth_holes(struct iter_forwards* fwd, struct config_file* cfg)
sbin/unwind/libunbound/iterator/iter_fwd.c
380
forwards_apply_cfg(struct iter_forwards* fwd, struct config_file* cfg)
sbin/unwind/libunbound/iterator/iter_fwd.c
417
forwards_find(struct iter_forwards* fwd, uint8_t* qname, uint16_t qclass,
sbin/unwind/libunbound/iterator/iter_fwd.c
436
forwards_lookup(struct iter_forwards* fwd, uint8_t* qname, uint16_t qclass,
sbin/unwind/libunbound/iterator/iter_fwd.c
476
forwards_lookup_root(struct iter_forwards* fwd, uint16_t qclass, int nolock)
sbin/unwind/libunbound/iterator/iter_fwd.c
485
next_root_locked(struct iter_forwards* fwd, uint16_t* dclass)
sbin/unwind/libunbound/iterator/iter_fwd.c
535
forwards_next_root(struct iter_forwards* fwd, uint16_t* dclass, int nolock)
sbin/unwind/libunbound/iterator/iter_fwd.c
546
forwards_get_mem(struct iter_forwards* fwd)
sbin/unwind/libunbound/iterator/iter_fwd.c
562
forwards_add_zone(struct iter_forwards* fwd, uint16_t c, struct delegpt* dp,
sbin/unwind/libunbound/iterator/iter_fwd.c
582
forwards_delete_zone(struct iter_forwards* fwd, uint16_t c, uint8_t* nm,
sbin/unwind/libunbound/iterator/iter_fwd.c
599
forwards_add_stub_hole(struct iter_forwards* fwd, uint16_t c, uint8_t* nm,
sbin/unwind/libunbound/iterator/iter_fwd.c
618
forwards_delete_stub_hole(struct iter_forwards* fwd, uint16_t c,
sbin/unwind/libunbound/iterator/iter_fwd.c
639
forwards_swap_tree(struct iter_forwards* fwd, struct iter_forwards* data)
sbin/unwind/libunbound/iterator/iter_fwd.c
67
struct iter_forwards*
sbin/unwind/libunbound/iterator/iter_fwd.c
70
struct iter_forwards* fwd = (struct iter_forwards*)calloc(1,
sbin/unwind/libunbound/iterator/iter_fwd.c
71
sizeof(struct iter_forwards));
sbin/unwind/libunbound/iterator/iter_fwd.c
92
static void fwd_del_tree(struct iter_forwards* fwd)
sbin/unwind/libunbound/iterator/iter_fwd.h
103
void forwards_delete(struct iter_forwards* fwd);
sbin/unwind/libunbound/iterator/iter_fwd.h
111
int forwards_apply_cfg(struct iter_forwards* fwd, struct config_file* cfg);
sbin/unwind/libunbound/iterator/iter_fwd.h
126
struct delegpt* forwards_find(struct iter_forwards* fwd, uint8_t* qname,
sbin/unwind/libunbound/iterator/iter_fwd.h
146
struct delegpt* forwards_lookup(struct iter_forwards* fwd,
sbin/unwind/libunbound/iterator/iter_fwd.h
156
struct delegpt* forwards_lookup_root(struct iter_forwards* fwd,
sbin/unwind/libunbound/iterator/iter_fwd.h
168
int forwards_next_root(struct iter_forwards* fwd, uint16_t* qclass,
sbin/unwind/libunbound/iterator/iter_fwd.h
177
size_t forwards_get_mem(struct iter_forwards* fwd);
sbin/unwind/libunbound/iterator/iter_fwd.h
194
int forwards_add_zone(struct iter_forwards* fwd, uint16_t c,
sbin/unwind/libunbound/iterator/iter_fwd.h
207
void forwards_delete_zone(struct iter_forwards* fwd, uint16_t c,
sbin/unwind/libunbound/iterator/iter_fwd.h
222
int forwards_add_stub_hole(struct iter_forwards* fwd, uint16_t c,
sbin/unwind/libunbound/iterator/iter_fwd.h
234
void forwards_delete_stub_hole(struct iter_forwards* fwd, uint16_t c,
sbin/unwind/libunbound/iterator/iter_fwd.h
244
void forwards_swap_tree(struct iter_forwards* fwd, struct iter_forwards* data);
sbin/unwind/libunbound/iterator/iter_fwd.h
97
struct iter_forwards* forwards_create(void);
sbin/unwind/libunbound/iterator/iter_utils.c
1328
iter_get_next_root(struct iter_hints* hints, struct iter_forwards* fwd,
sbin/unwind/libunbound/iterator/iter_utils.h
346
int iter_get_next_root(struct iter_hints* hints, struct iter_forwards* fwd,
sbin/unwind/libunbound/iterator/iter_utils.h
49
struct iter_forwards;
sbin/unwind/libunbound/util/module.h
178
struct iter_forwards;
sbin/unwind/libunbound/util/module.h
519
struct iter_forwards* fwds;
usr.sbin/unbound/daemon/remote.c
2595
print_root_fwds(RES* ssl, struct iter_forwards* fwds, uint8_t* root)
usr.sbin/unbound/daemon/remote.c
2680
struct iter_forwards* fwd = worker->env.fwds;
usr.sbin/unbound/daemon/remote.c
2759
struct iter_forwards* fwd = worker->env.fwds;
usr.sbin/unbound/daemon/remote.c
2795
struct iter_forwards* fwd = worker->env.fwds;
usr.sbin/unbound/daemon/remote.c
2816
struct iter_forwards* fwd = worker->env.fwds;
usr.sbin/unbound/daemon/remote.c
2872
struct iter_forwards* fwd = worker->env.fwds;
usr.sbin/unbound/daemon/remote.c
3315
struct iter_forwards* fwds = worker->env.fwds;
usr.sbin/unbound/daemon/remote.c
4637
struct iter_forwards* fwds;
usr.sbin/unbound/iterator/iter_fwd.c
100
forwards_delete(struct iter_forwards* fwd)
usr.sbin/unbound/iterator/iter_fwd.c
111
forwards_insert_data(struct iter_forwards* fwd, uint16_t c, uint8_t* nm,
usr.sbin/unbound/iterator/iter_fwd.c
143
fwd_zone_find(struct iter_forwards* fwd, uint16_t c, uint8_t* nm)
usr.sbin/unbound/iterator/iter_fwd.c
155
forwards_insert(struct iter_forwards* fwd, uint16_t c, struct delegpt* dp)
usr.sbin/unbound/iterator/iter_fwd.c
163
fwd_init_parents(struct iter_forwards* fwd)
usr.sbin/unbound/iterator/iter_fwd.c
277
read_forwards(struct iter_forwards* fwd, struct config_file* cfg)
usr.sbin/unbound/iterator/iter_fwd.c
310
fwd_add_stub_hole(struct iter_forwards* fwd, uint16_t c, uint8_t* nm)
usr.sbin/unbound/iterator/iter_fwd.c
323
make_stub_holes(struct iter_forwards* fwd, struct config_file* cfg)
usr.sbin/unbound/iterator/iter_fwd.c
352
make_auth_holes(struct iter_forwards* fwd, struct config_file* cfg)
usr.sbin/unbound/iterator/iter_fwd.c
380
forwards_apply_cfg(struct iter_forwards* fwd, struct config_file* cfg)
usr.sbin/unbound/iterator/iter_fwd.c
417
forwards_find(struct iter_forwards* fwd, uint8_t* qname, uint16_t qclass,
usr.sbin/unbound/iterator/iter_fwd.c
436
forwards_lookup(struct iter_forwards* fwd, uint8_t* qname, uint16_t qclass,
usr.sbin/unbound/iterator/iter_fwd.c
476
forwards_lookup_root(struct iter_forwards* fwd, uint16_t qclass, int nolock)
usr.sbin/unbound/iterator/iter_fwd.c
485
next_root_locked(struct iter_forwards* fwd, uint16_t* dclass)
usr.sbin/unbound/iterator/iter_fwd.c
535
forwards_next_root(struct iter_forwards* fwd, uint16_t* dclass, int nolock)
usr.sbin/unbound/iterator/iter_fwd.c
546
forwards_get_mem(struct iter_forwards* fwd)
usr.sbin/unbound/iterator/iter_fwd.c
562
forwards_add_zone(struct iter_forwards* fwd, uint16_t c, struct delegpt* dp,
usr.sbin/unbound/iterator/iter_fwd.c
582
forwards_delete_zone(struct iter_forwards* fwd, uint16_t c, uint8_t* nm,
usr.sbin/unbound/iterator/iter_fwd.c
599
forwards_add_stub_hole(struct iter_forwards* fwd, uint16_t c, uint8_t* nm,
usr.sbin/unbound/iterator/iter_fwd.c
618
forwards_delete_stub_hole(struct iter_forwards* fwd, uint16_t c,
usr.sbin/unbound/iterator/iter_fwd.c
639
forwards_swap_tree(struct iter_forwards* fwd, struct iter_forwards* data)
usr.sbin/unbound/iterator/iter_fwd.c
67
struct iter_forwards*
usr.sbin/unbound/iterator/iter_fwd.c
70
struct iter_forwards* fwd = (struct iter_forwards*)calloc(1,
usr.sbin/unbound/iterator/iter_fwd.c
71
sizeof(struct iter_forwards));
usr.sbin/unbound/iterator/iter_fwd.c
92
static void fwd_del_tree(struct iter_forwards* fwd)
usr.sbin/unbound/iterator/iter_fwd.h
103
void forwards_delete(struct iter_forwards* fwd);
usr.sbin/unbound/iterator/iter_fwd.h
111
int forwards_apply_cfg(struct iter_forwards* fwd, struct config_file* cfg);
usr.sbin/unbound/iterator/iter_fwd.h
126
struct delegpt* forwards_find(struct iter_forwards* fwd, uint8_t* qname,
usr.sbin/unbound/iterator/iter_fwd.h
146
struct delegpt* forwards_lookup(struct iter_forwards* fwd,
usr.sbin/unbound/iterator/iter_fwd.h
156
struct delegpt* forwards_lookup_root(struct iter_forwards* fwd,
usr.sbin/unbound/iterator/iter_fwd.h
168
int forwards_next_root(struct iter_forwards* fwd, uint16_t* qclass,
usr.sbin/unbound/iterator/iter_fwd.h
177
size_t forwards_get_mem(struct iter_forwards* fwd);
usr.sbin/unbound/iterator/iter_fwd.h
194
int forwards_add_zone(struct iter_forwards* fwd, uint16_t c,
usr.sbin/unbound/iterator/iter_fwd.h
207
void forwards_delete_zone(struct iter_forwards* fwd, uint16_t c,
usr.sbin/unbound/iterator/iter_fwd.h
222
int forwards_add_stub_hole(struct iter_forwards* fwd, uint16_t c,
usr.sbin/unbound/iterator/iter_fwd.h
234
void forwards_delete_stub_hole(struct iter_forwards* fwd, uint16_t c,
usr.sbin/unbound/iterator/iter_fwd.h
244
void forwards_swap_tree(struct iter_forwards* fwd, struct iter_forwards* data);
usr.sbin/unbound/iterator/iter_fwd.h
97
struct iter_forwards* forwards_create(void);
usr.sbin/unbound/iterator/iter_utils.c
1328
iter_get_next_root(struct iter_hints* hints, struct iter_forwards* fwd,
usr.sbin/unbound/iterator/iter_utils.h
346
int iter_get_next_root(struct iter_hints* hints, struct iter_forwards* fwd,
usr.sbin/unbound/iterator/iter_utils.h
49
struct iter_forwards;
usr.sbin/unbound/smallapp/unbound-checkconf.c
987
struct iter_forwards* fwd = forwards_create();
usr.sbin/unbound/util/module.h
178
struct iter_forwards;
usr.sbin/unbound/util/module.h
519
struct iter_forwards* fwds;