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

/bind-9.6-ESV-R11/lib/dns/
H A Drbt.c125 #define IS_BLACK(node) ((node) == NULL || (node)->color == BLACK) macro
1915 if (IS_BLACK(delete)) {
1918 while (child != *rootp && IS_BLACK(child)) {
1933 if (IS_BLACK(LEFT(sibling)) &&
1934 IS_BLACK(RIGHT(sibling))) {
1940 if (IS_BLACK(RIGHT(sibling))) {
1972 if (IS_BLACK(LEFT(sibling)) &&
1973 IS_BLACK(RIGHT(sibling))) {
1978 if (IS_BLACK(LEFT(sibling))) {

Completed in 740 milliseconds