Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts5/
H A Dfts5_index.c6154 int iPrevLeaf = iIdxLeaf; in fts5IndexIntegrityCheckSegment() local
6165 for(iPg=iPrevLeaf+1; iPg<fts5DlidxIterPgno(pDlidx); iPg++){ in fts5IndexIntegrityCheckSegment()
6173 iPrevLeaf = fts5DlidxIterPgno(pDlidx); in fts5IndexIntegrityCheckSegment()
6177 iKey = FTS5_SEGMENT_ROWID(iSegid, iPrevLeaf); in fts5IndexIntegrityCheckSegment()