Lines Matching refs:sqlite3_stricmp

9358 SQLITE_API int sqlite3_stricmp(const char *, const char *);
23365 if( sqlite3_stricmp(z, "localtime")==0 && sqlite3NotPureFunc(pCtx) ){
23380 if( sqlite3_stricmp(z, "unixepoch")==0 && p->rawS ){
23391 else if( sqlite3_stricmp(z, "utc")==0 && sqlite3NotPureFunc(pCtx) ){
23450 if( sqlite3_stricmp(z,"month")==0 ){
23453 }else if( sqlite3_stricmp(z,"year")==0 ){
23457 }else if( sqlite3_stricmp(z,"day")==0 ){
32345 SQLITE_API int sqlite3_stricmp(const char *zLeft, const char *zRight){
100109 && sqlite3_stricmp(zAs, zCol)==0
100832 && sqlite3_stricmp(pEList->a[i].zEName, zCol)==0
107129 if( sqlite3_stricmp(pA->u.zToken,pB->u.zToken)!=0 ) return 2;
109078 && 0==sqlite3_stricmp(zName, zOld)
109101 if( 0==sqlite3_stricmp(zName, zOld) ){
109509 int bFKOnly = sqlite3_stricmp(zTable, sParse.pNewTable->zName);
109543 if( 0==sqlite3_stricmp(pFKey->zTo, zTable)
109544 && 0==sqlite3_stricmp(pFKey->aCol[i].zCol, zOld)
109732 if( sqlite3_stricmp(pFKey->zTo, zOld)==0 ){
109742 if( sqlite3_stricmp(zOld, pTab->zName)==0 ){
109763 if( 0==sqlite3_stricmp(sParse.pNewTrigger->table, zOld)
109774 if( pStep->zTarget && 0==sqlite3_stricmp(pStep->zTarget, zOld) ){
111774 }else if( sqlite3_stricmp(argv[0],argv[1])==0 ){
113377 return sqlite3_stricmp(zTable, "sqlite_user")==0;
113982 if( 0==sqlite3_stricmp(pDb->zDbSName, zName) ) break;
113985 if( i==0 && 0==sqlite3_stricmp("main", zName) ) break;
114092 if( sqlite3_stricmp(zType, db->init.azInit[0])
114093 || sqlite3_stricmp(zName, db->init.azInit[1])
114094 || sqlite3_stricmp(zTblName, db->init.azInit[2])
119997 if( pParse->nested==0 || 0==sqlite3_stricmp(pTab->zName, "sqlite_stat1") ){
123471 && sqlite3_stricmp(pTab->zName, pFKey->zTo)!=0
123710 if( 0==sqlite3_stricmp(pTab->zName, p->zTo) ) eRet = 2;
126727 if( sqlite3_stricmp(pSrc->azColl[i],pDest->azColl[i])!=0 ){
126921 if( sqlite3_stricmp(sqlite3ColumnColl(pDestCol),
127108 if( sqlite3_stricmp(sqlite3StrBINARY, zColl) ) break;
127883 #define sqlite3_stricmp sqlite3_api->stricmp
128364 sqlite3_stricmp,
129798 rc = sqlite3_stricmp(zName, aPragmaName[mid].zName);
130093 if( sqlite3_stricmp(zRight, "fast")==0 ){
130634 && sqlite3_stricmp(zRight, "reset")==0
130740 if( zDb && sqlite3_stricmp(zDb, db->aDb[ii].zDbSName)!=0 ) continue;
130771 if( zRight && sqlite3_stricmp(zRight, pTab->zName)!=0 ) continue;
139422 if( sqlite3_stricmp(pItem->zName, pThis->zName)!=0 ) continue;
139480 if( sqlite3_stricmp(pExpr->u.zToken,"count") ) return 0; /* Is count() */
139636 if( p0->pTab==p1->pTab && 0==sqlite3_stricmp(p0->zAlias, p1->zAlias) ){
174011 if( sqlite3_stricmp(zLanguageid, aCol[j])==0 ){
176612 if( sqlite3_stricmp(zName, azName[i])==0 ) return 1;
197420 if( sqlite3_stricmp(zName, azName[i])==0 ) return 1;
200076 if( sqlite3_stricmp(zName, "geopoly_overlap")==0 ){
200081 if( sqlite3_stricmp(zName, "geopoly_within")==0 ){
203146 else if( 0==sqlite3_stricmp("rbu_rowid", zName) ){
205134 assert( 0==sqlite3_stricmp(zName, zCol) );
205589 return (sqlite3_stricmp(z1, z2)!=0);
209469 if( nThis==12 && 0==sqlite3_stricmp("sqlite_stat1", zThis) ){
209593 if( 0==sqlite3_stricmp("sqlite_stat1", pTab->zName) ){
210233 if( sqlite3_stricmp(azCol[i], pTo->azCol[i]) ) bMismatch = 1;
210855 if( 0==sqlite3_stricmp("sqlite_stat1", zTab) ){
212292 int bStat1 = (sqlite3_stricmp(pIter->zTab, "sqlite_stat1")==0);
212326 assert( sqlite3_stricmp(p->azCol[ii], "idx")==0 );
213196 if( 0==sqlite3_stricmp(zTab, "sqlite_stat1") ){
213608 if( !pTab || sqlite3_stricmp(zNew, pTab->zName) ){
214045 if( 0==sqlite3_stricmp(pTab->zName, zTab) ) break;
218789 if( 0==sqlite3_stricmp(zCol, FTS5_RANK_NAME)
218790 || 0==sqlite3_stricmp(zCol, FTS5_ROWID_NAME)
218795 if( 0==sqlite3_stricmp(zArg, "unindexed") ){
218872 if( rc==SQLITE_OK && sqlite3_stricmp(pRet->zName, FTS5_RANK_NAME)==0 ){
219153 if( 0==sqlite3_stricmp(zKey, "pgsz") ){
219165 else if( 0==sqlite3_stricmp(zKey, "hashsize") ){
219177 else if( 0==sqlite3_stricmp(zKey, "automerge") ){
219190 else if( 0==sqlite3_stricmp(zKey, "usermerge") ){
219202 else if( 0==sqlite3_stricmp(zKey, "crisismerge") ){
219216 else if( 0==sqlite3_stricmp(zKey, "rank") ){
219264 if( 0==sqlite3_stricmp(zK, "version") ){
221325 if( 0==sqlite3_stricmp(pConfig->azCol[iCol], z) ) break;
229677 if( 0==sqlite3_stricmp(zArg, "segment") ){
230828 if( sqlite3_stricmp(zName, pAux->zFunc)==0 ) return pAux;
231266 if( 0==sqlite3_stricmp("delete-all", zCmd) ){
231276 }else if( 0==sqlite3_stricmp("rebuild", zCmd) ){
231285 }else if( 0==sqlite3_stricmp("optimize", zCmd) ){
231287 }else if( 0==sqlite3_stricmp("merge", zCmd) ){
231290 }else if( 0==sqlite3_stricmp("integrity-check", zCmd) ){
231294 }else if( 0==sqlite3_stricmp("prefix-index", zCmd) ){
231388 && 0==sqlite3_stricmp("delete", z)
232424 if( sqlite3_stricmp(zName, pMod->zName)==0 ) break;
232549 if( sqlite3_stricmp(zName, azName[i])==0 ) return 1;
233920 if( 0==sqlite3_stricmp(azArg[i], "tokenchars") ){
233923 if( 0==sqlite3_stricmp(azArg[i], "separators") ){
234215 if( 0==sqlite3_stricmp(azArg[i], "categories") ){
234226 if( 0==sqlite3_stricmp(azArg[i], "remove_diacritics") ){
234237 if( 0==sqlite3_stricmp(azArg[i], "tokenchars") ){
234240 if( 0==sqlite3_stricmp(azArg[i], "separators") ){
234243 if( 0==sqlite3_stricmp(azArg[i], "categories") ){
235131 if( 0==sqlite3_stricmp(azArg[i], "case_sensitive") ){
236485 if( sqlite3_stricmp(zCopy, "col")==0 ){
236489 if( sqlite3_stricmp(zCopy, "row")==0 ){
236492 if( sqlite3_stricmp(zCopy, "instance")==0 ){