Home
last modified time | relevance | path

Searched refs:iName (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/src/
H A Ddbstat.c217 int iName = -1; in statBestIndex() local
233 iName = i; in statBestIndex()
252 if( iName>=0 ){ in statBestIndex()
253 pIdxInfo->aConstraintUsage[iName].argvIndex = ++i; in statBestIndex()
H A Dshell.c.in9051 int iName = 1; /* Index in azArg[] of the filename */ local
9056 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]);