Searched refs:cli_strncmp (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/sqlite3/ |
H A D | shell.c | 1297 static int cli_strncmp(const char *a, const char *b, size_t n){ in cli_strncmp() function 2137 if( zIn!=0 && cli_strncmp(zIn, "CREATE ", 7)==0 ){ in shellAddSchemaName() 2140 if( cli_strncmp(zIn+7, aPrefix[i], n)==0 && zIn[n+7]==' ' ){ in shellAddSchemaName() 21139 if( cli_strncmp(aTrans[i].zPattern, z, n)==0 ){ in displayLinuxIoStats() 22257 if( n>=2 && 0==cli_strncmp(z, "-verbose", n) ){ in expertDotCommand() 22260 else if( n>=2 && 0==cli_strncmp(z, "-sample", n) ){ in expertDotCommand() 22611 }else if( cli_strncmp(zTable, "sqlite_", 7)==0 ){ in dump_callback() 22615 }else if( cli_strncmp(zSql, "CREATE VIRTUAL TABLE", 20)==0 ){ in dump_callback() 23336 if( cli_strncmp(zLine, "| end ", 6)==0 ){ in readHexDb() 23364 if(cli_strncmp(zLine, "| end ", 6)==0 ) break; in readHexDb() [all …]
|