Lines Matching refs:iPgno
66964 u32 iPgno, nDbSize;
66965 iPgno = sqlite3Get4byte(aBuf);
66968 walEncodeFrame(pWal, iPgno, nDbSize, &aBuf[WAL_FRAME_HDRSIZE], aFrame);
214287 u32 iPgno; /* Page number */
214585 u8 *aHdr = &aData[p->iPgno==1 ? 100 : 0];
214597 if( p->iPgno==1 ) nHdr += 100;
214777 pCsr->aPage[0].iPgno = iRoot;
214843 p[1].iPgno = p->iRightChildPg;
214845 p[1].iPgno = p->aCell[p->iCell].iChildPg;
214847 rc = statGetPage(pBt, p[1].iPgno, &p[1]);
214865 pCsr->iPageno = p->iPgno;
233930 i64 iPgno = (i==0 ? pWriter->writer.pgno : pDlidx[-1].pgno);
233933 sqlite3Fts5BufferAppendVarint(&p->rc, &pDlidx->buf, iPgno);
236349 int iSegid, iHeight, iPgno, bDlidx; /* Rowid compenents */
236350 fts5DecodeRowid(iKey, &iSegid, &bDlidx, &iHeight, &iPgno);
236361 bDlidx ? "dlidx " : "", iSegid, iHeight, iPgno
236550 int iSegid,iHeight,iPgno,bDlidx;/* Rowid components */
236573 fts5DecodeRowid(iRowid, &iSegid, &bDlidx, &iHeight, &iPgno);
236585 lvl.iLeafPgno = iPgno;