Searched defs:sqlite3StrNICmp (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A DsqliteInt.h2562 #define sqlite3StrNICmp sqlite3_strnicmp macro
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c10907 #define sqlite3StrNICmp sqlite3_strnicmp macro
12171 if( sqlite3StrNICmp(zOptName, "SQLITE_", 7)==0 ) zOptName += 7;
12177 if( (sqlite3StrNICmp(zOptName, azCompileOpt[i], n)==0)
21528 if( elem->nKey==nKey && sqlite3StrNICmp(elem->pKey,pKey,nKey)==0 ){
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c12370 #define sqlite3StrNICmp sqlite3_strnicmp macro
13812 if( sqlite3StrNICmp(zOptName, "SQLITE_", 7)==0 ) zOptName += 7;
13818 if( sqlite3StrNICmp(zOptName, azCompileOpt[i], n)==0
23766 if( elem->nKey==nKey && sqlite3StrNICmp(elem->pKey,pKey,nKey)==0 ){
[all...]
/external/sqlite/dist/
H A Dsqlite3.c12370 #define sqlite3StrNICmp sqlite3_strnicmp macro
13812 if( sqlite3StrNICmp(zOptName, "SQLITE_", 7)==0 ) zOptName += 7;
13818 if( sqlite3StrNICmp(zOptName, azCompileOpt[i], n)==0
23766 if( elem->nKey==nKey && sqlite3StrNICmp(elem->pKey,pKey,nKey)==0 ){
[all...]

Completed in 2016 milliseconds