Lines Matching refs:iNew
37744 unsigned int iNew
37762 h = iNew%pCache->nHash;
37763 pPage->iKey = iNew;
37766 if( iNew>pCache->iMaxKey ){
37767 pCache->iMaxKey = iNew;
72394 int iNew; /* Index of new, merged, PMA */
72396 for(iNew=0;
72397 rc==SQLITE_OK && iNew*SORTER_MAX_MERGE_COUNT<pSorter->nPMA;
72398 iNew++
72447 pSorter->nPMA = iNew;