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_vendors25229 001 iName
/freebsd/contrib/sqlite3/
H A Dshell.c27608 int iName = 1; /* Index in azArg[] of the filename */ in do_meta_command() local
27613 for(iName=1; iName<nArg; iName++){ in do_meta_command()
27614 const char *z = azArg[iName]; in do_meta_command()
27633 }else if( optionMatch(z, "maxsize") && iName+1<nArg ){ in do_meta_command()
27634 p->szMax = integerValue(azArg[++iName]); in do_meta_command()
H A Dsqlite3.c223757 int iName = -1;
223774 iName = i;
223793 if( iName>=0 ){
223794 pIdxInfo->aConstraintUsage[iName].argvIndex = ++i;