Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/
H A Darchive_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/crypto/openssl/doc/designs/quic-design/
H A Dconnection-state-machine.md627 as the handshake layer as a standin for TLS 1.3. e.g. a 0x01 byte “represents”
/freebsd/contrib/sqlite3/
H A Dsqlite3.c144977 Select standin;
144981 pNew = &standin;
145011 clearSelect(pParse->db, pNew, pNew!=&standin);