Searched refs:sqlite3_strnicmp (Results 1 - 4 of 4) sorted by relevance
/third_party/sqlite/include/ |
H A D | sqlite3ext.h | 574 #define sqlite3_strnicmp sqlite3_api->strnicmp macro
|
H A D | sqlite3.h | 6011 ** ^Collation names that compare equal according to [sqlite3_strnicmp()] are 9237 ** ^The [sqlite3_stricmp()] and [sqlite3_strnicmp()] APIs allow applications 9243 SQLITE_API int sqlite3_strnicmp(const char *, const char *, int); 9256 ** do not match, the same as [sqlite3_stricmp()] and [sqlite3_strnicmp()]. 9279 ** do not match, the same as [sqlite3_stricmp()] and [sqlite3_strnicmp()].
|
/third_party/sqlite/src/ |
H A D | sqlite3.c | 6320 ** ^Collation names that compare equal according to [sqlite3_strnicmp()] are 9546 ** ^The [sqlite3_stricmp()] and [sqlite3_strnicmp()] APIs allow applications 9552 SQLITE_API int sqlite3_strnicmp(const char *, const char *, int); 9565 ** do not match, the same as [sqlite3_stricmp()] and [sqlite3_strnicmp()]. 9588 ** do not match, the same as [sqlite3_stricmp()] and [sqlite3_strnicmp()]. 19870 #define sqlite3StrNICmp sqlite3_strnicmp 33942 SQLITE_API int sqlite3_strnicmp(const char *zLeft, const char *zRight, int N){ sqlite3_strnicmp() function 132497 #define sqlite3_strnicmp global() macro [all...] |
H A D | shell.c | 5950 && sqlite3_strnicmp(pCur->zPrefix, pCur->zCurrentRow, pCur->nPrefix)==0 in completionNext() 17477 if( sqlite3_strnicmp(z, "explain", 7) ){ in explain_data_prepare() 20736 if( n>1 && sqlite3_strnicmp("-verbose", azArg[i], n)==0 ){ in lintFkeyIndexes() 20739 else if( n>1 && sqlite3_strnicmp("-groupbyparent", azArg[i], n)==0 ){ in lintFkeyIndexes() 20839 if( n<1 || sqlite3_strnicmp(azArg[1], "fkey-indexes", n) ) goto usage; in lintDotCommand() 23235 if( sqlite3_strnicmp(aLimit[i].zLimitName, azArg[1], n2)==0 ){ in do_meta_command()
|
Completed in 179 milliseconds