Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c15556 int iPgno; /* Current page number */ member
15698 int iPgno = -1; in dbdataBestIndex() local
15709 iPgno = i; in dbdataBestIndex()
15718 if( iPgno>=0 ){ in dbdataBestIndex()
15719 pIdx->aConstraintUsage[iPgno].argvIndex = 1 + (iSchema>=0); in dbdataBestIndex()
15720 pIdx->aConstraintUsage[iPgno].omit = 1; in dbdataBestIndex()
15737 pIdx->idxNum = (iSchema>=0 ? 0x01 : 0x00) | (iPgno>=0 ? 0x02 : 0x00); in dbdataBestIndex()
15771 pCsr->iPgno = 1; in dbdataResetCursor()
16012 int iOff = (pCsr->iPgno==1 ? 100 : 0); in dbdataNext()
16017 if( pCsr->bOnePage==0 && pCsr->iPgno>pCsr->szDb ) return SQLITE_OK; in dbdataNext()
[all …]
H A Dsqlite3.c68885 u32 iPgno, nDbSize;
68886 iPgno = sqlite3Get4byte(aBuf);
68889 walEncodeFrame(pWal, iPgno, nDbSize, &aBuf[WAL_FRAME_HDRSIZE], aFrame);
223642 u32 iPgno; /* Page number */
223942 u8 *aHdr = &aData[p->iPgno==1 ? 100 : 0];
223954 if( p->iPgno==1 ) nHdr += 100;
224134 pCsr->aPage[0].iPgno = iRoot;
224200 p[1].iPgno = p->iRightChildPg;
224202 p[1].iPgno = p->aCell[p->iCell].iChildPg;
224204 rc = statGetPage(pBt, p[1].iPgno, &p[1]);
[all …]