Searched refs:standin (Results 1 – 4 of 4) sorted by relevance
372 struct archive_rb_node *self, struct archive_rb_node *standin) in __archive_rb_tree_swap_prune_and_rebalance() argument374 const unsigned int standin_which = RB_POSITION(standin); in __archive_rb_tree_swap_prune_and_rebalance()377 struct archive_rb_node *standin_father = RB_FATHER(standin); in __archive_rb_tree_swap_prune_and_rebalance()378 int rebalance = RB_BLACK_P(standin); in __archive_rb_tree_swap_prune_and_rebalance()385 standin_son = standin->rb_nodes[standin_which]; in __archive_rb_tree_swap_prune_and_rebalance()391 standin_son = standin->rb_nodes[standin_other]; in __archive_rb_tree_swap_prune_and_rebalance()425 standin_father = standin; in __archive_rb_tree_swap_prune_and_rebalance()438 standin->rb_nodes[standin_other] = self->rb_nodes[standin_other]; in __archive_rb_tree_swap_prune_and_rebalance()439 RB_SET_FATHER(standin->rb_nodes[standin_other], standin); in __archive_rb_tree_swap_prune_and_rebalance()451 standin->rb_nodes[standin_other] = self->rb_nodes[standin_other]; in __archive_rb_tree_swap_prune_and_rebalance()[all …]
551 struct rb_node *standin) in rb_tree_swap_prune_and_rebalance() argument553 const unsigned int standin_which = RB_POSITION(standin); in rb_tree_swap_prune_and_rebalance()556 struct rb_node *standin_father = RB_FATHER(standin); in rb_tree_swap_prune_and_rebalance()557 bool rebalance = RB_BLACK_P(standin); in rb_tree_swap_prune_and_rebalance()564 KASSERT(RB_SENTINEL_P(standin->rb_nodes[standin_other])); in rb_tree_swap_prune_and_rebalance()565 standin_son = standin->rb_nodes[standin_which]; in rb_tree_swap_prune_and_rebalance()571 KASSERT(RB_SENTINEL_P(standin->rb_nodes[standin_which])); in rb_tree_swap_prune_and_rebalance()572 standin_son = standin->rb_nodes[standin_other]; in rb_tree_swap_prune_and_rebalance()588 KASSERT(rb_tree_check_node(rbt, standin, NULL, false)); in rb_tree_swap_prune_and_rebalance()623 KASSERT(RB_SENTINEL_P(standin->rb_nodes[standin_other])); in rb_tree_swap_prune_and_rebalance()[all …]
2714 "From where ah was standin'", drawled Tush, "Ah could see he'd
141922 Select standin;141926 pNew = &standin;141956 clearSelect(pParse->db, pNew, pNew!=&standin);