Lines Matching refs:cli_strcmp

1292 static int cli_strcmp(const char *a, const char *b){  in cli_strcmp()  function
21429 if( 0==cli_strcmp(zStr, azArray[i]) ) return 1; in str_in_array()
22607 if( cli_strcmp(zTable, "sqlite_sequence")==0 && !noSys ){ in dump_callback()
22633 if( cli_strcmp(zType, "table")==0 ){ in dump_callback()
23057 || cli_strcmp(zPattern,"-a")==0 in showHelp()
23058 || cli_strcmp(zPattern,"-all")==0 in showHelp()
23059 || cli_strcmp(zPattern,"--all")==0 in showHelp()
23778 if( cli_strcmp(zFile,"stdout")==0 ){ in output_file_open()
23780 }else if( cli_strcmp(zFile, "stderr")==0 ){ in output_file_open()
23782 }else if( cli_strcmp(zFile, "off")==0 ){ in output_file_open()
24413 }else if( cli_strcmp(zDb,"temp")==0 ){ in shell_dbinfo_command()
24546 return cli_strcmp(zStr, zOpt)==0; in optionMatch()
26173 if( cli_strcmp(z, "-append")==0 ){ in do_meta_command()
26176 if( cli_strcmp(z, "-async")==0 ){ in do_meta_command()
26260 if( c=='c' && cli_strcmp(azArg[0],"cd")==0 ){ in do_meta_command()
26354 }else if( nArg==3 && cli_strcmp(azArg[1], "close")==0 in do_meta_command()
26453 if( nArg>1 && cli_strcmp(azArg[1], aDbConfig[ii].zName)!=0 ) continue; in do_meta_command()
26491 if( cli_strcmp(z,"preserve-rowids")==0 ){ in do_meta_command()
26502 if( cli_strcmp(z,"newlines")==0 ){ in do_meta_command()
26505 if( cli_strcmp(z,"data-only")==0 ){ in do_meta_command()
26508 if( cli_strcmp(z,"nosys")==0 ){ in do_meta_command()
26608 if( cli_strcmp(azArg[1],"full")==0 ){ in do_meta_command()
26610 }else if( cli_strcmp(azArg[1],"trigger")==0 ){ in do_meta_command()
26613 }else if( cli_strcmp(azArg[1],"test")==0 ){ in do_meta_command()
26616 }else if( cli_strcmp(azArg[1],"trace")==0 ){ in do_meta_command()
26644 if( cli_strcmp(azArg[1],"auto")==0 ){ in do_meta_command()
26706 && (cli_strcmp(zCmd,"--schema")==0 || cli_strcmp(zCmd,"-schema")==0) in do_meta_command()
26722 if( cli_strcmp(zCmd,"help")==0 ){ in do_meta_command()
26932 }else if( cli_strcmp(z,"-v")==0 ){ in do_meta_command()
26934 }else if( cli_strcmp(z,"-schema")==0 && i<nArg-1 ){ in do_meta_command()
26936 }else if( cli_strcmp(z,"-skip")==0 && i<nArg-1 ){ in do_meta_command()
26938 }else if( cli_strcmp(z,"-ascii")==0 ){ in do_meta_command()
26943 }else if( cli_strcmp(z,"-csv")==0 ){ in do_meta_command()
26981 && cli_strcmp(p->rowSeparator,SEP_CrLf)==0 in do_meta_command()
27334 }else if( cli_strcmp(azArg[1], "-")==0 ){ in do_meta_command()
27444 && cli_strcmp(zFile,"on")!=0 in do_meta_command()
27445 && cli_strcmp(zFile,"off")!=0 in do_meta_command()
27452 if( cli_strcmp(zFile,"on")==0 ) zFile = "stdout"; in do_meta_command()
27479 if( cli_strcmp(z, "qbox")==0 ){ in do_meta_command()
27579 if( c=='n' && cli_strcmp(azArg[0], "nonce")==0 ){ in do_meta_command()
27583 }else if( p->zNonce==0 || cli_strcmp(azArg[1],p->zNonce)!=0 ){ in do_meta_command()
27669 && cli_strcmp(zFN,":memory:")!=0 in do_meta_command()
27702 || (c=='e' && n==5 && cli_strcmp(azArg[0],"excel")==0) in do_meta_command()
27723 if( cli_strcmp(z,"-bom")==0 ){ in do_meta_command()
27725 }else if( c!='e' && cli_strcmp(z,"-x")==0 ){ in do_meta_command()
27727 }else if( c!='e' && cli_strcmp(z,"-e")==0 ){ in do_meta_command()
27798 if( cli_strcmp(zFile,"off")!=0 ){ in do_meta_command()
27819 if( nArg==2 && cli_strcmp(azArg[1],"clear")==0 ){ in do_meta_command()
27827 if( nArg==2 && cli_strcmp(azArg[1],"list")==0 ){ in do_meta_command()
27856 if( nArg==2 && cli_strcmp(azArg[1],"init")==0 ){ in do_meta_command()
27866 if( nArg==4 && cli_strcmp(azArg[1],"set")==0 ){ in do_meta_command()
27904 if( nArg==3 && cli_strcmp(azArg[1],"unset")==0 ){ in do_meta_command()
27937 if( cli_strcmp(z,"quiet")==0 || cli_strcmp(z,"q")==0 ){ in do_meta_command()
27941 if( cli_strcmp(z,"reset")==0 ){ in do_meta_command()
27945 if( cli_strcmp(z,"once")==0 ){ in do_meta_command()
27949 if( cli_strcmp(z,"limit")==0 ){ in do_meta_command()
28079 if( cli_strcmp(azArg[1], "vm")==0 ){ in do_meta_command()
28082 if( cli_strcmp(azArg[1], "est")==0 ){ in do_meta_command()
28266 if( cli_strcmp(pAuxDb->aSession[iSes].zName, azArg[1])==0 ) break; in do_meta_command()
28282 if( cli_strcmp(azCmd[0],"attach")==0 ){ in do_meta_command()
28300 if( cli_strcmp(azCmd[0],"changeset")==0 in do_meta_command()
28301 || cli_strcmp(azCmd[0],"patchset")==0 in do_meta_command()
28335 if( cli_strcmp(azCmd[0], "close")==0 ){ in do_meta_command()
28346 if( cli_strcmp(azCmd[0], "enable")==0 ){ in do_meta_command()
28359 if( cli_strcmp(azCmd[0], "filter")==0 ){ in do_meta_command()
28381 if( cli_strcmp(azCmd[0], "indirect")==0 ){ in do_meta_command()
28394 if( cli_strcmp(azCmd[0], "isempty")==0 ){ in do_meta_command()
28406 if( cli_strcmp(azCmd[0],"list")==0 ){ in do_meta_command()
28416 if( cli_strcmp(azCmd[0],"open")==0 ){ in do_meta_command()
28422 if( cli_strcmp(pAuxDb->aSession[i].zName,zName)==0 ){ in do_meta_command()
28487 if( cli_strcmp(z,"-init")==0 ){ in do_meta_command()
28490 if( cli_strcmp(z,"-v")==0 ){ in do_meta_command()
28542 if( cli_strcmp(zOp,"memo")==0 ){ in do_meta_command()
28545 if( cli_strcmp(zOp,"run")==0 ){ in do_meta_command()
28559 }else if( cli_strcmp(zAns,str.z)!=0 ){ in do_meta_command()
28611 if( cli_strcmp(z,"schema")==0 ){ in do_meta_command()
28614 if( cli_strcmp(z,"sha3-224")==0 || cli_strcmp(z,"sha3-256")==0 in do_meta_command()
28615 || cli_strcmp(z,"sha3-384")==0 || cli_strcmp(z,"sha3-512")==0 in do_meta_command()
28619 if( cli_strcmp(z,"debug")==0 ){ in do_meta_command()
28662 }else if( cli_strcmp(zTab, "sqlite_schema")==0 ){ in do_meta_command()
28665 }else if( cli_strcmp(zTab, "sqlite_sequence")==0 ){ in do_meta_command()
28668 }else if( cli_strcmp(zTab, "sqlite_stat1")==0 ){ in do_meta_command()
28671 }else if( cli_strcmp(zTab, "sqlite_stat4")==0 ){ in do_meta_command()
28848 if( cli_strcmp(azArg[1],"stmt")==0 ){ in do_meta_command()
28850 }else if( cli_strcmp(azArg[1],"vmstep")==0 ){ in do_meta_command()
28972 if( c=='t' && cli_strcmp(azArg[0],"testcase")==0 ){ in do_meta_command()
29037 if( cli_strcmp(zCmd,"help")==0 ){ in do_meta_command()
29105 if( ii==0 && cli_strcmp(azArg[2],"random")==0 ){ in do_meta_command()
29145 if( cli_strcmp(azArg[2],"default")==0 ){ in do_meta_command()
29240 if( cli_strcmp(z,"off")==0 ){ in do_meta_command()
29242 }else if( cli_strcmp(z,"on")==0 ){ in do_meta_command()
29247 }else if( cli_strcmp(z,"reset")==0 ){ in do_meta_command()
29251 }else if( cli_strcmp(z,"status")==0 ){ in do_meta_command()
29260 }else if( cli_strcmp(z,"-v")==0 ){ in do_meta_command()
29262 }else if( cli_strcmp(z,"-q")==0 ){ in do_meta_command()
29264 }else if( cli_strcmp(z,"-id")==0 && kk+1<nArg ){ in do_meta_command()
29266 }else if( cli_strcmp(z,"-errcode")==0 && kk+1<nArg ){ in do_meta_command()
29268 }else if( cli_strcmp(z,"-interval")==0 && kk+1<nArg ){ in do_meta_command()
29270 }else if( cli_strcmp(z,"-repeat")==0 && kk+1<nArg ){ in do_meta_command()
29272 }else if( cli_strcmp(z,"-skip")==0 && kk+1<nArg ){ in do_meta_command()
29274 }else if( cli_strcmp(z,"-?")==0 || sqlite3_strglob("*help*",z)==0){ in do_meta_command()
29417 if( cli_strcmp(azArg[1],"login")==0 ){ in do_meta_command()
29429 }else if( cli_strcmp(azArg[1],"add")==0 ){ in do_meta_command()
29441 }else if( cli_strcmp(azArg[1],"edit")==0 ){ in do_meta_command()
29453 }else if( cli_strcmp(azArg[1],"delete")==0 ){ in do_meta_command()
30463 if( cli_strcmp(z, "-")==0 ){
30466 }else if( cli_strcmp(z,"-separator")==0
30467 || cli_strcmp(z,"-nullvalue")==0
30468 || cli_strcmp(z,"-newline")==0
30469 || cli_strcmp(z,"-cmd")==0
30472 }else if( cli_strcmp(z,"-init")==0 ){
30474 }else if( cli_strcmp(z,"-interactive")==0 ){
30475 }else if( cli_strcmp(z,"-batch")==0 ){
30481 }else if( cli_strcmp(z,"-utf8")==0 ){
30482 }else if( cli_strcmp(z,"-no-utf8")==0 ){
30483 }else if( cli_strcmp(z,"-no-rowid-in-view")==0 ){
30487 }else if( cli_strcmp(z,"-heap")==0 ){
30500 }else if( cli_strcmp(z,"-pagecache")==0 ){
30513 }else if( cli_strcmp(z,"-lookaside")==0 ){
30522 }else if( cli_strcmp(z,"-threadsafe")==0 ){
30532 }else if( cli_strcmp(z,"-vfstrace")==0 ){
30543 }else if( cli_strcmp(z,"-multiplex")==0 ){
30547 }else if( cli_strcmp(z,"-mmap")==0 ){
30552 }else if( cli_strcmp(z,"-sorterref")==0 ){
30557 }else if( cli_strcmp(z,"-vfs")==0 ){
30560 }else if( cli_strcmp(z,"-zip")==0 ){
30563 }else if( cli_strcmp(z,"-append")==0 ){
30566 }else if( cli_strcmp(z,"-deserialize")==0 ){
30568 }else if( cli_strcmp(z,"-maxsize")==0 && i+1<argc ){
30571 }else if( cli_strcmp(z,"-readonly")==0 ){
30573 }else if( cli_strcmp(z,"-nofollow")==0 ){
30581 }else if( cli_strcmp(z, "-memtrace")==0 ){
30583 }else if( cli_strcmp(z, "-pcachetrace")==0 ){
30585 }else if( cli_strcmp(z,"-bail")==0 ){
30587 }else if( cli_strcmp(z,"-nonce")==0 ){
30590 }else if( cli_strcmp(z,"-unsafe-testing")==0 ){
30592 }else if( cli_strcmp(z,"-safe")==0 ){
30664 if( cli_strcmp(z,"-init")==0 ){
30666 }else if( cli_strcmp(z,"-html")==0 ){
30668 }else if( cli_strcmp(z,"-list")==0 ){
30670 }else if( cli_strcmp(z,"-quote")==0 ){
30674 }else if( cli_strcmp(z,"-line")==0 ){
30676 }else if( cli_strcmp(z,"-column")==0 ){
30678 }else if( cli_strcmp(z,"-json")==0 ){
30680 }else if( cli_strcmp(z,"-markdown")==0 ){
30682 }else if( cli_strcmp(z,"-table")==0 ){
30684 }else if( cli_strcmp(z,"-box")==0 ){
30686 }else if( cli_strcmp(z,"-csv")==0 ){
30690 }else if( cli_strcmp(z,"-zip")==0 ){
30693 }else if( cli_strcmp(z,"-append")==0 ){
30696 }else if( cli_strcmp(z,"-deserialize")==0 ){
30698 }else if( cli_strcmp(z,"-maxsize")==0 && i+1<argc ){
30701 }else if( cli_strcmp(z,"-readonly")==0 ){
30703 }else if( cli_strcmp(z,"-nofollow")==0 ){
30705 }else if( cli_strcmp(z,"-ascii")==0 ){
30709 }else if( cli_strcmp(z,"-tabs")==0 ){
30713 }else if( cli_strcmp(z,"-separator")==0 ){
30716 }else if( cli_strcmp(z,"-newline")==0 ){
30719 }else if( cli_strcmp(z,"-nullvalue")==0 ){
30722 }else if( cli_strcmp(z,"-header")==0 ){
30725 }else if( cli_strcmp(z,"-noheader")==0 ){
30728 }else if( cli_strcmp(z,"-echo")==0 ){
30730 }else if( cli_strcmp(z,"-eqp")==0 ){
30732 }else if( cli_strcmp(z,"-eqpfull")==0 ){
30734 }else if( cli_strcmp(z,"-stats")==0 ){
30736 }else if( cli_strcmp(z,"-scanstats")==0 ){
30738 }else if( cli_strcmp(z,"-backslash")==0 ){
30745 }else if( cli_strcmp(z,"-bail")==0 ){
30747 }else if( cli_strcmp(z,"-version")==0 ){
30751 }else if( cli_strcmp(z,"-interactive")==0 ){
30756 }else if( cli_strcmp(z,"-batch")==0 ){
30758 }else if( cli_strcmp(z,"-utf8")==0 ){
30760 }else if( cli_strcmp(z,"-no-utf8")==0 ){
30762 }else if( cli_strcmp(z,"-no-rowid-in-view")==0 ){
30764 }else if( cli_strcmp(z,"-heap")==0 ){
30766 }else if( cli_strcmp(z,"-pagecache")==0 ){
30768 }else if( cli_strcmp(z,"-lookaside")==0 ){
30770 }else if( cli_strcmp(z,"-threadsafe")==0 ){
30772 }else if( cli_strcmp(z,"-nonce")==0 ){
30774 }else if( cli_strcmp(z,"-mmap")==0 ){
30776 }else if( cli_strcmp(z,"-memtrace")==0 ){
30778 }else if( cli_strcmp(z,"-pcachetrace")==0 ){
30781 }else if( cli_strcmp(z,"-sorterref")==0 ){
30784 }else if( cli_strcmp(z,"-vfs")==0 ){
30787 }else if( cli_strcmp(z,"-vfstrace")==0 ){
30791 }else if( cli_strcmp(z,"-multiplex")==0 ){
30794 }else if( cli_strcmp(z,"-help")==0 ){
30796 }else if( cli_strcmp(z,"-cmd")==0 ){
30834 }else if( cli_strcmp(z,"-safe")==0 ){
30836 }else if( cli_strcmp(z,"-unsafe-testing")==0 ){