definition for tree struct More...
Data Fields | |
| ldns_rbnode_t * | root |
| The root of the red-black tree. | |
| size_t | count |
| The number of the nodes in the tree. | |
| int(* | cmp )(const void *, const void *) |
| Key compare function. | |
definition for tree struct
Definition at line 83 of file rbtree.h.
| size_t ldns_rbtree_t::count |
| int(* ldns_rbtree_t::cmp)(const void *, const void *) |
Key compare function.
<0,0,>0 like strcmp. Return 0 on two NULL ptrs.
1.6.1