Searched refs:BtRbNode (Results 1 – 1 of 1) sorted by relevance
35 typedef struct BtRbNode BtRbNode; typedef104 BtRbNode *pNode;120 BtRbNode *pHead; /* Head of the tree, or NULL */123 struct BtRbNode { struct129 BtRbNode *pParent; /* Nodes parent node, NULL for the tree head */ argument130 BtRbNode *pLeft; /* Nodes left child, or NULL */ argument131 BtRbNode *pRight; /* Nodes right child, or NULL */ argument208 static void leftRotate(BtRbTree *pTree, BtRbNode *pX) in leftRotate()210 BtRbNode *pY; in leftRotate()211 BtRbNode *pb; in leftRotate()[all …]