Searched refs:newTreeNode (Results 1 – 1 of 1) sorted by relevance
| /sqlite-3.40.0/ext/lsm1/ |
| H A D | lsm_tree.c | 721 static TreeNode *newTreeNode(lsm_db *pDb, u32 *piPtr, int *pRc){ in newTreeNode() function 795 pNew = newTreeNode(pDb, piNew, pRc); in copyTreeNode() 912 pLeft = newTreeNode(pDb, &iLeft, &rc); in treeInsert() 913 pRight = newTreeNode(pDb, &iRight, &rc); in treeInsert() 928 pRoot = newTreeNode(pDb, &iRoot, &rc); in treeInsert() 977 pNew = newTreeNode(pDb, &iNew, &rc); in treeInsert() 1529 TreeNode *pRoot = newTreeNode(pDb, &p->iRoot, &rc); in treeInsertEntry() 1616 pNew = newTreeNode(db, &iNew, &rc); in treeDeleteEntry() 1681 pNew1 = (TreeNode *)newTreeNode(db, &iNew1, &rc); in treeDeleteEntry() 1694 pNew2 = (TreeNode *)newTreeNode(db, &iNew2, &rc); in treeDeleteEntry()
|