Searched refs:sqlite3_strnicmp (Results 1 – 5 of 5) sorted by relevance
/third_party/sqlite/include/ |
D | sqlite3ext.h | 557 #define sqlite3_strnicmp sqlite3_api->strnicmp macro
|
D | sqlite3.h | 9091 SQLITE_API int sqlite3_strnicmp(const char *, const char *, int);
|
/third_party/sqlite/src/ |
D | shell.c | 3471 && sqlite3_strnicmp(pCur->zPrefix, pCur->zCurrentRow, pCur->nPrefix)==0 in completionNext() 13978 if( sqlite3_strnicmp(z, "explain", 7) ){ in explain_data_prepare() 16973 if( n>1 && sqlite3_strnicmp("-verbose", azArg[i], n)==0 ){ in lintFkeyIndexes() 16976 else if( n>1 && sqlite3_strnicmp("-groupbyparent", azArg[i], n)==0 ){ in lintFkeyIndexes() 17076 if( n<1 || sqlite3_strnicmp(azArg[1], "fkey-indexes", n) ) goto usage; in lintDotCommand() 18582 if( sqlite3_strnicmp(zSql, "create virt", 11)==0 ){ in recoverDatabaseCmd() 19821 if( sqlite3_strnicmp(aLimit[i].zLimitName, azArg[1], n2)==0 ){ in do_meta_command()
|
D | sqlite3.c | 9404 SQLITE_API int sqlite3_strnicmp(const char *, const char *, int); 19289 #define sqlite3StrNICmp sqlite3_strnicmp 23514 if( sqlite3_strnicmp(z, "weekday ", 8)==0 23537 if( sqlite3_strnicmp(z, "start of ", 9)!=0 ) break; 23614 && sqlite3_strnicmp(aXformType[i].zName, z, n)==0 32469 SQLITE_API int sqlite3_strnicmp(const char *zLeft, const char *zRight, int N){ 105697 if( sqlite3_strnicmp(z,"0x",2)==0 ){ 113943 if( pMod==0 && sqlite3_strnicmp(zName, "pragma_", 7)==0 ){ 114884 if( sqlite3_strnicmp(pCol->zCnName, "__hidden__", 10)==0 ){ 115000 && sqlite3_strnicmp(sType.z+(sType.n-6),"always",6)==0 [all …]
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 79223 -#define sqlite3_strnicmp chrome_sqlite3_strnicmp // Line 9053 79253 +#define sqlite3_strnicmp chrome_sqlite3_strnicmp // Line 9140 81844 - && sqlite3_strnicmp(pCur->zPrefix, pCur->zCurrentRow, pCur->nPrefix)==0 86296 + && sqlite3_strnicmp(pCur->zPrefix, pCur->zCurrentRow, pCur->nPrefix)==0 93689 && sqlite3_strnicmp(aXformType[i].zName, z, n)==0 101230 if( sqlite3_strnicmp(z,"0x",2)==0 ){ 112525 if( yymsp[0].minor.yy0.n==5 && sqlite3_strnicmp(yymsp[0].minor.yy0.z,"rowid",5)==0 ){ 112537 if( yymsp[0].minor.yy0.n==6 && sqlite3_strnicmp(yymsp[0].minor.yy0.z,"strict",6)==0 ){ 116858 -#define sqlite3_strnicmp chrome_sqlite3_strnicmp // Line 9053 116888 +#define sqlite3_strnicmp chrome_sqlite3_strnicmp // Line 9140 [all …]
|