Searched refs:zOpt (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c2429 const char *zOpt = Tcl_GetString(objv[2]); local
2432 if( zOpt[0]=='-' ) zOpt++;
2434 if( strcmp(aDbConfig[ii].zName, zOpt)==0 ) break;
2437 Tcl_AppendResult(interp, "unknown config option: \"", zOpt,
2816 const char *zOpt; local
2817 while( objc>3 && (zOpt = Tcl_GetString(objv[2]))!=0 && zOpt[0]=='-' ){
2818 if( strcmp(zOpt, "-withoutnulls")==0 ){
2822 Tcl_AppendResult(interp, "unknown option: \"", zOpt, "\"", (voi
[all...]
/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c23278 static int optionMatch(const char *zStr, const char *zOpt){ argument
23282 return cli_strcmp(zStr, zOpt)==0;
27948 char *zOpt; local
27955 zOpt = azArg[1];
27956 if( zOpt[0]=='-' && zOpt[1]=='-' && zOpt[2]!=0 ) zOpt++;
27957 lenOpt = (int)strlen(zOpt);
27958 if( lenOpt>=3 && cli_strncmp(zOpt, "
[all...]
H A Dsqlite3.c140059 const char *zOpt; local
181158 char *zOpt; local
185795 const char *zOpt; member in struct:Fts4Option
[all...]

Completed in 637 milliseconds