/freebsd/contrib/unbound/util/ |
H A D | rbtree.h | 173 #define RBTREE_FOR(node, type, rbtree) \ macro
|
H A D | netevent.c | 2147 RBTREE_FOR(t, struct doq_timer*, c->doq_socket->table->timer_tree) {
|
/freebsd/contrib/unbound/iterator/ |
H A D | iter_fwd.c | 156 RBTREE_FOR(node, struct iter_forward_zone*, fwd->tree) { in fwd_init_parents() 499 RBTREE_FOR(p, struct iter_forward_zone*, fwd->tree) { in forwards_get_mem()
|
H A D | iter_hints.c | 567 RBTREE_FOR(p, struct iter_hints_stub*, &hints->tree) { in hints_get_mem()
|
/freebsd/contrib/unbound/daemon/ |
H A D | remote.c | 2511 RBTREE_FOR(a, struct trust_anchor*, worker->env.anchors->tree) { in do_insecure_list() 2612 RBTREE_FOR(sub, struct mesh_state_ref*, &m->sub_set) { in get_mesh_status() 2645 RBTREE_FOR(m, struct mesh_state*, &mesh->all) { in do_dump_requestlist() 2893 RBTREE_FOR(z, struct iter_forward_zone*, fwds->tree) { in do_list_forwards() 2924 RBTREE_FOR(z, struct iter_hints_stub*, &worker->env.hints->tree) { in do_list_stubs() 2954 RBTREE_FOR(z, struct auth_zone*, &az->ztree) { in do_list_auth_zones() 2984 RBTREE_FOR(z, struct local_zone*, &zones->ztree) { in do_list_local_zones() 3009 RBTREE_FOR(z, struct local_zone*, &zones->ztree) { in do_list_local_data() 3011 RBTREE_FOR(d, struct local_data*, &z->data) { in do_list_local_data()
|
H A D | worker.c | 959 RBTREE_FOR(ta, struct trust_anchor*, w->env.anchors->tree) { in chaos_trustanchor()
|
/freebsd/contrib/unbound/util/storage/ |
H A D | dnstree.c | 157 RBTREE_FOR(node, struct name_tree_node*, tree) { in name_tree_init_parents()
|
/freebsd/contrib/unbound/services/ |
H A D | mesh.c | 1037 RBTREE_FOR(super, struct mesh_state_ref*, &mstate->super_set) { in mesh_state_delete() 1052 RBTREE_FOR(r, struct mesh_state_ref*, &m->sub_set) { in find_in_subsub() 1084 RBTREE_FOR(ref, struct mesh_state_ref*, &qstate->mesh_info->sub_set) { in mesh_detach_subs() 1649 RBTREE_FOR(ref, struct mesh_state_ref*, &mstate->super_set) in mesh_walk_supers() 1987 RBTREE_FOR(m, struct mesh_state*, &mesh->all) { in mesh_log_list() 2054 RBTREE_FOR(m, struct mesh_state*, &mesh->all) { in mesh_get_mem()
|
H A D | localzone.c | 65 RBTREE_FOR(d, struct local_data*, &z->data) { in local_zone_out() 91 RBTREE_FOR(z, struct local_zone*, &zones->ztree) { in local_zones_print() 1015 RBTREE_FOR(node, struct local_zone*, &zones->ztree) { in lz_init_parents()
|
H A D | authzone.c | 1738 RBTREE_FOR(n, struct auth_data*, &z->data) { in auth_zone_write_file() 1791 RBTREE_FOR(z, struct auth_zone*, &az->ztree) { in auth_zones_read_zones() 2069 RBTREE_FOR(z, struct auth_zone*, &az->ztree) { in auth_zones_setup_zones() 2199 RBTREE_FOR(z, struct auth_zone*, &az->ztree) { in az_setall_deleted() 2217 RBTREE_FOR(z, struct auth_zone*, &az->ztree) { in az_delete_deleted_zones() 7019 RBTREE_FOR(x, struct auth_xfer*, &az->xtree) { in auth_xfer_pickup_initial() 7038 RBTREE_FOR(x, struct auth_xfer*, &az->xtree) { in auth_zones_cleanup() 7694 RBTREE_FOR(n, struct auth_data*, &z->data) { in zonemd_simple_collate() 8557 RBTREE_FOR(z, struct auth_zone*, &az->ztree) { in auth_zones_pickup_zonemd_verify()
|
H A D | outside_network.c | 3911 RBTREE_FOR(sq, struct serviced_query*, outnet->serviced) {
|
/freebsd/contrib/unbound/validator/ |
H A D | val_anchor.c | 161 RBTREE_FOR(node, struct trust_anchor*, anchors->tree) { in anchors_init_parents_locked() 1180 RBTREE_FOR(ta, struct trust_anchor*, anchors->tree) { in anchors_get_mem()
|
H A D | val_sigcrypt.c | 1297 RBTREE_FOR(walk, struct canon_rr*, (*sortree)) { in rrset_canonical() 1360 RBTREE_FOR(walk, struct canon_rr*, sortree) { in rrset_canonicalize_to_buffer()
|
H A D | autotrust.c | 2329 RBTREE_FOR(tp, struct trust_anchor*, anchors->tree) { in autr_debug_print()
|