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

/bind-9.6-ESV-R11/lib/dns/
H A Drbt.c79 #define PARENT(node) ((node)->parent) macro
189 for (root = node; ! IS_ROOT(root); root = PARENT(root))
192 return (PARENT(root));
482 PARENT(*root) == current));
541 PARENT(new_current) = PARENT(current);
556 PARENT(LEFT(new_current)) =
559 PARENT(RIGHT(new_current)) =
573 PARENT(current) = new_current;
781 up_current = PARENT(current_roo
[all...]

Completed in 17 milliseconds