Lines Matching refs:cli_strcmp

640 static int cli_strcmp(const char *a, const char *b){  in cli_strcmp()  function
23872 if( 0==cli_strcmp(zStr, azArray[i]) ) return 1; in str_in_array()
25136 if( cli_strcmp(zTable, "sqlite_sequence")==0 && !noSys ){ in dump_callback()
25162 if( cli_strcmp(zType, "table")==0 ){ in dump_callback()
25611 }else if( cli_strcmp(zPattern,"-a")==0 in showHelp()
25612 || cli_strcmp(zPattern,"-all")==0 in showHelp()
25613 || cli_strcmp(zPattern,"--all")==0 in showHelp()
25617 }else if( cli_strcmp(zPattern,"0")==0 ){ in showHelp()
26368 if( cli_strcmp(zFile,"stdout")==0 ){ in output_file_open()
26370 }else if( cli_strcmp(zFile, "stderr")==0 ){ in output_file_open()
26372 }else if( cli_strcmp(zFile, "off")==0 ){ in output_file_open()
27024 }else if( cli_strcmp(zDb,"temp")==0 ){ in shell_dbinfo_command()
27253 return cli_strcmp(zStr, zOpt)==0; in optionMatch()
28891 if( cli_strcmp(z, "-append")==0 ){ in do_meta_command()
28894 if( cli_strcmp(z, "-async")==0 ){ in do_meta_command()
28969 if( c=='c' && cli_strcmp(azArg[0],"cd")==0 ){ in do_meta_command()
29064 }else if( nArg==3 && cli_strcmp(azArg[1], "close")==0 in do_meta_command()
29164 if( nArg>1 && cli_strcmp(azArg[1], aDbConfig[ii].zName)!=0 ) continue; in do_meta_command()
29203 if( cli_strcmp(z,"preserve-rowids")==0 ){ in do_meta_command()
29214 if( cli_strcmp(z,"newlines")==0 ){ in do_meta_command()
29217 if( cli_strcmp(z,"data-only")==0 ){ in do_meta_command()
29220 if( cli_strcmp(z,"nosys")==0 ){ in do_meta_command()
29325 if( cli_strcmp(azArg[1],"full")==0 ){ in do_meta_command()
29327 }else if( cli_strcmp(azArg[1],"trigger")==0 ){ in do_meta_command()
29330 }else if( cli_strcmp(azArg[1],"test")==0 ){ in do_meta_command()
29333 }else if( cli_strcmp(azArg[1],"trace")==0 ){ in do_meta_command()
29361 if( cli_strcmp(azArg[1],"auto")==0 ){ in do_meta_command()
29424 && (cli_strcmp(zCmd,"--schema")==0 || cli_strcmp(zCmd,"-schema")==0) in do_meta_command()
29440 if( cli_strcmp(zCmd,"help")==0 ){ in do_meta_command()
29652 }else if( cli_strcmp(z,"-v")==0 ){ in do_meta_command()
29654 }else if( cli_strcmp(z,"-schema")==0 && i<nArg-1 ){ in do_meta_command()
29656 }else if( cli_strcmp(z,"-skip")==0 && i<nArg-1 ){ in do_meta_command()
29658 }else if( cli_strcmp(z,"-ascii")==0 ){ in do_meta_command()
29663 }else if( cli_strcmp(z,"-csv")==0 ){ in do_meta_command()
29701 && cli_strcmp(p->rowSeparator,SEP_CrLf)==0 in do_meta_command()
30066 }else if( cli_strcmp(azArg[1], "-")==0 ){ in do_meta_command()
30176 && cli_strcmp(zFile,"on")!=0 in do_meta_command()
30177 && cli_strcmp(zFile,"off")!=0 in do_meta_command()
30184 if( cli_strcmp(zFile,"on")==0 ) zFile = "stdout"; in do_meta_command()
30239 if( cli_strcmp(z, "qbox")==0 ){ in do_meta_command()
30356 if( c=='n' && cli_strcmp(azArg[0], "nonce")==0 ){ in do_meta_command()
30360 }else if( p->zNonce==0 || cli_strcmp(azArg[1],p->zNonce)!=0 ){ in do_meta_command()
30446 && cli_strcmp(zFN,":memory:")!=0 in do_meta_command()
30479 || (c=='e' && n==5 && cli_strcmp(azArg[0],"excel")==0) in do_meta_command()
30480 || (c=='w' && n==3 && cli_strcmp(azArg[0],"www")==0) in do_meta_command()
30504 if( cli_strcmp(z,"-bom")==0 ){ in do_meta_command()
30506 }else if( cli_strcmp(z,"-plain")==0 ){ in do_meta_command()
30508 }else if( c=='o' && cli_strcmp(z,"-x")==0 ){ in do_meta_command()
30510 }else if( c=='o' && cli_strcmp(z,"-e")==0 ){ in do_meta_command()
30512 }else if( c=='o' && cli_strcmp(z,"-w")==0 ){ in do_meta_command()
30522 if( cli_strcmp(z, "off")==0 ){ in do_meta_command()
30602 if( cli_strcmp(zFile,"off")!=0 ){ in do_meta_command()
30630 if( nArg==2 && cli_strcmp(azArg[1],"clear")==0 ){ in do_meta_command()
30638 if( nArg==2 && cli_strcmp(azArg[1],"list")==0 ){ in do_meta_command()
30668 if( nArg==2 && cli_strcmp(azArg[1],"init")==0 ){ in do_meta_command()
30678 if( nArg==4 && cli_strcmp(azArg[1],"set")==0 ){ in do_meta_command()
30717 if( nArg==3 && cli_strcmp(azArg[1],"unset")==0 ){ in do_meta_command()
30750 if( cli_strcmp(z,"quiet")==0 || cli_strcmp(z,"q")==0 ){ in do_meta_command()
30754 if( cli_strcmp(z,"reset")==0 ){ in do_meta_command()
30758 if( cli_strcmp(z,"once")==0 ){ in do_meta_command()
30762 if( cli_strcmp(z,"limit")==0 ){ in do_meta_command()
30894 if( cli_strcmp(azArg[1], "vm")==0 ){ in do_meta_command()
30897 if( cli_strcmp(azArg[1], "est")==0 ){ in do_meta_command()
31081 if( cli_strcmp(pAuxDb->aSession[iSes].zName, azArg[1])==0 ) break; in do_meta_command()
31097 if( cli_strcmp(azCmd[0],"attach")==0 ){ in do_meta_command()
31116 if( cli_strcmp(azCmd[0],"changeset")==0 in do_meta_command()
31117 || cli_strcmp(azCmd[0],"patchset")==0 in do_meta_command()
31152 if( cli_strcmp(azCmd[0], "close")==0 ){ in do_meta_command()
31163 if( cli_strcmp(azCmd[0], "enable")==0 ){ in do_meta_command()
31177 if( cli_strcmp(azCmd[0], "filter")==0 ){ in do_meta_command()
31199 if( cli_strcmp(azCmd[0], "indirect")==0 ){ in do_meta_command()
31213 if( cli_strcmp(azCmd[0], "isempty")==0 ){ in do_meta_command()
31226 if( cli_strcmp(azCmd[0],"list")==0 ){ in do_meta_command()
31236 if( cli_strcmp(azCmd[0],"open")==0 ){ in do_meta_command()
31242 if( cli_strcmp(pAuxDb->aSession[i].zName,zName)==0 ){ in do_meta_command()
31308 if( cli_strcmp(z,"-init")==0 ){ in do_meta_command()
31311 if( cli_strcmp(z,"-v")==0 ){ in do_meta_command()
31364 if( cli_strcmp(zOp,"memo")==0 ){ in do_meta_command()
31367 if( cli_strcmp(zOp,"run")==0 ){ in do_meta_command()
31381 }else if( cli_strcmp(zAns,str.z)!=0 ){ in do_meta_command()
31434 if( cli_strcmp(z,"schema")==0 ){ in do_meta_command()
31437 if( cli_strcmp(z,"sha3-224")==0 || cli_strcmp(z,"sha3-256")==0 in do_meta_command()
31438 || cli_strcmp(z,"sha3-384")==0 || cli_strcmp(z,"sha3-512")==0 in do_meta_command()
31442 if( cli_strcmp(z,"debug")==0 ){ in do_meta_command()
31486 }else if( cli_strcmp(zTab, "sqlite_schema")==0 ){ in do_meta_command()
31489 }else if( cli_strcmp(zTab, "sqlite_sequence")==0 ){ in do_meta_command()
31492 }else if( cli_strcmp(zTab, "sqlite_stat1")==0 ){ in do_meta_command()
31495 }else if( cli_strcmp(zTab, "sqlite_stat4")==0 ){ in do_meta_command()
31675 if( cli_strcmp(azArg[1],"stmt")==0 ){ in do_meta_command()
31677 }else if( cli_strcmp(azArg[1],"vmstep")==0 ){ in do_meta_command()
31800 if( c=='t' && cli_strcmp(azArg[0],"testcase")==0 ){ in do_meta_command()
31864 if( cli_strcmp(zCmd,"help")==0 ){ in do_meta_command()
32050 if( ii==0 && cli_strcmp(azArg[2],"random")==0 ){ in do_meta_command()
32170 if( cli_strcmp(z,"off")==0 ){ in do_meta_command()
32172 }else if( cli_strcmp(z,"on")==0 ){ in do_meta_command()
32177 }else if( cli_strcmp(z,"reset")==0 ){ in do_meta_command()
32181 }else if( cli_strcmp(z,"status")==0 ){ in do_meta_command()
32198 }else if( cli_strcmp(z,"-v")==0 ){ in do_meta_command()
32200 }else if( cli_strcmp(z,"-q")==0 ){ in do_meta_command()
32202 }else if( cli_strcmp(z,"-id")==0 && kk+1<nArg ){ in do_meta_command()
32204 }else if( cli_strcmp(z,"-errcode")==0 && kk+1<nArg ){ in do_meta_command()
32206 }else if( cli_strcmp(z,"-interval")==0 && kk+1<nArg ){ in do_meta_command()
32208 }else if( cli_strcmp(z,"-repeat")==0 && kk+1<nArg ){ in do_meta_command()
32210 }else if( cli_strcmp(z,"-skip")==0 && kk+1<nArg ){ in do_meta_command()
32212 }else if( cli_strcmp(z,"-?")==0 || sqlite3_strglob("*help*",z)==0){ in do_meta_command()
33260 && cli_strcmp(zLine,"stop")==0
33363 if( cli_strcmp(z, "-")==0 ){
33366 }else if( cli_strcmp(z,"-separator")==0
33367 || cli_strcmp(z,"-nullvalue")==0
33368 || cli_strcmp(z,"-newline")==0
33369 || cli_strcmp(z,"-cmd")==0
33372 }else if( cli_strcmp(z,"-init")==0 ){
33374 }else if( cli_strcmp(z,"-interactive")==0 ){
33375 }else if( cli_strcmp(z,"-batch")==0 ){
33381 }else if( cli_strcmp(z,"-utf8")==0 ){
33382 }else if( cli_strcmp(z,"-no-utf8")==0 ){
33383 }else if( cli_strcmp(z,"-no-rowid-in-view")==0 ){
33387 }else if( cli_strcmp(z,"-heap")==0 ){
33400 }else if( cli_strcmp(z,"-pagecache")==0 ){
33413 }else if( cli_strcmp(z,"-lookaside")==0 ){
33422 }else if( cli_strcmp(z,"-threadsafe")==0 ){
33431 }else if( cli_strcmp(z,"-vfstrace")==0 ){
33434 }else if( cli_strcmp(z,"-multiplex")==0 ){
33438 }else if( cli_strcmp(z,"-mmap")==0 ){
33443 }else if( cli_strcmp(z,"-sorterref")==0 ){
33448 }else if( cli_strcmp(z,"-vfs")==0 ){
33451 }else if( cli_strcmp(z,"-zip")==0 ){
33454 }else if( cli_strcmp(z,"-append")==0 ){
33457 }else if( cli_strcmp(z,"-deserialize")==0 ){
33459 }else if( cli_strcmp(z,"-maxsize")==0 && i+1<argc ){
33462 }else if( cli_strcmp(z,"-readonly")==0 ){
33464 }else if( cli_strcmp(z,"-nofollow")==0 ){
33472 }else if( cli_strcmp(z, "-memtrace")==0 ){
33474 }else if( cli_strcmp(z, "-pcachetrace")==0 ){
33476 }else if( cli_strcmp(z,"-bail")==0 ){
33478 }else if( cli_strcmp(z,"-nonce")==0 ){
33481 }else if( cli_strcmp(z,"-unsafe-testing")==0 ){
33483 }else if( cli_strcmp(z,"-safe")==0 ){
33485 }else if( cli_strcmp(z,"-escape")==0 && i+1<argc ){
33562 if( cli_strcmp(z,"-init")==0 ){
33564 }else if( cli_strcmp(z,"-html")==0 ){
33566 }else if( cli_strcmp(z,"-list")==0 ){
33568 }else if( cli_strcmp(z,"-quote")==0 ){
33572 }else if( cli_strcmp(z,"-line")==0 ){
33574 }else if( cli_strcmp(z,"-column")==0 ){
33576 }else if( cli_strcmp(z,"-json")==0 ){
33578 }else if( cli_strcmp(z,"-markdown")==0 ){
33580 }else if( cli_strcmp(z,"-table")==0 ){
33582 }else if( cli_strcmp(z,"-box")==0 ){
33584 }else if( cli_strcmp(z,"-csv")==0 ){
33587 }else if( cli_strcmp(z,"-escape")==0 && i+1<argc ){
33607 }else if( cli_strcmp(z,"-zip")==0 ){
33610 }else if( cli_strcmp(z,"-append")==0 ){
33613 }else if( cli_strcmp(z,"-deserialize")==0 ){
33615 }else if( cli_strcmp(z,"-maxsize")==0 && i+1<argc ){
33618 }else if( cli_strcmp(z,"-readonly")==0 ){
33620 }else if( cli_strcmp(z,"-nofollow")==0 ){
33622 }else if( cli_strcmp(z,"-ascii")==0 ){
33626 }else if( cli_strcmp(z,"-tabs")==0 ){
33630 }else if( cli_strcmp(z,"-separator")==0 ){
33633 }else if( cli_strcmp(z,"-newline")==0 ){
33636 }else if( cli_strcmp(z,"-nullvalue")==0 ){
33639 }else if( cli_strcmp(z,"-header")==0 ){
33642 }else if( cli_strcmp(z,"-noheader")==0 ){
33645 }else if( cli_strcmp(z,"-echo")==0 ){
33647 }else if( cli_strcmp(z,"-eqp")==0 ){
33649 }else if( cli_strcmp(z,"-eqpfull")==0 ){
33651 }else if( cli_strcmp(z,"-stats")==0 ){
33653 }else if( cli_strcmp(z,"-scanstats")==0 ){
33655 }else if( cli_strcmp(z,"-backslash")==0 ){
33662 }else if( cli_strcmp(z,"-bail")==0 ){
33664 }else if( cli_strcmp(z,"-version")==0 ){
33668 }else if( cli_strcmp(z,"-interactive")==0 ){
33673 }else if( cli_strcmp(z,"-batch")==0 ){
33675 }else if( cli_strcmp(z,"-utf8")==0 ){
33677 }else if( cli_strcmp(z,"-no-utf8")==0 ){
33679 }else if( cli_strcmp(z,"-no-rowid-in-view")==0 ){
33681 }else if( cli_strcmp(z,"-heap")==0 ){
33683 }else if( cli_strcmp(z,"-pagecache")==0 ){
33685 }else if( cli_strcmp(z,"-lookaside")==0 ){
33687 }else if( cli_strcmp(z,"-threadsafe")==0 ){
33689 }else if( cli_strcmp(z,"-nonce")==0 ){
33691 }else if( cli_strcmp(z,"-mmap")==0 ){
33693 }else if( cli_strcmp(z,"-memtrace")==0 ){
33695 }else if( cli_strcmp(z,"-pcachetrace")==0 ){
33698 }else if( cli_strcmp(z,"-sorterref")==0 ){
33701 }else if( cli_strcmp(z,"-vfs")==0 ){
33703 }else if( cli_strcmp(z,"-vfstrace")==0 ){
33706 }else if( cli_strcmp(z,"-multiplex")==0 ){
33709 }else if( cli_strcmp(z,"-help")==0 ){
33711 }else if( cli_strcmp(z,"-cmd")==0 ){
33749 }else if( cli_strcmp(z,"-safe")==0 ){
33751 }else if( cli_strcmp(z,"-unsafe-testing")==0 ){