Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/lsm1/
H A Dlsm_tree.c94 typedef struct TreeLeaf TreeLeaf; typedef
165 struct TreeLeaf { struct
725 static TreeLeaf *newTreeLeaf(lsm_db *pDb, u32 *piPtr, int *pRc){ in newTreeLeaf()
726 return treeShmallocZero(pDb, sizeof(TreeLeaf), piPtr, pRc); in newTreeLeaf()
806 TreeLeaf *pOld, in copyTreeLeaf()
810 TreeLeaf *pNew; in copyTreeLeaf()
813 memcpy(pNew, pOld, sizeof(TreeLeaf)); in copyTreeLeaf()
1024 TreeLeaf *pNew; in treeInsertLeaf()
1037 TreeLeaf *pRight; in treeInsertLeaf()
1380 pNew = copyTreeLeaf(db, (TreeLeaf *)pNode, &iNew, pRc); in treeOverwriteKey()