Searched defs:RBTREE_FOR (Results 1 - 11 of 11) sorted by relevance

/freebsd-10-stable/contrib/unbound/util/
H A Drbtree.h173 #define RBTREE_FOR(node, type, rbtree) \ macro
/freebsd-10-stable/contrib/unbound/util/storage/
H A Ddnstree.c111 RBTREE_FOR(node, struct addr_tree_node*, tree) { function
137 RBTREE_FOR(node, struct name_tree_node*, tree) { function
/freebsd-10-stable/contrib/unbound/iterator/
H A Diter_fwd.c154 RBTREE_FOR(node, struct iter_forward_zone*, fwd->tree) { function
442 RBTREE_FOR(p, struct iter_forward_zone*, fwd->tree) { function
H A Diter_hints.c507 RBTREE_FOR(p, struct iter_hints_stub*, &hints->tree) { function
/freebsd-10-stable/contrib/unbound/services/
H A Dmesh.c618 RBTREE_FOR(super, struct mesh_state_ref*, &mstate->super_set) { function
633 RBTREE_FOR(r, struct mesh_state_ref*, &m->sub_set) { function
665 RBTREE_FOR(ref, struct mesh_state_ref*, &qstate->mesh_info->sub_set) { function
935 RBTREE_FOR(ref, struct mesh_state_ref*, &mstate->super_set) function
1114 RBTREE_FOR(m, struct mesh_state*, &mesh->all) { function
1178 RBTREE_FOR(m, struct mesh_state*, &mesh->all) { function
H A Dlocalzone.c678 RBTREE_FOR(node, struct local_zone*, &zones->ztree) { function
891 RBTREE_FOR(d, struct local_data*, &z->data) { function
905 RBTREE_FOR(z, struct local_zone*, &zones->ztree) { function
H A Doutside_network.c2018 RBTREE_FOR(sq, struct serviced_query*, outnet->serviced) { function
/freebsd-10-stable/contrib/unbound/validator/
H A Dval_anchor.c161 RBTREE_FOR(node, struct trust_anchor*, anchors->tree) { function
1206 RBTREE_FOR(ta, struct trust_anchor*, anchors->tree) { function
H A Dval_sigcrypt.c1151 RBTREE_FOR(walk, struct canon_rr*, (*sortree)) { function
H A Dautotrust.c2286 RBTREE_FOR(tp, struct trust_anchor*, anchors->tree) { function
/freebsd-10-stable/contrib/unbound/daemon/
H A Dremote.c1926 RBTREE_FOR(a, struct trust_anchor*, worker->env.anchors->tree) { function
2024 RBTREE_FOR(sub, struct mesh_state_ref*, &m->sub_set) { function
2057 RBTREE_FOR(m, struct mesh_state*, &mesh->all) { function
2191 RBTREE_FOR(z, struct iter_forward_zone*, fwds->tree) { function
2218 RBTREE_FOR(z, struct iter_hints_stub*, &worker->env.hints->tree) { function
2246 RBTREE_FOR(z, struct local_zone*, &zones->ztree) { function
2272 RBTREE_FOR(z, struct local_zone*, &zones->ztree) { function
2274 RBTREE_FOR(d, struct local_data*, &z->data) { function

Completed in 211 milliseconds