• Home
  • Raw
  • Download

Lines Matching refs:sqlite3_stricmp

8998 SQLITE_API int sqlite3_stricmp(const char *, const char *);
20230 if( sqlite3_stricmp(z, "localtime")==0 && sqlite3NotPureFunc(pCtx) ){ in parseModifier()
20245 if( sqlite3_stricmp(z, "unixepoch")==0 && p->rawS ){ in parseModifier()
20256 else if( sqlite3_stricmp(z, "utc")==0 && sqlite3NotPureFunc(pCtx) ){ in parseModifier()
20315 if( sqlite3_stricmp(z,"month")==0 ){ in parseModifier()
20318 }else if( sqlite3_stricmp(z,"year")==0 ){ in parseModifier()
20322 }else if( sqlite3_stricmp(z,"day")==0 ){ in parseModifier()
28757 SQLITE_API int sqlite3_stricmp(const char *zLeft, const char *zRight){
94562 if( sqlite3_stricmp("BINARY", pColl->zName)==0 ){
100374 }else if( sqlite3_stricmp(argv[0],argv[1])==0 ){
101900 return sqlite3_stricmp(zTable, "sqlite_user")==0;
101941 if( sqlite3_stricmp(zDatabase, db->aDb[1].zDbSName)!=0 ) break;
102339 if( 0==sqlite3_stricmp(pDb->zDbSName, zName) ) break;
102342 if( i==0 && 0==sqlite3_stricmp("main", zName) ) break;
102694 if( sqlite3_stricmp(z, p->aCol[i].zName)==0 ){
107330 if( pParse->nested==0 || 0==sqlite3_stricmp(pTab->zName, "sqlite_stat1") ){
110303 && sqlite3_stricmp(pTab->zName, pFKey->zTo)!=0
110536 if( 0==sqlite3_stricmp(pTab->zName, p->zTo) ) return 2;
112747 if( sqlite3_stricmp(pSrc->azColl[i],pDest->azColl[i])!=0 ){
112907 if( sqlite3_stricmp(pDestCol->zColl, pSrcCol->zColl)!=0 ){
113067 if( sqlite3_stricmp(sqlite3StrBINARY, zColl) ) break;
113785 #define sqlite3_stricmp sqlite3_api->stricmp
114224 sqlite3_stricmp,
115580 rc = sqlite3_stricmp(zName, aPragmaName[mid].zName);
115822 if( sqlite3_stricmp(zRight, "fast")==0 ){
123684 if( sqlite3_stricmp(pItem->zDatabase, pThis->zDatabase)!=0 ) continue;
123685 if( sqlite3_stricmp(pItem->zName, pThis->zName)!=0 ) continue;
123725 if( sqlite3_stricmp(pExpr->u.zToken,"count") ) return 0; /* Is count() */
150116 if( sqlite3_stricmp(zLanguageid, aCol[j])==0 ){
174057 else if( 0==sqlite3_stricmp("rbu_rowid", zName) ){
175646 assert( 0==sqlite3_stricmp(zName, zCol) );
176099 return (sqlite3_stricmp(z1, z2)!=0);
179729 if( nThis==12 && 0==sqlite3_stricmp("sqlite_stat1", zThis) ){
179837 if( 0==sqlite3_stricmp("sqlite_stat1", pTab->zName) ){
180365 if( sqlite3_stricmp(azCol[i], pTo->azCol[i]) ) bMismatch = 1;
180965 if( 0==sqlite3_stricmp("sqlite_stat1", zTab) ){
183019 if( 0==sqlite3_stricmp(zTab, "sqlite_stat1") ){
183311 if( !pTab || sqlite3_stricmp(zNew, pTab->zName) ){
190400 if( 0==sqlite3_stricmp(zCol, FTS5_RANK_NAME)
190401 || 0==sqlite3_stricmp(zCol, FTS5_ROWID_NAME)
190406 if( 0==sqlite3_stricmp(zArg, "unindexed") ){
190483 if( rc==SQLITE_OK && sqlite3_stricmp(pRet->zName, FTS5_RANK_NAME)==0 ){
190759 if( 0==sqlite3_stricmp(zKey, "pgsz") ){
190771 else if( 0==sqlite3_stricmp(zKey, "hashsize") ){
190783 else if( 0==sqlite3_stricmp(zKey, "automerge") ){
190796 else if( 0==sqlite3_stricmp(zKey, "usermerge") ){
190808 else if( 0==sqlite3_stricmp(zKey, "crisismerge") ){
190821 else if( 0==sqlite3_stricmp(zKey, "rank") ){
190869 if( 0==sqlite3_stricmp(zK, "version") ){
192801 if( 0==sqlite3_stricmp(pConfig->azCol[iCol], z) ) break;
200723 if( 0==sqlite3_stricmp(zArg, "segment") ){
201783 if( sqlite3_stricmp(zName, pAux->zFunc)==0 ) return pAux;
202162 if( 0==sqlite3_stricmp("delete-all", zCmd) ){
202172 }else if( 0==sqlite3_stricmp("rebuild", zCmd) ){
202181 }else if( 0==sqlite3_stricmp("optimize", zCmd) ){
202183 }else if( 0==sqlite3_stricmp("merge", zCmd) ){
202186 }else if( 0==sqlite3_stricmp("integrity-check", zCmd) ){
202189 }else if( 0==sqlite3_stricmp("prefix-index", zCmd) ){
202284 && 0==sqlite3_stricmp("delete", z)
203305 if( sqlite3_stricmp(zName, pMod->zName)==0 ) break;
204742 if( 0==sqlite3_stricmp(azArg[i], "tokenchars") ){
204745 if( 0==sqlite3_stricmp(azArg[i], "separators") ){
205012 if( 0==sqlite3_stricmp(azArg[i], "remove_diacritics") ){
205018 if( 0==sqlite3_stricmp(azArg[i], "tokenchars") ){
205021 if( 0==sqlite3_stricmp(azArg[i], "separators") ){
206716 if( sqlite3_stricmp(zCopy, "col")==0 ){
206720 if( sqlite3_stricmp(zCopy, "row")==0 ){
206723 if( sqlite3_stricmp(zCopy, "instance")==0 ){