Home
last modified time | relevance | path

Searched refs:standin_son (Results 1 – 1 of 1) sorted by relevance

/freebsd-head/contrib/libarchive/libarchive/
HDarchive_rb.c376 struct archive_rb_node *standin_son; in __archive_rb_tree_swap_prune_and_rebalance() local
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()
394 if (RB_RED_P(standin_son)) { in __archive_rb_tree_swap_prune_and_rebalance()
399 RB_MARK_BLACK(standin_son); in __archive_rb_tree_swap_prune_and_rebalance()
406 RB_SET_FATHER(standin_son, standin_father); in __archive_rb_tree_swap_prune_and_rebalance()
407 RB_SET_POSITION(standin_son, standin_which); in __archive_rb_tree_swap_prune_and_rebalance()
434 standin_father->rb_nodes[standin_which] = standin_son; in __archive_rb_tree_swap_prune_and_rebalance()