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

/bind-9.11.3/lib/dns/
H A Drbt.c1954 * the successor. All the logic for finding
2591 dns_rbtnode_t *successor; local
2630 * deleted. Find its immediate in-order successor and
2632 * old site of the successor.
2634 successor = RIGHT(item);
2635 while (LEFT(successor) != NULL)
2636 successor = LEFT(successor);
2639 * The successor cannot possibly have a left child;
2642 if (RIGHT(successor) !
3361 dns_rbtnode_t *current, *successor; local
3423 dns_rbtnode_t *current, *previous, *successor; local
3468 dns_rbtnode_t *current, *previous, *successor; local
[all...]

Completed in 20 milliseconds