Searched defs:successor (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/
H A Drbt.c1117 * the successor. All the logic for finding
1771 dns_rbtnode_t *successor; local
1810 * deleted. Find its immediate in-order successor and
1812 * old site of the successor.
1814 successor = RIGHT(delete);
1815 while (LEFT(successor) != NULL)
1816 successor = LEFT(successor);
1819 * The successor cannot possibly have a left child;
1822 if (RIGHT(successor) !
2386 dns_rbtnode_t *current, *successor; local
2448 dns_rbtnode_t *current, *previous, *successor; local
2493 dns_rbtnode_t *current, *previous, *successor; local
[all...]

Completed in 25 milliseconds