Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/libarchive/libarchive/
HDarchive_rb.c372 struct archive_rb_node *self, struct archive_rb_node *standin) in __archive_rb_tree_swap_prune_and_rebalance() argument
374 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 …]
/freebsd-13-stable/contrib/sqlite3/
HDsqlite3.c143029 Select standin;
143033 pNew = &standin;
143063 clearSelect(pParse->db, pNew, pNew!=&standin);