sqlite3_strnicmp 6737 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API int sqlite3_strnicmp(const char *, const char *, int);
sqlite3_strnicmp 10907 third_party/sqlite/amalgamation/sqlite3.c #define sqlite3StrNICmp sqlite3_strnicmp
sqlite3_strnicmp 75467 third_party/sqlite/amalgamation/sqlite3.c   if( sqlite3_strnicmp(pTab->zName, "sqlite_", 7)==0 ){
sqlite3_strnicmp 87244 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_strnicmp,
sqlite3_strnicmp 113899 third_party/sqlite/amalgamation/sqlite3.c   assert( (sqlite3_strnicmp(argv[0], "fts4", 4)==0 && isFts4)
sqlite3_strnicmp 113900 third_party/sqlite/amalgamation/sqlite3.c        || (sqlite3_strnicmp(argv[0], "fts3", 4)==0 && !isFts4)
sqlite3_strnicmp 113929 third_party/sqlite/amalgamation/sqlite3.c      && 0==sqlite3_strnicmp(z, "tokenize", 8) 
sqlite3_strnicmp 113941 third_party/sqlite/amalgamation/sqlite3.c       if( nKey==9 && 0==sqlite3_strnicmp(z, "matchinfo", 9) ){
sqlite3_strnicmp 113942 third_party/sqlite/amalgamation/sqlite3.c         if( strlen(zVal)==4 && 0==sqlite3_strnicmp(zVal, "fts3", 4) ){
sqlite3_strnicmp 113948 third_party/sqlite/amalgamation/sqlite3.c       }else if( nKey==8 && 0==sqlite3_strnicmp(z, "compress", 8) ){
sqlite3_strnicmp 113951 third_party/sqlite/amalgamation/sqlite3.c       }else if( nKey==10 && 0==sqlite3_strnicmp(z, "uncompress", 10) ){
sqlite3_strnicmp 117682 third_party/sqlite/amalgamation/sqlite3.c      && sqlite3_strnicmp(zStr, zInput, nStr)==0 
sqlite3_strnicmp 122359 third_party/sqlite/amalgamation/sqlite3.c   }else if( nVal==8 && 0==sqlite3_strnicmp(zVal, "optimize", 8) ){
sqlite3_strnicmp 122367 third_party/sqlite/amalgamation/sqlite3.c   }else if( nVal>9 && 0==sqlite3_strnicmp(zVal, "nodesize=", 9) ){
sqlite3_strnicmp 122370 third_party/sqlite/amalgamation/sqlite3.c   }else if( nVal>11 && 0==sqlite3_strnicmp(zVal, "maxpending=", 9) ){
sqlite3_strnicmp 6194 third_party/sqlite/amalgamation/sqlite3.h SQLITE_API int sqlite3_strnicmp(const char *, const char *, int);
sqlite3_strnicmp  849 third_party/sqlite/src/ext/fts3/fts3.c   assert( (sqlite3_strnicmp(argv[0], "fts4", 4)==0 && isFts4)
sqlite3_strnicmp  850 third_party/sqlite/src/ext/fts3/fts3.c        || (sqlite3_strnicmp(argv[0], "fts3", 4)==0 && !isFts4)
sqlite3_strnicmp  879 third_party/sqlite/src/ext/fts3/fts3.c      && 0==sqlite3_strnicmp(z, "tokenize", 8) 
sqlite3_strnicmp  891 third_party/sqlite/src/ext/fts3/fts3.c       if( nKey==9 && 0==sqlite3_strnicmp(z, "matchinfo", 9) ){
sqlite3_strnicmp  892 third_party/sqlite/src/ext/fts3/fts3.c         if( strlen(zVal)==4 && 0==sqlite3_strnicmp(zVal, "fts3", 4) ){
sqlite3_strnicmp  898 third_party/sqlite/src/ext/fts3/fts3.c       }else if( nKey==8 && 0==sqlite3_strnicmp(z, "compress", 8) ){
sqlite3_strnicmp  901 third_party/sqlite/src/ext/fts3/fts3.c       }else if( nKey==10 && 0==sqlite3_strnicmp(z, "uncompress", 10) ){
sqlite3_strnicmp  457 third_party/sqlite/src/ext/fts3/fts3_expr.c      && sqlite3_strnicmp(zStr, zInput, nStr)==0 
sqlite3_strnicmp 2453 third_party/sqlite/src/ext/fts3/fts3_write.c   }else if( nVal==8 && 0==sqlite3_strnicmp(zVal, "optimize", 8) ){
sqlite3_strnicmp 2461 third_party/sqlite/src/ext/fts3/fts3_write.c   }else if( nVal>9 && 0==sqlite3_strnicmp(zVal, "nodesize=", 9) ){
sqlite3_strnicmp 2464 third_party/sqlite/src/ext/fts3/fts3_write.c   }else if( nVal>11 && 0==sqlite3_strnicmp(zVal, "maxpending=", 9) ){
sqlite3_strnicmp  145 third_party/sqlite/src/src/analyze.c   if( sqlite3_strnicmp(pTab->zName, "sqlite_", 7)==0 ){
sqlite3_strnicmp  360 third_party/sqlite/src/src/loadext.c   sqlite3_strnicmp,
sqlite3_strnicmp 2562 third_party/sqlite/src/src/sqliteInt.h #define sqlite3StrNICmp sqlite3_strnicmp
sqlite3_strnicmp   77 third_party/sqlite/src/src/test_superlock.c     if( zMode && strlen(zMode)==3 && sqlite3_strnicmp("wal", zMode, 3)==0 ){