Lines Matching refs:sqlite3_stricmp
827 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()
10157 if( pT->iCol!=iCol || sqlite3_stricmp(pT->zColl, zColl) ){ in idxFindCompatible()
10497 if( sqlite3_stricmp(zDb, "main")==0 ){ in idxAuthCallback()
10501 if( 0==sqlite3_stricmp(z3, pTab->zName) ) break; in idxAuthCallback()
12901 if( sqlite3_stricmp(zA1, azProhibitedFunctions[i])==0 ){ in safeModeAuth()
14772 && sqlite3_stricmp((const char*)sqlite3_column_text(pStmt,2), in tableColumnList()
14819 if( sqlite3_stricmp(azRowid[j],azCol[i])==0 ) break; in tableColumnList()
15996 if( sqlite3_stricmp(zArg, "on")==0 || sqlite3_stricmp(zArg,"yes")==0 ){ in booleanValue()
15999 if( sqlite3_stricmp(zArg, "off")==0 || sqlite3_stricmp(zArg,"no")==0 ){ in booleanValue()
16882 if( rc==SQLITE_OK && sqlite3_stricmp(zParentSeq, zChildSeq) ){ in shellFkeyCollateClause()
17032 && (zPrev==0 || sqlite3_stricmp(zParent, zPrev)) in lintFkeyIndexes()
18203 if( bIntkey==0 && sqlite3_stricmp(zType, "index")==0 ){ in recoverFindTable()
18207 if( sqlite3_stricmp(zType, "table")==0 ){ in recoverFindTable()
18522 if( 0==sqlite3_stricmp(pTab->zQuoted, "\"sqlite_sequence\"") ){ in recoverDatabaseCmd()
19673 if( !(nArg==3 || (nArg==2 && sqlite3_stricmp(azArg[1],"off")==0)) ){ in do_meta_command()
20533 if( sqlite3_stricmp(zDb, "main")!=0 ){ in do_meta_command()
21172 if( sqlite3_stricmp(zDbName, "main")==0 ){ in do_meta_command()