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