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

/bind-9.11.3/lib/dns/
H A Drbt.c205 #define DOWN(node) ((node)->down) macro
366 fixup_uppernodes_helper(DOWN(node), node);
1120 if (DOWN(node) == NULL)
1124 node = DOWN(node);
1281 root = &DOWN(current);
1288 child = DOWN(current);
1372 DOWN(new_current) = current;
1373 root = &DOWN(new_current);
1766 current = DOWN(current);
1966 if (DOWN(curren
[all...]

Completed in 19 milliseconds