Home
last modified time | relevance | path

Searched refs:sqlite3_stricmp (Results 1 – 5 of 5) sorted by relevance

/third_party/sqlite/src/
Dshell.c827 if( sqlite3_stricmp(aMult[i].zSuffix, zArg)==0 ){ in integerValue()
940 if( cQuote && sqlite3_stricmp(zSchema,"temp")==0 ) cQuote = 0; in shellFakeSchema()
1030 if( cQuote && sqlite3_stricmp(zSchema,"temp")!=0 ){ in shellAddSchemaName()
1290 if( sqlite3_stricmp(dirname, "/")==0 ){ in opendir()
7104 assert( 0==sqlite3_stricmp(argv[0], "zipfile") ); in zipfileConnect()
7105 if( (0!=sqlite3_stricmp(argv[2], "zipfile") && argc<4) || argc>4 ){ in zipfileConnect()
8635 if( sqlite3_stricmp("zipfile_cds", zName)==0 ){ in zipfileFindFunction()
9680 assert( sqlite3_stricmp(p->pTab->zName, argv[2])==0 ); in expertConnect()
10089 if( sqlite3_stricmp(p->zColl, pCons->zColl) ){ in idxAppendColDefn()
10147 if( sqlite3_stricmp(pIter->zColl, zColl) ) continue; in idxFindCompatible()
[all …]
Dsqlite3.c9403 SQLITE_API int sqlite3_stricmp(const char *, const char *);
23462 if( sqlite3_stricmp(z, "localtime")==0 && sqlite3NotPureFunc(pCtx) ){
23477 if( sqlite3_stricmp(z, "unixepoch")==0 && p->rawS ){
23488 else if( sqlite3_stricmp(z, "utc")==0 && sqlite3NotPureFunc(pCtx) ){
23547 if( sqlite3_stricmp(z,"month")==0 ){
23550 }else if( sqlite3_stricmp(z,"year")==0 ){
23554 }else if( sqlite3_stricmp(z,"day")==0 ){
32442 SQLITE_API int sqlite3_stricmp(const char *zLeft, const char *zRight){
100521 && sqlite3_stricmp(zAs, zCol)==0
101244 && sqlite3_stricmp(pEList->a[i].zEName, zCol)==0
[all …]
/third_party/sqlite/include/
Dsqlite3ext.h573 #define sqlite3_stricmp sqlite3_api->stricmp macro
Dsqlite3.h9090 SQLITE_API int sqlite3_stricmp(const char *, const char *);
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch79221 -#define sqlite3_stricmp chrome_sqlite3_stricmp // Line 9052
79251 +#define sqlite3_stricmp chrome_sqlite3_stricmp // Line 9139
89427 if( sqlite3_stricmp(zType, "table")==0 ){
93589 + if( sqlite3_stricmp(z, "auto")==0 ){
93616 + if( sqlite3_stricmp(z, "julianday")==0 ){
93631 if( sqlite3_stricmp(z, "localtime")==0 && sqlite3NotPureFunc(pCtx) ){
93642 if( sqlite3_stricmp(z, "unixepoch")==0 && p->rawS ){
93649 else if( sqlite3_stricmp(z, "utc")==0 && sqlite3NotPureFunc(pCtx) ){
100469 && sqlite3_stricmp(zAs, zCol)==0
100736 && sqlite3_stricmp(pEList->a[i].zEName, zCol)==0
[all …]