Searched defs:BtRbTree (Results 1 – 1 of 1) sorted by relevance
31 typedef struct BtRbTree BtRbTree; typedef115 struct BtRbTree { struct116 RbtCursor *pCursors; /* All cursors pointing to this tree */117 BtRbNode *pHead; /* Head of the tree, or NULL */
Completed in 9 milliseconds