Searched refs:iter_forwards (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/unbound/iterator/ |
H A D | iter_fwd.h | 53 struct iter_forwards { struct 97 struct iter_forwards* forwards_create(void); 103 void forwards_delete(struct iter_forwards* fwd); 111 int forwards_apply_cfg(struct iter_forwards* fwd, struct config_file* cfg); 126 struct delegpt* forwards_find(struct iter_forwards* fwd, uint8_t* qname, 146 struct delegpt* forwards_lookup(struct iter_forwards* fwd, 156 struct delegpt* forwards_lookup_root(struct iter_forwards* fwd, 168 int forwards_next_root(struct iter_forwards* fwd, uint16_t* qclass, 177 size_t forwards_get_mem(struct iter_forwards* fwd); 194 int forwards_add_zone(struct iter_forwards* fwd, uint16_t c, [all …]
|
H A D | iter_fwd.c | 67 struct iter_forwards* 70 struct iter_forwards* fwd = (struct iter_forwards*)calloc(1, in forwards_create() 71 sizeof(struct iter_forwards)); in forwards_create() 92 static void fwd_del_tree(struct iter_forwards* fwd) in fwd_del_tree() 100 forwards_delete(struct iter_forwards* fwd) in forwards_delete() 111 forwards_insert_data(struct iter_forwards* fwd, uint16_t c, uint8_t* nm, in forwards_insert_data() 144 forwards_insert(struct iter_forwards* fwd, uint16_t c, struct delegpt* dp) in forwards_insert() 152 fwd_init_parents(struct iter_forwards* fwd) in fwd_init_parents() 266 read_forwards(struct iter_forwards* fwd, struct config_file* cfg) in read_forwards() 299 fwd_add_stub_hole(struct iter_forwards* fwd, uint16_t c, uint8_t* nm) in fwd_add_stub_hole() [all …]
|
H A D | iter_utils.h | 49 struct iter_forwards; 343 int iter_get_next_root(struct iter_hints* hints, struct iter_forwards* fwd,
|
H A D | iterator.h | 50 struct iter_forwards;
|
H A D | iter_utils.c | 1284 iter_get_next_root(struct iter_hints* hints, struct iter_forwards* fwd, in iter_get_next_root()
|
/freebsd/contrib/unbound/util/ |
H A D | module.h | 178 struct iter_forwards; 518 struct iter_forwards* fwds;
|
/freebsd/contrib/unbound/daemon/ |
H A D | remote.c | 2171 print_root_fwds(RES* ssl, struct iter_forwards* fwds, uint8_t* root) in print_root_fwds() 2256 struct iter_forwards* fwd = worker->env.fwds; in do_forward() 2335 struct iter_forwards* fwd = worker->env.fwds; in do_forward_add() 2371 struct iter_forwards* fwd = worker->env.fwds; in do_forward_remove() 2392 struct iter_forwards* fwd = worker->env.fwds; in do_stub_add() 2448 struct iter_forwards* fwd = worker->env.fwds; in do_stub_remove() 2888 struct iter_forwards* fwds = worker->env.fwds; in do_list_forwards()
|
/freebsd/contrib/unbound/smallapp/ |
H A D | unbound-checkconf.c | 940 struct iter_forwards* fwd = forwards_create(); in check_fwd()
|