Searched refs:newTreeLeaf (Results 1 – 1 of 1) sorted by relevance
| /sqlite-3.40.0/ext/lsm1/ |
| H A D | lsm_tree.c | 725 static TreeLeaf *newTreeLeaf(lsm_db *pDb, u32 *piPtr, int *pRc){ in newTreeLeaf() function 811 pNew = newTreeLeaf(pDb, piNew, pRc); in copyTreeLeaf() 1033 pNew = newTreeLeaf(pDb, &iNew, &rc); in treeInsertLeaf() 1039 pRight = newTreeLeaf(pDb, &iRight, &rc); in treeInsertLeaf() 1614 pNew = (TreeNode *)newTreeLeaf(db, &iNew, &rc); in treeDeleteEntry() 1679 pNew1 = (TreeNode *)newTreeLeaf(db, &iNew1, &rc); in treeDeleteEntry() 1692 pNew2 = (TreeNode *)newTreeLeaf(db, &iNew2, &rc); in treeDeleteEntry()
|