Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts5/
H A Dfts5_index.c1116 assert_nc( p1->pgnoFirst==p2->pgnoFirst ); in fts5StructureRead()
1759 if( pSeg->pgnoFirst==0 ){ in fts5SegIterInit()
1773 pIter->iLeafPgno = pSeg->pgnoFirst-1; in fts5SegIterInit()
2458 if( iPg<pSeg->pgnoFirst ){ in fts5SegIterSeekInit()
2459 iPg = pSeg->pgnoFirst; in fts5SegIterSeekInit()
4222 pSeg->pSeg->pgnoFirst = 0; in fts5TrimSegments()
4340 pSeg->pgnoFirst = 1; in fts5IndexMergeLevel()
4711 pSeg->pgnoFirst = 1; in fts5FlushOneHash()
6088 int iIdxPrevLeaf = pSeg->pgnoFirst-1; in fts5IndexIntegrityCheckSegment()
6091 if( pSeg->pgnoFirst==0 ) return; in fts5IndexIntegrityCheckSegment()
[all …]