Searched refs:cli_strcmp (Results 1 - 1 of 1) sorted by relevance
/third_party/sqlite/src/ |
H A D | shell.c | 273 static int cli_strcmp(const char *a, const char *b){ in cli_strcmp() function 17429 if( 0==cli_strcmp(zStr, azArray[i]) ) return 1; in str_in_array() 17504 if( cli_strcmp(sqlite3_column_name(pSql,jj),explainCols[jj])!=0 ){ in explain_data_prepare() 18584 if( cli_strcmp(zTable, "sqlite_sequence")==0 && !noSys ){ in dump_callback() 18610 if( cli_strcmp(zType, "table")==0 ){ in dump_callback() 19028 || cli_strcmp(zPattern,"-a")==0 in showHelp() 19029 || cli_strcmp(zPattern,"-all")==0 in showHelp() 19030 || cli_strcmp(zPattern,"--all")==0 in showHelp() 19788 if( cli_strcmp(zFile,"stdout")==0 ){ in output_file_open() 19790 }else if( cli_strcmp(zFil in output_file_open() [all...] |
Completed in 28 milliseconds