Lines Matching refs:cli_strcmp
1278 static int cli_strcmp(const char *a, const char *b){ in cli_strcmp() function
20166 if( 0==cli_strcmp(zStr, azArray[i]) ) return 1; in str_in_array()
21344 if( cli_strcmp(zTable, "sqlite_sequence")==0 && !noSys ){ in dump_callback()
21370 if( cli_strcmp(zType, "table")==0 ){ in dump_callback()
21793 || cli_strcmp(zPattern,"-a")==0 in showHelp()
21794 || cli_strcmp(zPattern,"-all")==0 in showHelp()
21795 || cli_strcmp(zPattern,"--all")==0 in showHelp()
22514 if( cli_strcmp(zFile,"stdout")==0 ){ in output_file_open()
22516 }else if( cli_strcmp(zFile, "stderr")==0 ){ in output_file_open()
22518 }else if( cli_strcmp(zFile, "off")==0 ){ in output_file_open()
23149 }else if( cli_strcmp(zDb,"temp")==0 ){ in shell_dbinfo_command()
23282 return cli_strcmp(zStr, zOpt)==0; in optionMatch()
24836 if( cli_strcmp(z, "-append")==0 ){ in do_meta_command()
24839 if( cli_strcmp(z, "-async")==0 ){ in do_meta_command()
24923 if( c=='c' && cli_strcmp(azArg[0],"cd")==0 ){ in do_meta_command()
25017 }else if( nArg==3 && cli_strcmp(azArg[1], "close")==0 in do_meta_command()
25116 if( nArg>1 && cli_strcmp(azArg[1], aDbConfig[ii].zName)!=0 ) continue; in do_meta_command()
25154 if( cli_strcmp(z,"preserve-rowids")==0 ){ in do_meta_command()
25165 if( cli_strcmp(z,"newlines")==0 ){ in do_meta_command()
25168 if( cli_strcmp(z,"data-only")==0 ){ in do_meta_command()
25171 if( cli_strcmp(z,"nosys")==0 ){ in do_meta_command()
25270 if( cli_strcmp(azArg[1],"full")==0 ){ in do_meta_command()
25272 }else if( cli_strcmp(azArg[1],"trigger")==0 ){ in do_meta_command()
25275 }else if( cli_strcmp(azArg[1],"test")==0 ){ in do_meta_command()
25278 }else if( cli_strcmp(azArg[1],"trace")==0 ){ in do_meta_command()
25306 if( cli_strcmp(azArg[1],"auto")==0 ){ in do_meta_command()
25368 && (cli_strcmp(zCmd,"--schema")==0 || cli_strcmp(zCmd,"-schema")==0) in do_meta_command()
25384 if( cli_strcmp(zCmd,"help")==0 ){ in do_meta_command()
25595 }else if( cli_strcmp(z,"-v")==0 ){ in do_meta_command()
25597 }else if( cli_strcmp(z,"-schema")==0 && i<nArg-1 ){ in do_meta_command()
25599 }else if( cli_strcmp(z,"-skip")==0 && i<nArg-1 ){ in do_meta_command()
25601 }else if( cli_strcmp(z,"-ascii")==0 ){ in do_meta_command()
25606 }else if( cli_strcmp(z,"-csv")==0 ){ in do_meta_command()
25644 && cli_strcmp(p->rowSeparator,SEP_CrLf)==0 in do_meta_command()
25964 }else if( cli_strcmp(azArg[1], "-")==0 ){ in do_meta_command()
26074 && cli_strcmp(zFile,"on")!=0 in do_meta_command()
26075 && cli_strcmp(zFile,"off")!=0 in do_meta_command()
26082 if( cli_strcmp(zFile,"on")==0 ) zFile = "stdout"; in do_meta_command()
26109 if( cli_strcmp(z, "qbox")==0 ){ in do_meta_command()
26209 if( c=='n' && cli_strcmp(azArg[0], "nonce")==0 ){ in do_meta_command()
26213 }else if( p->zNonce==0 || cli_strcmp(azArg[1],p->zNonce)!=0 ){ in do_meta_command()
26299 && cli_strcmp(zFN,":memory:")!=0 in do_meta_command()
26332 || (c=='e' && n==5 && cli_strcmp(azArg[0],"excel")==0) in do_meta_command()
26353 if( cli_strcmp(z,"-bom")==0 ){ in do_meta_command()
26355 }else if( c!='e' && cli_strcmp(z,"-x")==0 ){ in do_meta_command()
26357 }else if( c!='e' && cli_strcmp(z,"-e")==0 ){ in do_meta_command()
26428 if( cli_strcmp(zFile,"off")!=0 ){ in do_meta_command()
26449 if( nArg==2 && cli_strcmp(azArg[1],"clear")==0 ){ in do_meta_command()
26457 if( nArg==2 && cli_strcmp(azArg[1],"list")==0 ){ in do_meta_command()
26486 if( nArg==2 && cli_strcmp(azArg[1],"init")==0 ){ in do_meta_command()
26496 if( nArg==4 && cli_strcmp(azArg[1],"set")==0 ){ in do_meta_command()
26534 if( nArg==3 && cli_strcmp(azArg[1],"unset")==0 ){ in do_meta_command()
26567 if( cli_strcmp(z,"quiet")==0 || cli_strcmp(z,"q")==0 ){ in do_meta_command()
26571 if( cli_strcmp(z,"reset")==0 ){ in do_meta_command()
26575 if( cli_strcmp(z,"once")==0 ){ in do_meta_command()
26579 if( cli_strcmp(z,"limit")==0 ){ in do_meta_command()
26709 if( cli_strcmp(azArg[1], "vm")==0 ){ in do_meta_command()
26712 if( cli_strcmp(azArg[1], "est")==0 ){ in do_meta_command()
26896 if( cli_strcmp(pAuxDb->aSession[iSes].zName, azArg[1])==0 ) break; in do_meta_command()
26912 if( cli_strcmp(azCmd[0],"attach")==0 ){ in do_meta_command()
26930 if( cli_strcmp(azCmd[0],"changeset")==0 in do_meta_command()
26931 || cli_strcmp(azCmd[0],"patchset")==0 in do_meta_command()
26965 if( cli_strcmp(azCmd[0], "close")==0 ){ in do_meta_command()
26976 if( cli_strcmp(azCmd[0], "enable")==0 ){ in do_meta_command()
26989 if( cli_strcmp(azCmd[0], "filter")==0 ){ in do_meta_command()
27011 if( cli_strcmp(azCmd[0], "indirect")==0 ){ in do_meta_command()
27024 if( cli_strcmp(azCmd[0], "isempty")==0 ){ in do_meta_command()
27036 if( cli_strcmp(azCmd[0],"list")==0 ){ in do_meta_command()
27046 if( cli_strcmp(azCmd[0],"open")==0 ){ in do_meta_command()
27052 if( cli_strcmp(pAuxDb->aSession[i].zName,zName)==0 ){ in do_meta_command()
27117 if( cli_strcmp(z,"-init")==0 ){ in do_meta_command()
27120 if( cli_strcmp(z,"-v")==0 ){ in do_meta_command()
27172 if( cli_strcmp(zOp,"memo")==0 ){ in do_meta_command()
27175 if( cli_strcmp(zOp,"run")==0 ){ in do_meta_command()
27189 }else if( cli_strcmp(zAns,str.z)!=0 ){ in do_meta_command()
27241 if( cli_strcmp(z,"schema")==0 ){ in do_meta_command()
27244 if( cli_strcmp(z,"sha3-224")==0 || cli_strcmp(z,"sha3-256")==0 in do_meta_command()
27245 || cli_strcmp(z,"sha3-384")==0 || cli_strcmp(z,"sha3-512")==0 in do_meta_command()
27249 if( cli_strcmp(z,"debug")==0 ){ in do_meta_command()
27292 }else if( cli_strcmp(zTab, "sqlite_schema")==0 ){ in do_meta_command()
27295 }else if( cli_strcmp(zTab, "sqlite_sequence")==0 ){ in do_meta_command()
27298 }else if( cli_strcmp(zTab, "sqlite_stat1")==0 ){ in do_meta_command()
27301 }else if( cli_strcmp(zTab, "sqlite_stat4")==0 ){ in do_meta_command()
27478 if( cli_strcmp(azArg[1],"stmt")==0 ){ in do_meta_command()
27480 }else if( cli_strcmp(azArg[1],"vmstep")==0 ){ in do_meta_command()
27602 if( c=='t' && cli_strcmp(azArg[0],"testcase")==0 ){ in do_meta_command()
27667 if( cli_strcmp(zCmd,"help")==0 ){ in do_meta_command()
27735 if( ii==0 && cli_strcmp(azArg[2],"random")==0 ){ in do_meta_command()
27775 if( cli_strcmp(azArg[2],"default")==0 ){ in do_meta_command()
27977 if( cli_strcmp(azArg[1],"login")==0 ){ in do_meta_command()
27989 }else if( cli_strcmp(azArg[1],"add")==0 ){ in do_meta_command()
28001 }else if( cli_strcmp(azArg[1],"edit")==0 ){ in do_meta_command()
28013 }else if( cli_strcmp(azArg[1],"delete")==0 ){ in do_meta_command()
29022 if( cli_strcmp(z, "-")==0 ){
29025 }else if( cli_strcmp(z,"-separator")==0
29026 || cli_strcmp(z,"-nullvalue")==0
29027 || cli_strcmp(z,"-newline")==0
29028 || cli_strcmp(z,"-cmd")==0
29031 }else if( cli_strcmp(z,"-init")==0 ){
29033 }else if( cli_strcmp(z,"-interactive")==0 ){
29034 }else if( cli_strcmp(z,"-batch")==0 ){
29040 }else if( cli_strcmp(z,"-utf8")==0 ){
29041 }else if( cli_strcmp(z,"-no-utf8")==0 ){
29042 }else if( cli_strcmp(z,"-heap")==0 ){
29055 }else if( cli_strcmp(z,"-pagecache")==0 ){
29068 }else if( cli_strcmp(z,"-lookaside")==0 ){
29077 }else if( cli_strcmp(z,"-threadsafe")==0 ){
29087 }else if( cli_strcmp(z,"-vfstrace")==0 ){
29098 }else if( cli_strcmp(z,"-multiplex")==0 ){
29102 }else if( cli_strcmp(z,"-mmap")==0 ){
29107 }else if( cli_strcmp(z,"-sorterref")==0 ){
29112 }else if( cli_strcmp(z,"-vfs")==0 ){
29115 }else if( cli_strcmp(z,"-zip")==0 ){
29118 }else if( cli_strcmp(z,"-append")==0 ){
29121 }else if( cli_strcmp(z,"-deserialize")==0 ){
29123 }else if( cli_strcmp(z,"-maxsize")==0 && i+1<argc ){
29126 }else if( cli_strcmp(z,"-readonly")==0 ){
29128 }else if( cli_strcmp(z,"-nofollow")==0 ){
29136 }else if( cli_strcmp(z, "-memtrace")==0 ){
29138 }else if( cli_strcmp(z, "-pcachetrace")==0 ){
29140 }else if( cli_strcmp(z,"-bail")==0 ){
29142 }else if( cli_strcmp(z,"-nonce")==0 ){
29145 }else if( cli_strcmp(z,"-unsafe-testing")==0 ){
29147 }else if( cli_strcmp(z,"-safe")==0 ){
29219 if( cli_strcmp(z,"-init")==0 ){
29221 }else if( cli_strcmp(z,"-html")==0 ){
29223 }else if( cli_strcmp(z,"-list")==0 ){
29225 }else if( cli_strcmp(z,"-quote")==0 ){
29229 }else if( cli_strcmp(z,"-line")==0 ){
29231 }else if( cli_strcmp(z,"-column")==0 ){
29233 }else if( cli_strcmp(z,"-json")==0 ){
29235 }else if( cli_strcmp(z,"-markdown")==0 ){
29237 }else if( cli_strcmp(z,"-table")==0 ){
29239 }else if( cli_strcmp(z,"-box")==0 ){
29241 }else if( cli_strcmp(z,"-csv")==0 ){
29245 }else if( cli_strcmp(z,"-zip")==0 ){
29248 }else if( cli_strcmp(z,"-append")==0 ){
29251 }else if( cli_strcmp(z,"-deserialize")==0 ){
29253 }else if( cli_strcmp(z,"-maxsize")==0 && i+1<argc ){
29256 }else if( cli_strcmp(z,"-readonly")==0 ){
29258 }else if( cli_strcmp(z,"-nofollow")==0 ){
29260 }else if( cli_strcmp(z,"-ascii")==0 ){
29264 }else if( cli_strcmp(z,"-tabs")==0 ){
29268 }else if( cli_strcmp(z,"-separator")==0 ){
29271 }else if( cli_strcmp(z,"-newline")==0 ){
29274 }else if( cli_strcmp(z,"-nullvalue")==0 ){
29277 }else if( cli_strcmp(z,"-header")==0 ){
29280 }else if( cli_strcmp(z,"-noheader")==0 ){
29283 }else if( cli_strcmp(z,"-echo")==0 ){
29285 }else if( cli_strcmp(z,"-eqp")==0 ){
29287 }else if( cli_strcmp(z,"-eqpfull")==0 ){
29289 }else if( cli_strcmp(z,"-stats")==0 ){
29291 }else if( cli_strcmp(z,"-scanstats")==0 ){
29293 }else if( cli_strcmp(z,"-backslash")==0 ){
29300 }else if( cli_strcmp(z,"-bail")==0 ){
29302 }else if( cli_strcmp(z,"-version")==0 ){
29306 }else if( cli_strcmp(z,"-interactive")==0 ){
29311 }else if( cli_strcmp(z,"-batch")==0 ){
29313 }else if( cli_strcmp(z,"-utf8")==0 ){
29315 }else if( cli_strcmp(z,"-no-utf8")==0 ){
29317 }else if( cli_strcmp(z,"-heap")==0 ){
29319 }else if( cli_strcmp(z,"-pagecache")==0 ){
29321 }else if( cli_strcmp(z,"-lookaside")==0 ){
29323 }else if( cli_strcmp(z,"-threadsafe")==0 ){
29325 }else if( cli_strcmp(z,"-nonce")==0 ){
29327 }else if( cli_strcmp(z,"-mmap")==0 ){
29329 }else if( cli_strcmp(z,"-memtrace")==0 ){
29331 }else if( cli_strcmp(z,"-pcachetrace")==0 ){
29334 }else if( cli_strcmp(z,"-sorterref")==0 ){
29337 }else if( cli_strcmp(z,"-vfs")==0 ){
29340 }else if( cli_strcmp(z,"-vfstrace")==0 ){
29344 }else if( cli_strcmp(z,"-multiplex")==0 ){
29347 }else if( cli_strcmp(z,"-help")==0 ){
29349 }else if( cli_strcmp(z,"-cmd")==0 ){
29387 }else if( cli_strcmp(z,"-safe")==0 ){
29389 }else if( cli_strcmp(z,"-unsafe-testing")==0 ){