Lines Matching refs:pgnoFirst
250490 int pgnoFirst; /* First leaf page number in segment */ member
251270 i += fts5GetVarint32(&pData[i], pSeg->pgnoFirst);
251280 if( pSeg->pgnoLast<pSeg->pgnoFirst ){
251444 assert_nc( p1->pgnoFirst==p2->pgnoFirst );
251538 fts5BufferAppendVarint(&p->rc, &buf, pSeg->pgnoFirst);
251571 return 1 + pSeg->pgnoLast - pSeg->pgnoFirst;
251637 szSeg = (1 + pSeg->pgnoLast - pSeg->pgnoFirst);
251647 int sz = pTst->aSeg[i].pgnoLast - pTst->aSeg[i].pgnoFirst + 1;
252101 if( pSeg->pgnoFirst==0 ){
252115 pIter->iLeafPgno = pSeg->pgnoFirst-1;
252807 if( iPg<pSeg->pgnoFirst ){
252808 iPg = pSeg->pgnoFirst;
254780 pSeg->pSeg->pgnoFirst = 0;
254822 pSeg->pSeg->pgnoFirst = pSeg->iTermLeafPgno;
254898 pSeg->pgnoFirst = 1;
255863 pSeg->pgnoFirst = 1;
258557 int iIdxPrevLeaf = pSeg->pgnoFirst-1;
258560 if( pSeg->pgnoFirst==0 ) return;
258580 if( iIdxLeaf<pSeg->pgnoFirst ) continue;
258880 pSeg->iSegid, pSeg->pgnoFirst, pSeg->pgnoLast
259500 sqlite3_result_int(ctx, pSeg->pgnoFirst);