Searched refs:iNext (Results 1 – 2 of 2) sorted by relevance
195 u16 iNext; /* Index in MemPage.u.aDisk[] of next cell in sorted order */ member265 u16 iNext; /* Index in MemPage.u.aDisk[] of the next free block */ member285 Pgno iNext; member447 pCell->h.iNext = SWAB16(pBt, pc + n); in defragmentPage()455 pPage->apCell[pPage->nCell-1]->h.iNext = 0; in defragmentPage()459 pFBlk->iNext = 0; in defragmentPage()494 if( p->iNext==0 ){ in allocateSpace()498 pIdx = &p->iNext; in allocateSpace()504 *pIdx = p->iNext; in allocateSpace()509 pNew->iNext = p->iNext; in allocateSpace()[all …]
37 u8 iNext; /* Index in aKeywordTable[] of next with same hash */ member172 aKeywordTable[i].iNext = aiHashTable[h]; in sqliteKeywordCode()180 for(i=aiHashTable[h]; i; i=p->iNext){ in sqliteKeywordCode()