Lines Matching defs:sqlite3_stricmp

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()].
24182 if( sqlite3_stricmp(z, "auto")==0 ){
24209 if( sqlite3_stricmp(z, "julianday")==0 ){
24225 if( sqlite3_stricmp(z, "localtime")==0 && sqlite3NotPureFunc(pCtx) ){
24238 if( sqlite3_stricmp(z, "unixepoch")==0 && p->rawS ){
24250 else if( sqlite3_stricmp(z, "utc")==0 && sqlite3NotPureFunc(pCtx) ){
24322 if( sqlite3_stricmp(z,"month")==0 ){
24325 }else if( sqlite3_stricmp(z,"year")==0 ){
24329 }else if( sqlite3_stricmp(z,"day")==0 ){
33909 ** IMPLEMENTATION-OF: R-30243-02494 The sqlite3_stricmp() and
33915 SQLITE_API int sqlite3_stricmp(const char *zLeft, const char *zRight){
104251 && sqlite3_stricmp(zAs, zCol)==0
105004 && sqlite3_stricmp(pEList->a[i].zEName, zCol)==0
111453 if( sqlite3_stricmp(pA->u.zToken,pB->u.zToken)!=0 ) return 2;
113418 && 0==sqlite3_stricmp(zName, zOld)
113441 if( 0==sqlite3_stricmp(zName, zOld) ){
113854 int bFKOnly = sqlite3_stricmp(zTable, sParse.pNewTable->zName);
113888 if( 0==sqlite3_stricmp(pFKey->zTo, zTable)
113889 && 0==sqlite3_stricmp(pFKey->aCol[i].zCol, zOld)
114079 if( sqlite3_stricmp(pFKey->zTo, zOld)==0 ){
114089 if( sqlite3_stricmp(zOld, pTab->zName)==0 ){
114110 if( 0==sqlite3_stricmp(sParse.pNewTrigger->table, zOld)
114121 if( pStep->zTarget && 0==sqlite3_stricmp(pStep->zTarget, zOld) ){
114128 if( 0==sqlite3_stricmp(pItem->zName, zOld) ){
116160 }else if( sqlite3_stricmp(argv[0],argv[1])==0 ){
117796 return sqlite3_stricmp(zTable, "sqlite_user")==0;
118420 if( 0==sqlite3_stricmp(pDb->zDbSName, zName) ) break;
118423 if( i==0 && 0==sqlite3_stricmp("main", zName) ) break;
118530 if( sqlite3_stricmp(zType, db->init.azInit[0])
118531 || sqlite3_stricmp(zName, db->init.azInit[1])
118532 || sqlite3_stricmp(zTblName, db->init.azInit[2])
124534 if( pParse->nested==0 || 0==sqlite3_stricmp(pTab->zName, "sqlite_stat1") ){
128047 && sqlite3_stricmp(pTab->zName, pFKey->zTo)!=0
128286 if( 0==sqlite3_stricmp(pTab->zName, p->zTo) ) eRet = 2;
131345 if( sqlite3_stricmp(pSrc->azColl[i],pDest->azColl[i])!=0 ){
131534 if( sqlite3_stricmp(sqlite3ColumnColl(pDestCol),
131721 if( sqlite3_stricmp(sqlite3StrBINARY, zColl) ) break;
132513 #define sqlite3_stricmp sqlite3_api->stricmp
133014 sqlite3_stricmp,
134527 rc = sqlite3_stricmp(zName, aPragmaName[mid].zName);
134838 if( sqlite3_stricmp(zRight, "fast")==0 ){
135385 && sqlite3_stricmp(zRight, "reset")==0
135491 if( zDb && sqlite3_stricmp(zDb, db->aDb[ii].zDbSName)!=0 ) continue;
135526 if( zRight && sqlite3_stricmp(zRight, pTab->zName)!=0 ) continue;
144744 if( sqlite3_stricmp(pItem->zName, pThis->zName)!=0 ) continue;
144802 if( sqlite3_stricmp(pExpr->u.zToken,"count") ) return 0; /* Is count() */
144869 if( p0->pTab==p1->pTab && 0==sqlite3_stricmp(p0->zAlias, p1->zAlias) ){
157811 if( sqlite3_stricmp(pExpr->u.zToken, zColl)==0 ) continue;
176865 if( sqlite3_stricmp(db->pVfs->zName, "kvvfs")==0 ){
181018 if( sqlite3_stricmp(zLanguageid, aCol[j])==0 ){
183619 if( sqlite3_stricmp(zName, azName[i])==0 ) return 1;
204421 if( sqlite3_stricmp(zName, azName[i])==0 ) return 1;
207074 if( sqlite3_stricmp(zName, "geopoly_overlap")==0 ){
207079 if( sqlite3_stricmp(zName, "geopoly_within")==0 ){
210175 else if( 0==sqlite3_stricmp("rbu_rowid", zName) ){
212138 assert( 0==sqlite3_stricmp(zName, zCol) );
212593 return (sqlite3_stricmp(z1, z2)!=0);
216531 if( nThis==12 && 0==sqlite3_stricmp("sqlite_stat1", zThis) ){
216655 if( 0==sqlite3_stricmp("sqlite_stat1", pTab->zName) ){
217295 if( sqlite3_stricmp(azCol[i], pTo->azCol[i]) ) bMismatch = 1;
217917 if( 0==sqlite3_stricmp("sqlite_stat1", zTab) ){
219374 int bStat1 = (sqlite3_stricmp(pIter->zTab, "sqlite_stat1")==0);
219408 assert( sqlite3_stricmp(p->azCol[ii], "idx")==0 );
220278 if( 0==sqlite3_stricmp(zTab, "sqlite_stat1") ){
220690 if( !pTab || sqlite3_stricmp(zNew, pTab->zName) ){
221127 if( 0==sqlite3_stricmp(pTab->zName, zTab) ) break;
225871 if( 0==sqlite3_stricmp(zCol, FTS5_RANK_NAME)
225872 || 0==sqlite3_stricmp(zCol, FTS5_ROWID_NAME)
225877 if( 0==sqlite3_stricmp(zArg, "unindexed") ){
225954 if( rc==SQLITE_OK && sqlite3_stricmp(pRet->zName, FTS5_RANK_NAME)==0 ){
226235 if( 0==sqlite3_stricmp(zKey, "pgsz") ){
226247 else if( 0==sqlite3_stricmp(zKey, "hashsize") ){
226259 else if( 0==sqlite3_stricmp(zKey, "automerge") ){
226272 else if( 0==sqlite3_stricmp(zKey, "usermerge") ){
226284 else if( 0==sqlite3_stricmp(zKey, "crisismerge") ){
226298 else if( 0==sqlite3_stricmp(zKey, "rank") ){
226346 if( 0==sqlite3_stricmp(zK, "version") ){
228410 if( 0==sqlite3_stricmp(pConfig->azCol[iCol], z) ) break;
236765 if( 0==sqlite3_stricmp(zArg, "segment") ){
237916 if( sqlite3_stricmp(zName, pAux->zFunc)==0 ) return pAux;
238354 if( 0==sqlite3_stricmp("delete-all", zCmd) ){
238364 }else if( 0==sqlite3_stricmp("rebuild", zCmd) ){
238373 }else if( 0==sqlite3_stricmp("optimize", zCmd) ){
238375 }else if( 0==sqlite3_stricmp("merge", zCmd) ){
238378 }else if( 0==sqlite3_stricmp("integrity-check", zCmd) ){
238382 }else if( 0==sqlite3_stricmp("prefix-index", zCmd) ){
238476 && 0==sqlite3_stricmp("delete", z)
239512 if( sqlite3_stricmp(zName, pMod->zName)==0 ) break;
239637 if( sqlite3_stricmp(zName, azName[i])==0 ) return 1;
241008 if( 0==sqlite3_stricmp(azArg[i], "tokenchars") ){
241011 if( 0==sqlite3_stricmp(azArg[i], "separators") ){
241303 if( 0==sqlite3_stricmp(azArg[i], "categories") ){
241314 if( 0==sqlite3_stricmp(azArg[i], "remove_diacritics") ){
241325 if( 0==sqlite3_stricmp(azArg[i], "tokenchars") ){
241328 if( 0==sqlite3_stricmp(azArg[i], "separators") ){
241331 if( 0==sqlite3_stricmp(azArg[i], "categories") ){
242219 if( 0==sqlite3_stricmp(azArg[i], "case_sensitive") ){
243573 if( sqlite3_stricmp(zCopy, "col")==0 ){
243577 if( sqlite3_stricmp(zCopy, "row")==0 ){
243580 if( sqlite3_stricmp(zCopy, "instance")==0 ){
245890 if( sqlite3_stricmp(zRight, CIPHER_HMAC_ALGORITHM_NAME_SHA1)==0 ){
245893 }else if( sqlite3_stricmp(zRight, CIPHER_HMAC_ALGORITHM_NAME_SHA256)==0 ){
245896 }else if( sqlite3_stricmp(zRight, CIPHER_HMAC_ALGORITHM_NAME_SHA512)==0 ){
245904 if( sqlite3_stricmp(zRight, CIPHER_KDF_ALGORITHM_NAME_SHA1)==0 ){
245906 }else if( sqlite3_stricmp(zRight, CIPHER_KDF_ALGORITHM_NAME_SHA256)==0 ){
245908 }else if( sqlite3_stricmp(zRight, CIPHER_KDF_ALGORITHM_NAME_SHA512)==0 ){
245953 if( sqlite3_stricmp(zRight, CIPHER_HMAC_ALGORITHM_NAME_SHA1)==0 ){
245958 }else if( sqlite3_stricmp(zRight, CIPHER_HMAC_ALGORITHM_NAME_SHA256)==0 ){
245963 }else if( sqlite3_stricmp(zRight, CIPHER_HMAC_ALGORITHM_NAME_SHA512)==0 ){
245986 if( sqlite3_stricmp(zRight, CIPHER_KDF_ALGORITHM_NAME_SHA1)==0 ){
245989 }else if( sqlite3_stricmp(zRight, CIPHER_KDF_ALGORITHM_NAME_SHA256)==0 ){
245992 }else if( sqlite3_stricmp(zRight, CIPHER_KDF_ALGORITHM_NAME_SHA512)==0 ){
246030 if( sqlite3_stricmp(zRight, CIPHER_HMAC_ALGORITHM_NAME_SHA1)==0 ){
246032 }else if( sqlite3_stricmp(zRight, CIPHER_HMAC_ALGORITHM_NAME_SHA256)==0 ){
246034 }else if( sqlite3_stricmp(zRight, CIPHER_HMAC_ALGORITHM_NAME_SHA512)==0 ){