Searched refs:standin (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/Libc-1044.1.2/gen/NetBSD/
H A Drb.c637 struct rb_node *standin)
639 const unsigned int standin_which = RB_POSITION(standin);
642 struct rb_node *standin_father = RB_FATHER(standin);
643 bool rebalance = RB_BLACK_P(standin);
650 KASSERT(RB_SENTINEL_P(standin->rb_nodes[standin_other]));
651 standin_son = standin->rb_nodes[standin_which];
657 KASSERT(RB_SENTINEL_P(standin->rb_nodes[standin_which]));
658 standin_son = standin->rb_nodes[standin_other];
666 * If standin has a child, it must be red.
674 KASSERT(rb_tree_check_node(rbt, standin, NUL
636 rb_tree_swap_prune_and_rebalance(struct rb_tree *rbt, struct rb_node *self, struct rb_node *standin) argument
837 struct rb_node *standin, *self = RB_ITEMTONODE(rbto, object); local
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Drb.c535 struct rb_node *standin)
537 const unsigned int standin_which = RB_POSITION(standin);
540 struct rb_node *standin_father = RB_FATHER(standin);
541 bool rebalance = RB_BLACK_P(standin);
548 KASSERT(RB_SENTINEL_P(standin->rb_nodes[standin_other]));
549 standin_son = standin->rb_nodes[standin_which];
555 KASSERT(RB_SENTINEL_P(standin->rb_nodes[standin_which]));
556 standin_son = standin->rb_nodes[standin_other];
564 * If standin has a child, it must be red.
572 KASSERT(rb_tree_check_node(rbt, standin, NUL
529 rb_tree_swap_prune_and_rebalance(struct rb_tree *rbt, struct rb_node *self, struct rb_node *standin) argument
729 struct rb_node *standin; local
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c92410 Select standin; local
[all...]

Completed in 347 milliseconds