/external/chromium_org/third_party/sqlite/src/src/ |
test_superlock.c | 77 if( zMode && strlen(zMode)==3 && sqlite3_strnicmp("wal", zMode, 3)==0 ){
|
loadext.c | 360 sqlite3_strnicmp,
|
analyze.c | 145 if( sqlite3_strnicmp(pTab->zName, "sqlite_", 7)==0 ){
|
sqlite3ext.h | 410 #define sqlite3_strnicmp sqlite3_api->strnicmp macro
|
sqlite.h.in | [all...] |
sqliteInt.h | [all...] |
/external/chromium_org/third_party/sqlite/src/ext/fts3/ |
fts3.c | 849 assert( (sqlite3_strnicmp(argv[0], "fts4", 4)==0 && isFts4) 850 || (sqlite3_strnicmp(argv[0], "fts3", 4)==0 && !isFts4) 879 && 0==sqlite3_strnicmp(z, "tokenize", 8) 891 if( nKey==9 && 0==sqlite3_strnicmp(z, "matchinfo", 9) ){ 892 if( strlen(zVal)==4 && 0==sqlite3_strnicmp(zVal, "fts3", 4) ){ 898 }else if( nKey==8 && 0==sqlite3_strnicmp(z, "compress", 8) ){ 901 }else if( nKey==10 && 0==sqlite3_strnicmp(z, "uncompress", 10) ){ [all...] |
fts3_expr.c | 457 && sqlite3_strnicmp(zStr, zInput, nStr)==0
|
fts3_write.c | [all...] |
/external/chromium_org/third_party/sqlite/amalgamation/ |
sqlite3.h | [all...] |
sqlite3.c | 20452 SQLITE_API int sqlite3_strnicmp(const char *zLeft, const char *zRight, int N){ function 86892 #define sqlite3_strnicmp macro [all...] |