Home
last modified time | relevance | path

Searched refs:BtRbNode (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/lib/libsqlite/src/
H A Dbtree_rb.c35 typedef struct BtRbNode BtRbNode; typedef
104 BtRbNode *pNode;
120 BtRbNode *pHead; /* Head of the tree, or NULL */
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
208 static void leftRotate(BtRbTree *pTree, BtRbNode *pX) in leftRotate()
210 BtRbNode *pY; in leftRotate()
211 BtRbNode *pb; in leftRotate()
[all …]