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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c26238 int iName = 1; /* Index in azArg[] of the filename */ local
26243 for(iName=1; iName<nArg; iName++){
26244 const char *z = azArg[iName];
26263 }else if( optionMatch(z, "maxsize") && iName+1<nArg ){
26264 p->szMax = integerValue(azArg[++iName]);
H A Dsqlite3.c221914 int iName = -1; local
[all...]

Completed in 545 milliseconds