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

/bind-9.6-ESV-R11/lib/dns/
H A Drbt.c82 #define DOWN(node) ((node)->down) macro
351 if (DOWN(node) == NULL)
355 node = DOWN(node);
478 root = &DOWN(current);
485 child = DOWN(current);
574 DOWN(new_current) = current;
575 root = &DOWN(new_current);
927 current = DOWN(current);
1129 if (DOWN(current) != NULL) {
1134 DOWN(curren
[all...]

Completed in 8 milliseconds