Searched refs:new_father (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/contrib/libarchive/libarchive/
H A Darchive_rb.c239 struct archive_rb_node * const new_father = old_child;
242 if (new_father == NULL)
247 grandpa->rb_nodes[RB_POSITION(old_father)] = new_father;
249 new_father->rb_nodes[other] = new_child;
254 RB_SET_FATHER(new_father, grandpa);
255 RB_SET_FATHER(new_child, new_father);
258 * Exchange properties between new_father and new_child. The only
261 RB_SWAP_PROPERTIES(new_father, new_child);
237 struct archive_rb_node * const new_father = old_child; local

Completed in 48 milliseconds