Home
last modified time | relevance | path

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

/freebsd/share/misc/
H A Dusb_hid_usages1302 0x01 iName
H A Dusb_vendors25291 001 iName
/freebsd/contrib/sqlite3/
H A Dshell.c30385 int iName = 1; /* Index in azArg[] of the filename */ in do_meta_command() local
30390 for(iName=1; iName<nArg; iName++){ in do_meta_command()
30391 const char *z = azArg[iName]; in do_meta_command()
30410 }else if( optionMatch(z, "maxsize") && iName+1<nArg ){ in do_meta_command()
30411 p->szMax = integerValue(azArg[++iName]); in do_meta_command()
H A Dsqlite3.c226941 int iName = -1;
226958 iName = i;
226977 if( iName>=0 ){
226978 pIdxInfo->aConstraintUsage[iName].argvIndex = ++i;