Searched refs:cli_strncmp (Results 1 - 1 of 1) sorted by relevance
/third_party/sqlite/src/ |
H A D | shell.c | 278 static int cli_strncmp(const char *a, const char *b, size_t n){ in cli_strncmp() function 1013 if( zIn!=0 && cli_strncmp(zIn, "CREATE ", 7)==0 ){ in shellAddSchemaName() 1016 if( cli_strncmp(zIn+7, aPrefix[i], n)==0 && zIn[n+7]==' ' ){ in shellAddSchemaName() 17190 if( cli_strncmp(aTrans[i].zPattern, z, n)==0 ){ in displayLinuxIoStats() 18228 if( n>=2 && 0==cli_strncmp(z, "-verbose", n) ){ in expertDotCommand() 18231 else if( n>=2 && 0==cli_strncmp(z, "-sample", n) ){ in expertDotCommand() 18588 }else if( cli_strncmp(zTable, "sqlite_", 7)==0 ){ in dump_callback() 18592 }else if( cli_strncmp(zSql, "CREATE VIRTUAL TABLE", 20)==0 ){ in dump_callback() 19267 if( cli_strncmp(zLine, "| end ", 6)==0 ){ in readHexDb() 19295 if(cli_strncmp(zLin in readHexDb() [all...] |
Completed in 32 milliseconds