Searched refs:iName (Results 1 – 2 of 2) sorted by relevance
217 int iName = -1; in statBestIndex() local233 iName = i; in statBestIndex()252 if( iName>=0 ){ in statBestIndex()253 pIdxInfo->aConstraintUsage[iName].argvIndex = ++i; in statBestIndex()
9051 int iName = 1; /* Index in azArg[] of the filename */ local9056 for(iName=1; iName<nArg; iName++){9057 const char *z = azArg[iName];9076 }else if( optionMatch(z, "maxsize") && iName+1<nArg ){9077 p->szMax = integerValue(azArg[++iName]);