Home
last modified time | relevance | path

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

/NextBSD/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 …]
/NextBSD/contrib/sqlite3/
HDsqlite3.c107735 Select standin;
107740 pNew = &standin;
107761 clearSelect(db, pNew, pNew!=&standin);
107766 assert( pNew!=&standin );
/NextBSD/crypto/heimdal/lib/sqlite/
HDsqlite3.c92410 Select standin;
92415 pNew = &standin;
92437 if( pNew!=&standin ) sqlite3DbFree(db, pNew);