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

/bind-9.11.3/lib/dns/
H A Drbt.c202 #define PARENT(node) ((node)->parent) macro
384 node = PARENT(node);
402 return (PARENT(root));
415 node = PARENT(node);
1285 PARENT(*root) == current));
1339 PARENT(new_current) = PARENT(current);
1354 PARENT(LEFT(new_current)) =
1357 PARENT(RIGHT(new_current)) =
1371 PARENT(curren
[all...]

Completed in 18 milliseconds