Lines Matching defs:sqlite3_stricmp

9753 ** ^The [sqlite3_stricmp()] and [sqlite3_strnicmp()] APIs allow applications
9758 SQLITE_API int sqlite3_stricmp(const char *, const char *);
9772 ** do not match, the same as [sqlite3_stricmp()] and [sqlite3_strnicmp()].
9795 ** do not match, the same as [sqlite3_stricmp()] and [sqlite3_strnicmp()].
24832 if( sqlite3_stricmp(z, "auto")==0 ){
24848 if( sqlite3_stricmp(z, "julianday")==0 ){
24864 if( sqlite3_stricmp(z, "localtime")==0 && sqlite3NotPureFunc(pCtx) ){
24877 if( sqlite3_stricmp(z, "unixepoch")==0 && p->rawS ){
24889 else if( sqlite3_stricmp(z, "utc")==0 && sqlite3NotPureFunc(pCtx) ){
24958 if( sqlite3_stricmp(z, "subsec")==0
24959 || sqlite3_stricmp(z, "subsecond")==0
24975 if( sqlite3_stricmp(z,"month")==0 ){
24978 }else if( sqlite3_stricmp(z,"year")==0 ){
24982 }else if( sqlite3_stricmp(z,"day")==0 ){
34951 ** IMPLEMENTATION-OF: R-30243-02494 The sqlite3_stricmp() and
34957 SQLITE_API int sqlite3_stricmp(const char *zLeft, const char *zRight){
106818 && sqlite3_stricmp(zAs, zCol)==0
107579 && sqlite3_stricmp(pEList->a[i].zEName, zCol)==0
111209 if( sqlite3_stricmp(azOpt[ii], pTab->aCol[iCol].zCnName)==0 ) break;
114373 if( sqlite3_stricmp(pA->u.zToken,pB->u.zToken)!=0 ) return 2;
116508 && 0==sqlite3_stricmp(zName, zOld)
116531 if( 0==sqlite3_stricmp(zName, zOld) ){
116967 int bFKOnly = sqlite3_stricmp(zTable, sParse.pNewTable->zName);
117001 if( 0==sqlite3_stricmp(pFKey->zTo, zTable)
117002 && 0==sqlite3_stricmp(pFKey->aCol[i].zCol, zOld)
117192 if( sqlite3_stricmp(pFKey->zTo, zOld)==0 ){
117202 if( sqlite3_stricmp(zOld, pTab->zName)==0 ){
117223 if( 0==sqlite3_stricmp(sParse.pNewTrigger->table, zOld)
117234 if( pStep->zTarget && 0==sqlite3_stricmp(pStep->zTarget, zOld) ){
117241 if( 0==sqlite3_stricmp(pItem->zName, zOld) ){
119326 }else if( sqlite3_stricmp(argv[0],argv[1])==0 ){
120954 return sqlite3_stricmp(zTable, "sqlite_user")==0;
121565 if( 0==sqlite3_stricmp(pDb->zDbSName, zName) ) break;
121568 if( i==0 && 0==sqlite3_stricmp("main", zName) ) break;
121675 if( sqlite3_stricmp(zType, db->init.azInit[0])
121676 || sqlite3_stricmp(zName, db->init.azInit[1])
121677 || sqlite3_stricmp(zTblName, db->init.azInit[2])
127713 if( pParse->nested==0 || 0==sqlite3_stricmp(pTab->zName, "sqlite_stat1") ){
131579 && sqlite3_stricmp(pTab->zName, pFKey->zTo)!=0
131820 if( 0==sqlite3_stricmp(pTab->zName, p->zTo) ) eRet = 2;
134890 if( sqlite3_stricmp(pSrc->azColl[i],pDest->azColl[i])!=0 ){
135079 if( sqlite3_stricmp(sqlite3ColumnColl(pDestCol),
135266 if( sqlite3_stricmp(sqlite3StrBINARY, zColl) ) break;
136063 #define sqlite3_stricmp sqlite3_api->stricmp
136566 sqlite3_stricmp,
138052 rc = sqlite3_stricmp(zName, aPragmaName[mid].zName);
138348 if( sqlite3_stricmp(zRight, "fast")==0 ){
138899 && sqlite3_stricmp(zRight, "reset")==0
139005 if( zDb && sqlite3_stricmp(zDb, db->aDb[ii].zDbSName)!=0 ) continue;
139040 if( zRight && sqlite3_stricmp(zRight, pTab->zName)!=0 ) continue;
148827 if( sqlite3_stricmp(pItem->zName, pThis->zName)!=0 ) continue;
148887 if( sqlite3_stricmp(pExpr->u.zToken,"count") ) return 0; /* Is count() */
148956 if( p0->pTab==p1->pTab && 0==sqlite3_stricmp(p0->zAlias, p1->zAlias) ){
162179 if( sqlite3_stricmp(pExpr->u.zToken, zColl)==0 ) continue;
181633 if( sqlite3_stricmp(db->pVfs->zName, "kvvfs")==0 ){
185912 if( sqlite3_stricmp(zLanguageid, aCol[j])==0 ){
188534 if( sqlite3_stricmp(zName, azName[i])==0 ) return 1;
211846 if( sqlite3_stricmp(zName, azName[i])==0 ) return 1;
214541 if( sqlite3_stricmp(zName, "geopoly_overlap")==0 ){
214546 if( sqlite3_stricmp(zName, "geopoly_within")==0 ){
217643 else if( 0==sqlite3_stricmp("rbu_rowid", zName) ){
219622 assert( 0==sqlite3_stricmp(zName, zCol) );
220077 return (sqlite3_stricmp(z1, z2)!=0);
224103 if( nThis==12 && 0==sqlite3_stricmp("sqlite_stat1", zThis) ){
224246 if( 0==sqlite3_stricmp("sqlite_stat1", pTab->zName) ){
225255 if( sqlite3_stricmp(azCol[i], pTo->azCol[i]) ) bMismatch = 1;
225832 if( 0==sqlite3_stricmp("sqlite_stat1", zTab) ){
225865 if( 0==sqlite3_stricmp("sqlite_stat1", zTab) ){
227338 int bStat1 = (sqlite3_stricmp(pIter->zTab, "sqlite_stat1")==0);
227372 assert( sqlite3_stricmp(p->azCol[ii], "idx")==0 );
228264 if( 0==sqlite3_stricmp(zTab, "sqlite_stat1") ){
228805 if( !pTab || sqlite3_stricmp(zNew, pTab->zName) ){
229289 if( 0==sqlite3_stricmp(pTab->zName, zTab) ) break;
234188 if( 0==sqlite3_stricmp(zCol, FTS5_RANK_NAME)
234189 || 0==sqlite3_stricmp(zCol, FTS5_ROWID_NAME)
234194 if( 0==sqlite3_stricmp(zArg, "unindexed") ){
234271 if( rc==SQLITE_OK && sqlite3_stricmp(pRet->zName, FTS5_RANK_NAME)==0 ){
234575 if( 0==sqlite3_stricmp(zKey, "pgsz") ){
234587 else if( 0==sqlite3_stricmp(zKey, "hashsize") ){
234599 else if( 0==sqlite3_stricmp(zKey, "automerge") ){
234612 else if( 0==sqlite3_stricmp(zKey, "usermerge") ){
234624 else if( 0==sqlite3_stricmp(zKey, "crisismerge") ){
234638 else if( 0==sqlite3_stricmp(zKey, "deletemerge") ){
234650 else if( 0==sqlite3_stricmp(zKey, "rank") ){
234666 else if( 0==sqlite3_stricmp(zKey, "secure-delete") ){
234711 if( 0==sqlite3_stricmp(zK, "version") ){
236847 if( 0==sqlite3_stricmp(pConfig->azCol[iCol], z) ) break;
247336 if( 0==sqlite3_stricmp(zArg, "segment") ){
248768 if( sqlite3_stricmp(zName, pAux->zFunc)==0 ) return pAux;
249211 if( 0==sqlite3_stricmp("delete-all", zCmd) ){
249222 }else if( 0==sqlite3_stricmp("rebuild", zCmd) ){
249232 }else if( 0==sqlite3_stricmp("optimize", zCmd) ){
249234 }else if( 0==sqlite3_stricmp("merge", zCmd) ){
249237 }else if( 0==sqlite3_stricmp("integrity-check", zCmd) ){
249241 }else if( 0==sqlite3_stricmp("prefix-index", zCmd) ){
249244 }else if( 0==sqlite3_stricmp("flush", zCmd) ){
249352 && 0==sqlite3_stricmp("delete", z)
250489 if( sqlite3_stricmp(zName, pMod->zName)==0 ) break;
250614 if( sqlite3_stricmp(zName, azName[i])==0 ) return 1;
252081 if( 0==sqlite3_stricmp(azArg[i], "tokenchars") ){
252084 if( 0==sqlite3_stricmp(azArg[i], "separators") ){
252382 if( 0==sqlite3_stricmp(azArg[i], "categories") ){
252393 if( 0==sqlite3_stricmp(azArg[i], "remove_diacritics") ){
252404 if( 0==sqlite3_stricmp(azArg[i], "tokenchars") ){
252407 if( 0==sqlite3_stricmp(azArg[i], "separators") ){
252410 if( 0==sqlite3_stricmp(azArg[i], "categories") ){
253300 if( 0==sqlite3_stricmp(azArg[i], "case_sensitive") ){
253306 }else if( 0==sqlite3_stricmp(azArg[i], "remove_diacritics") ){
254689 if( sqlite3_stricmp(zCopy, "col")==0 ){
254693 if( sqlite3_stricmp(zCopy, "row")==0 ){
254696 if( sqlite3_stricmp(zCopy, "instance")==0 ){