HomeSort by: relevance | last modified time | path
    Searched defs:cli_strncmp (Results 1 - 1 of 1) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
shell.c 1283 static int cli_strncmp(const char *a, const char *b, size_t n){ function
2123 if( zIn!=0 && cli_strncmp(zIn, "CREATE ", 7)==0 ){
2126 if( cli_strncmp(zIn+7, aPrefix[i], n)==0 && zIn[n+7]==' ' ){
19876 if( cli_strncmp(aTrans[i].zPattern, z, n)==0 ){
20994 if( n>=2 && 0==cli_strncmp(z, "-verbose", n) ){
20997 else if( n>=2 && 0==cli_strncmp(z, "-sample", n) ){
21348 }else if( cli_strncmp(zTable, "sqlite_", 7)==0 ){
21352 }else if( cli_strncmp(zSql, "CREATE VIRTUAL TABLE", 20)==0 ){
22072 if( cli_strncmp(zLine, "| end ", 6)==0 ){
22100 if(cli_strncmp(zLine, "| end ", 6)==0 ) break
    [all...]

Completed in 41 milliseconds