Searched defs:BtRbNode (Results 1 – 1 of 1) sorted by relevance
35 typedef struct BtRbNode BtRbNode; typedef 123 struct BtRbNode { struct 129 BtRbNode *pParent; /* Nodes parent node, NULL for the tree head */ argument 130 BtRbNode *pLeft; /* Nodes left child, or NULL */ argument 131 BtRbNode *pRight; /* Nodes right child, or NULL */ argument 133 nBlackHeightBtRbNode global() argument [all...]