Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c250491 int pgnoLast; /* Last leaf page number in segment */ member
251271 i += fts5GetVarint32(&pData[i], pSeg->pgnoLast);
251280 if( pSeg->pgnoLast<pSeg->pgnoFirst ){
251445 assert_nc( p1->pgnoLast==p2->pgnoLast );
251539 fts5BufferAppendVarint(&p->rc, &buf, pSeg->pgnoLast);
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;
251916 }else if( pIter->iLeafPgno<=pSeg->pgnoLast ){
252509 int pgnoLast = 0; local
[all …]