Home | History | Annotate | Download | only in orig

Lines Matching refs:iNew

37716   unsigned int iNew
37734 h = iNew%pCache->nHash;
37735 pPage->iKey = iNew;
37738 if( iNew>pCache->iMaxKey ){
37739 pCache->iMaxKey = iNew;
72366 int iNew; /* Index of new, merged, PMA */
72368 for(iNew=0;
72369 rc==SQLITE_OK && iNew*SORTER_MAX_MERGE_COUNT<pSorter->nPMA;
72370 iNew++
72419 pSorter->nPMA = iNew;