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

/bind-9.11.3/lib/dns/
H A Drbt.c84 #define RED 0 macro
251 #define IS_RED(node) ((node) != NULL && (node)->color == RED)
253 #define MAKE_RED(node) ((node)->color = RED)
2918 /* Both children of RED nodes must be BLACK. */
3061 IS_RED(root) ? "RED" : "BLACK");

Completed in 15 milliseconds