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

/bind-9.11.3/lib/dns/
H A Drbt.c251 #define IS_RED(node) ((node) != NULL && (node)->color == RED) macro
2528 while (node != root && IS_RED(PARENT(node))) {
2540 if (child != NULL && IS_RED(child)) {
2558 if (child != NULL && IS_RED(child)) {
2744 if (IS_RED(sibling)) {
2783 if (IS_RED(sibling)) {
2817 if (IS_RED(child))
2913 if (IS_RED(node)) {
2919 if (IS_RED(LEFT(node)) || IS_RED(RIGH
[all...]

Completed in 14 milliseconds