A node in a radix tree. More...
Data Fields | |
uint8_t * | key |
Key corresponding to this node. | |
radix_strlen_t | klen |
Key length corresponding to this node. | |
void * | data |
Data corresponding to this node. | |
ldns_radix_node_t * | parent |
Parent node. | |
uint8_t | parent_index |
Index in the the parent node select edge array. | |
uint16_t | len |
Length of the array. | |
uint16_t | offset |
Offset of the array. | |
uint16_t | capacity |
Capacity of the array. | |
ldns_radix_array_t * | array |
Select edge array. |
uint8_t* ldns_radix_node_t::key |
void* ldns_radix_node_t::data |
uint8_t ldns_radix_node_t::parent_index |
uint16_t ldns_radix_node_t::len |
uint16_t ldns_radix_node_t::offset |
uint16_t ldns_radix_node_t::capacity |