Lines Matching refs:sqlite3_stricmp

782     if( sqlite3_stricmp(aMult[i].zSuffix, zArg)==0 ){  in integerValue()
895 if( cQuote && sqlite3_stricmp(zSchema,"temp")==0 ) cQuote = 0; in shellFakeSchema()
985 if( cQuote && sqlite3_stricmp(zSchema,"temp")!=0 ){ in shellAddSchemaName()
1245 if( sqlite3_stricmp(dirname, "/")==0 ){ in opendir()
4731 assert( 0==sqlite3_stricmp(argv[0], "zipfile") ); in zipfileConnect()
4732 if( (0!=sqlite3_stricmp(argv[2], "zipfile") && argc<4) || argc>4 ){ in zipfileConnect()
6268 if( sqlite3_stricmp("zipfile_cds", zName)==0 ){ in zipfileFindFunction()
7292 assert( sqlite3_stricmp(p->pTab->zName, argv[2])==0 ); in expertConnect()
7695 if( sqlite3_stricmp(p->zColl, pCons->zColl) ){ in idxAppendColDefn()
7753 if( sqlite3_stricmp(pIter->zColl, zColl) ) continue; in idxFindCompatible()
7763 if( pT->iCol!=iCol || sqlite3_stricmp(pT->zColl, zColl) ){ in idxFindCompatible()
8063 if( sqlite3_stricmp(zDb, "main")==0 ){ in idxAuthCallback()
8067 if( 0==sqlite3_stricmp(z3, pTab->zName) ) break; in idxAuthCallback()
11964 && sqlite3_stricmp((const char*)sqlite3_column_text(pStmt,2), in tableColumnList()
12011 if( sqlite3_stricmp(azRowid[j],azCol[i])==0 ) break; in tableColumnList()
13141 if( sqlite3_stricmp(zArg, "on")==0 || sqlite3_stricmp(zArg,"yes")==0 ){ in booleanValue()
13144 if( sqlite3_stricmp(zArg, "off")==0 || sqlite3_stricmp(zArg,"no")==0 ){ in booleanValue()
14017 if( rc==SQLITE_OK && sqlite3_stricmp(zParentSeq, zChildSeq) ){ in shellFkeyCollateClause()
14167 && (zPrev==0 || sqlite3_stricmp(zParent, zPrev)) in lintFkeyIndexes()
15279 if( bIntkey==0 && sqlite3_stricmp(zType, "index")==0 ){ in recoverFindTable()
15283 if( sqlite3_stricmp(zType, "table")==0 ){ in recoverFindTable()
15598 if( 0==sqlite3_stricmp(pTab->zQuoted, "\"sqlite_sequence\"") ){ in recoverDatabaseCmd()
16645 if( !(nArg==3 || (nArg==2 && sqlite3_stricmp(azArg[1],"off")==0)) ){ in do_meta_command()
17425 if( sqlite3_stricmp(zDb, "main")!=0 ){ in do_meta_command()
18046 if( sqlite3_stricmp(zDbName, "main")==0 ){ in do_meta_command()