Home
last modified time | relevance | path

Searched defs:iLeaf (Results 1 – 6 of 6) sorted by relevance

/sqlite-3.40.0/ext/repair/
H A Dcheckfreelist.c200 u32 iLeaf = get4byte(&aData[8 + 4*i]); in checkFreelist() local
/sqlite-3.40.0/src/
H A Dtest_journal.c396 u32 iLeaf; in openTransaction() local
/sqlite-3.40.0/ext/lsm1/
H A Dlsm_tree.c2070 const int iLeaf = pRoot->nHeight-1; in lsmTreeCursorNext() local
2136 const int iLeaf = pRoot->nHeight-1; in lsmTreeCursorPrev() local
H A Dlsm_sorted.c845 LsmPgno iLeaf; /* Page number of current leaf page */ in btreeCursorRestore() local
/sqlite-3.40.0/ext/fts3/
H A Dfts3_write.c2169 sqlite3_int64 iLeaf, /* Block id of first leaf node */ in fts3NodeWrite()
/sqlite-3.40.0/ext/fts5/
H A Dfts5_index.c5821 int iLeaf /* Load doclist-index for this leaf */ in fts5TestDlidxReverse()