Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c251223 int pgnoLast; /* Last leaf page number in segment */ member
252003 i += fts5GetVarint32(&pData[i], pSeg->pgnoLast);
252012 if( pSeg->pgnoLast<pSeg->pgnoFirst ){
252177 assert_nc( p1->pgnoLast==p2->pgnoLast );
252271 fts5BufferAppendVarint(&p->rc, &buf, pSeg->pgnoLast);
252303 return 1 + pSeg->pgnoLast - pSeg->pgnoFirst;
252369 szSeg = (1 + pSeg->pgnoLast - pSeg->pgnoFirst);
252379 int sz = pTst->aSeg[i].pgnoLast - pTst->aSeg[i].pgnoFirst + 1;
252648 }else if( pIter->iLeafPgno<=pSeg->pgnoLast ){
253241 int pgnoLast = 0; local
[all …]