Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/lsm1/
H A DlsmInt.h102 typedef struct TreeRoot TreeRoot; typedef
278 struct TreeRoot { struct
293 TreeRoot root; /* Root and height of current tree */ argument
295 TreeRoot oldroot; /* Root and height of the previous tree */
H A Dlsm_tree.c189 TreeRoot *pRoot; /* Root node and height of tree to access */
546 TreeRoot *p = &pDb->treehdr.root; in dump_tree_contents()
1088 memcpy(&pDb->treehdr.oldroot, &pDb->treehdr.root, sizeof(TreeRoot)); in lsmTreeMakeOld()
1372 TreeRoot *p = &db->treehdr.root; in treeOverwriteKey()
1452 TreeRoot *p = &pDb->treehdr.root; in treeInsertEntry()
1592 TreeRoot *p = &db->treehdr.root; in treeDeleteEntry()
1803 TreeRoot *p = &db->treehdr.root; in lsmTreeDelete()
1979 TreeRoot *pRoot = pCsr->pRoot; in lsmTreeCursorSeek()
2069 TreeRoot *pRoot = pCsr->pRoot; in lsmTreeCursorNext()
2135 TreeRoot *pRoot = pCsr->pRoot; in lsmTreeCursorPrev()
[all …]