Searched refs:sqlite3_stricmp (Results 1 - 5 of 5) sorted by relevance
/third_party/sqlite/src/ |
H A D | shell.c | 814 if( sqlite3_stricmp(aMult[i].zSuffix, zArg)==0 ){ in integerValue() 928 if( cQuote && sqlite3_stricmp(zSchema,"temp")==0 ) cQuote = 0; in shellFakeSchema() 1021 if( cQuote && sqlite3_stricmp(zSchema,"temp")!=0 ){ in shellAddSchemaName() 1281 if( sqlite3_stricmp(dirname, "/")==0 ){ in opendir() 7208 assert( 0==sqlite3_stricmp(argv[0], "zipfile") ); in zipfileConnect() 7209 if( (0!=sqlite3_stricmp(argv[2], "zipfile") && argc<4) || argc>4 ){ in zipfileConnect() 8744 if( sqlite3_stricmp("zipfile_cds", zName)==0 ){ in zipfileFindFunction() 9793 assert( sqlite3_stricmp(p->pTab->zName, argv[2])==0 ); in expertConnect() 10216 if( sqlite3_stricmp(p->zColl, pCons->zColl) ){ in idxAppendColDefn() 10275 if( sqlite3_stricmp(pIte in idxFindCompatible() [all...] |
H A D | sqlite3.c | 9546 ** ^The [sqlite3_stricmp()] and [sqlite3_strnicmp()] APIs allow applications 9551 SQLITE_API int sqlite3_stricmp(const char *, const char *); 9565 ** do not match, the same as [sqlite3_stricmp()] and [sqlite3_strnicmp()]. 9588 ** do not match, the same as [sqlite3_stricmp()] and [sqlite3_strnicmp()]. 33915 SQLITE_API int sqlite3_stricmp(const char *zLeft, const char *zRight){ sqlite3_stricmp() function 132513 #define sqlite3_stricmp global() macro [all...] |
/third_party/sqlite/include/ |
H A D | sqlite3ext.h | 590 #define sqlite3_stricmp sqlite3_api->stricmp macro
|
H A D | sqlite3.h | 9237 ** ^The [sqlite3_stricmp()] and [sqlite3_strnicmp()] APIs allow applications 9242 SQLITE_API int sqlite3_stricmp(const char *, const char *); 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/python/Modules/_sqlite/ |
H A D | connection.c | 54 if (sqlite3_stricmp(level, candidate) == 0) { in get_isolation_level()
|
Completed in 180 milliseconds