Lines Matching refs:nPg
245420 ** Do up to nPg pages of automerge work on the index.
245427 int nPg, /* Pages of work to do */
245430 int nRem = nPg;
245637 int nPg;
245666 /* Modify the contents of buffer aPg[]. Set nPg to the new size
245668 nPg = pLeaf->szLeaf - nShift;
245669 memmove(&aPg[4], &aPg[4+nShift], nPg-4);
245670 fts5PutU16(&aPg[2], nPg);
245673 memcpy(&aPg[nPg], aIdx, nIdx);
245674 nPg += nIdx;
245679 assert( nPg>4 || fts5GetU16(aPg)==0 );
245680 fts5DataWrite(p, iRowid, aPg, nPg);
245698 int nPg = pSeg->pLeaf->nn;
245711 nIdx = nPg-iPgIdx;
245939 ** nPg: Total initial size of leaf page.
245946 const int nMove = nPg - iNextOff; /* Number of bytes to move */
245954 nPg = iPgIdx;
245963 nPg += sqlite3Fts5PutVarint(&aPg[nPg], iKeyOut - iPrevKeyOut);
245968 if( iPgIdx==nPg && nIdx>0 && pSeg->iLeafPgno!=1 ){
245972 assert_nc( nPg>4 || fts5GetU16(aPg)==0 );
245973 fts5DataWrite(p, FTS5_SEGMENT_ROWID(iSegid,pSeg->iLeafPgno), aPg, nPg);
247899 ** Buffer pPg contains a page of a tombstone hash table - one of nPg pages
247912 int nPg,
247918 int iSlot = (iRowid / nPg) % nSlot;
248069 ** case the new hash consists of (nPg*2+1) pages of nSlotPerPage
248070 ** slots each, where nPg is the current number of pages in the