The rbnode_t struct definition. More...
Data Fields | |
| ldns_rbnode_t * | parent |
| parent in rbtree, RBTREE_NULL for root | |
| ldns_rbnode_t * | left |
| left node (smaller items) | |
| ldns_rbnode_t * | right |
| right node (larger items) | |
| const void * | key |
| pointer to sorting key | |
| const void * | data |
| pointer to data | |
| uint8_t | color |
| colour of this node | |
| const void* ldns_rbnode_t::key |
| const void* ldns_rbnode_t::data |
| uint8_t ldns_rbnode_t::color |
1.7.6.1