Searched refs:rbtree_first (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/unbound/util/
H A Drbtree.h146 rbnode_type *rbtree_first(rbtree_type *rbtree);
174 for(node=(type)rbtree_first(rbtree); \
H A Dmini_event.c150 while((rbnode_type*)(p = (struct event*)rbtree_first(base->times))
H A Drbtree.c549 rbtree_first (rbtree_type *rbtree) function
H A Dwinsock_event.c172 while((rbnode_type*)(p = (struct event*)rbtree_first(base->times))
/freebsd-13-stable/contrib/unbound/util/storage/
H A Ddnstree.c137 (struct addr_tree_node*)rbtree_first(tree));
262 n = rbtree_first(tree);
/freebsd-13-stable/contrib/unbound/iterator/
H A Diter_fwd.c404 n = rbtree_first(fwd->tree);
/freebsd-13-stable/contrib/unbound/validator/
H A Dval_sigcrypt.c1101 p1 = (struct canon_rr*)rbtree_first(&sortree1);
1102 p2 = (struct canon_rr*)rbtree_first(&sortree2);
H A Dautotrust.c2019 rbnode_type* t = rbtree_first(&anchors->autr->probe);
2398 if( (el=rbtree_first(&env->anchors->autr->probe)) == RBTREE_NULL) {
H A Dval_anchor.c992 ta=(struct trust_anchor*)rbtree_first(anchors->tree);
/freebsd-13-stable/contrib/unbound/services/
H A Doutside_network.c951 node = rbtree_first(tree_by_id);
2067 node = rbtree_first(&reuse->tree_by_id);
H A Dauthzone.c2375 next = (struct auth_data*)rbtree_first(&z->data);

Completed in 182 milliseconds