Searched refs:iter_forwards (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.0-release/contrib/unbound/iterator/
H A Diter_fwd.h52 struct iter_forwards { struct
91 struct iter_forwards* forwards_create(void);
97 void forwards_delete(struct iter_forwards* fwd);
105 int forwards_apply_cfg(struct iter_forwards* fwd, struct config_file* cfg);
118 struct delegpt* forwards_lookup(struct iter_forwards* fwd,
127 struct delegpt* forwards_lookup_root(struct iter_forwards* fwd,
136 int forwards_next_root(struct iter_forwards* fwd, uint16_t* qclass);
143 size_t forwards_get_mem(struct iter_forwards* fwd);
157 int forwards_add_zone(struct iter_forwards* fwd, uint16_t c,
167 void forwards_delete_zone(struct iter_forwards* fw
[all...]
H A Diter_fwd.c68 struct iter_forwards*
71 struct iter_forwards* fwd = (struct iter_forwards*)calloc(1,
72 sizeof(struct iter_forwards));
92 static void fwd_del_tree(struct iter_forwards* fwd)
100 forwards_delete(struct iter_forwards* fwd)
110 forwards_insert_data(struct iter_forwards* fwd, uint16_t c, uint8_t* nm,
143 forwards_insert(struct iter_forwards* fwd, uint16_t c, struct delegpt* dp)
151 fwd_init_parents(struct iter_forwards* fwd)
250 read_forwards(struct iter_forwards* fw
[all...]
H A Diter_utils.h49 struct iter_forwards;
290 int iter_get_next_root(struct iter_hints* hints, struct iter_forwards* fwd,
H A Diterator.h50 struct iter_forwards;
H A Diter_utils.c882 iter_get_next_root(struct iter_hints* hints, struct iter_forwards* fwd,
/freebsd-10.0-release/contrib/unbound/util/
H A Dmodule.h62 struct iter_forwards;
207 struct iter_forwards* fwds;
/freebsd-10.0-release/contrib/unbound/daemon/
H A Dremote.c1417 print_root_fwds(SSL* ssl, struct iter_forwards* fwds, uint8_t* root)
1492 struct iter_forwards* fwd = worker->env.fwds;
1568 struct iter_forwards* fwd = worker->env.fwds;
1596 struct iter_forwards* fwd = worker->env.fwds;
1613 struct iter_forwards* fwd = worker->env.fwds;
1652 struct iter_forwards* fwd = worker->env.fwds;
1900 struct iter_forwards* fwds = worker->env.fwds;
/freebsd-10.0-release/contrib/unbound/smallapp/
H A Dunbound-checkconf.c431 struct iter_forwards* fwd = forwards_create();

Completed in 84 milliseconds