| /sqlite-3.40.0/src/ |
| H A D | test_bestindex.c | 349 if( sqlite3_stricmp("sql", zCmd)==0 ){ in tclFilter() 542 case 1: assert( sqlite3_stricmp(azSub[ii], "orderby")==0 ); in testBestIndexObj() 546 case 2: assert( sqlite3_stricmp(azSub[ii], "mask")==0 ); in testBestIndexObj() 556 case 4: assert( sqlite3_stricmp(azSub[ii], "in")==0 ); { in testBestIndexObj() 647 if( sqlite3_stricmp("cost", zCmd)==0 ){ in tclBestIndex() 650 if( sqlite3_stricmp("orderby", zCmd)==0 ){ in tclBestIndex() 653 if( sqlite3_stricmp("idxnum", zCmd)==0 ){ in tclBestIndex() 656 if( sqlite3_stricmp("idxstr", zCmd)==0 ){ in tclBestIndex() 661 if( sqlite3_stricmp("rows", zCmd)==0 ){ in tclBestIndex() 666 if( sqlite3_stricmp("use", zCmd)==0 in tclBestIndex() [all …]
|
| H A D | date.c | 679 if( sqlite3_stricmp(z, "auto")==0 ){ in parseModifier() 706 if( sqlite3_stricmp(z, "julianday")==0 ){ in parseModifier() 722 if( sqlite3_stricmp(z, "localtime")==0 && sqlite3NotPureFunc(pCtx) ){ in parseModifier() 735 if( sqlite3_stricmp(z, "unixepoch")==0 && p->rawS ){ in parseModifier() 747 else if( sqlite3_stricmp(z, "utc")==0 && sqlite3NotPureFunc(pCtx) ){ in parseModifier() 819 if( sqlite3_stricmp(z,"month")==0 ){ in parseModifier() 822 }else if( sqlite3_stricmp(z,"year")==0 ){ in parseModifier() 826 }else if( sqlite3_stricmp(z,"day")==0 ){ in parseModifier()
|
| H A D | test_multiplex.c | 976 if( sqlite3_stricmp(aFcntl[1],"multiplex_truncate")==0 ){ in multiplexFileControl() 978 if( sqlite3_stricmp(aFcntl[2], "on")==0 in multiplexFileControl() 979 || sqlite3_stricmp(aFcntl[2], "1")==0 ){ in multiplexFileControl() 982 if( sqlite3_stricmp(aFcntl[2], "off")==0 in multiplexFileControl() 983 || sqlite3_stricmp(aFcntl[2], "0")==0 ){ in multiplexFileControl() 1003 if( sqlite3_stricmp(aFcntl[1],"multiplex_enabled")==0 ){ in multiplexFileControl() 1014 if( sqlite3_stricmp(aFcntl[1],"multiplex_chunksize")==0 in multiplexFileControl() 1028 if( sqlite3_stricmp(aFcntl[1],"multiplex_filecount")==0 ){ in multiplexFileControl()
|
| H A D | alter.c | 1092 && 0==sqlite3_stricmp(zName, zOld) in renameColumnElistNames() 1115 if( 0==sqlite3_stricmp(zName, zOld) ){ in renameColumnIdlistNames() 1528 int bFKOnly = sqlite3_stricmp(zTable, sParse.pNewTable->zName); in renameColumnFunc() 1562 if( 0==sqlite3_stricmp(pFKey->zTo, zTable) in renameColumnFunc() 1563 && 0==sqlite3_stricmp(pFKey->aCol[i].zCol, zOld) in renameColumnFunc() 1753 if( sqlite3_stricmp(pFKey->zTo, zOld)==0 ){ in renameTableFunc() 1763 if( sqlite3_stricmp(zOld, pTab->zName)==0 ){ in renameTableFunc() 1784 if( 0==sqlite3_stricmp(sParse.pNewTrigger->table, zOld) in renameTableFunc() 1795 if( pStep->zTarget && 0==sqlite3_stricmp(pStep->zTarget, zOld) ){ in renameTableFunc() 1802 if( 0==sqlite3_stricmp(pItem->zName, zOld) ){ in renameTableFunc()
|
| H A D | test_windirent.c | 61 if( sqlite3_stricmp(dirname, "/")==0 ){ in opendir()
|
| H A D | pragma.c | 289 rc = sqlite3_stricmp(zName, aPragmaName[mid].zName); in pragmaLocate() 585 if( sqlite3_stricmp(zRight, "fast")==0 ){ in sqlite3Pragma() 1132 && sqlite3_stricmp(zRight, "reset")==0 in sqlite3Pragma() 1238 if( zDb && sqlite3_stricmp(zDb, db->aDb[ii].zDbSName)!=0 ) continue; in sqlite3Pragma() 1273 if( zRight && sqlite3_stricmp(zRight, pTab->zName)!=0 ) continue; in sqlite3Pragma()
|
| /sqlite-3.40.0/ext/fts5/ |
| H A D | fts5_config.c | 465 if( 0==sqlite3_stricmp(zCol, FTS5_RANK_NAME) in fts5ConfigParseColumn() 466 || 0==sqlite3_stricmp(zCol, FTS5_ROWID_NAME) in fts5ConfigParseColumn() 471 if( 0==sqlite3_stricmp(zArg, "unindexed") ){ in fts5ConfigParseColumn() 548 if( rc==SQLITE_OK && sqlite3_stricmp(pRet->zName, FTS5_RANK_NAME)==0 ){ in sqlite3Fts5ConfigParse() 829 if( 0==sqlite3_stricmp(zKey, "pgsz") ){ in sqlite3Fts5ConfigSetValue() 841 else if( 0==sqlite3_stricmp(zKey, "hashsize") ){ in sqlite3Fts5ConfigSetValue() 853 else if( 0==sqlite3_stricmp(zKey, "automerge") ){ in sqlite3Fts5ConfigSetValue() 866 else if( 0==sqlite3_stricmp(zKey, "usermerge") ){ in sqlite3Fts5ConfigSetValue() 878 else if( 0==sqlite3_stricmp(zKey, "crisismerge") ){ in sqlite3Fts5ConfigSetValue() 892 else if( 0==sqlite3_stricmp(zKey, "rank") ){ in sqlite3Fts5ConfigSetValue() [all …]
|
| H A D | fts5_tokenize.c | 84 if( 0==sqlite3_stricmp(azArg[i], "tokenchars") ){ in fts5AsciiCreate() 87 if( 0==sqlite3_stricmp(azArg[i], "separators") ){ in fts5AsciiCreate() 379 if( 0==sqlite3_stricmp(azArg[i], "categories") ){ in fts5UnicodeCreate() 390 if( 0==sqlite3_stricmp(azArg[i], "remove_diacritics") ){ in fts5UnicodeCreate() 401 if( 0==sqlite3_stricmp(azArg[i], "tokenchars") ){ in fts5UnicodeCreate() 404 if( 0==sqlite3_stricmp(azArg[i], "separators") ){ in fts5UnicodeCreate() 407 if( 0==sqlite3_stricmp(azArg[i], "categories") ){ in fts5UnicodeCreate() 1295 if( 0==sqlite3_stricmp(azArg[i], "case_sensitive") ){ in fts5TriCreate()
|
| H A D | fts5_main.c | 1088 if( sqlite3_stricmp(zName, pAux->zFunc)==0 ) return pAux; in fts5FindAuxiliary() 1526 if( 0==sqlite3_stricmp("delete-all", zCmd) ){ in fts5SpecialInsert() 1536 }else if( 0==sqlite3_stricmp("rebuild", zCmd) ){ in fts5SpecialInsert() 1545 }else if( 0==sqlite3_stricmp("optimize", zCmd) ){ in fts5SpecialInsert() 1547 }else if( 0==sqlite3_stricmp("merge", zCmd) ){ in fts5SpecialInsert() 1550 }else if( 0==sqlite3_stricmp("integrity-check", zCmd) ){ in fts5SpecialInsert() 1554 }else if( 0==sqlite3_stricmp("prefix-index", zCmd) ){ in fts5SpecialInsert() 1648 && 0==sqlite3_stricmp("delete", z) in fts5UpdateMethod() 2684 if( sqlite3_stricmp(zName, pMod->zName)==0 ) break; in fts5LocateTokenizer() 2809 if( sqlite3_stricmp(zName, azName[i])==0 ) return 1; in fts5ShadowName()
|
| H A D | fts5_vocab.c | 109 if( sqlite3_stricmp(zCopy, "col")==0 ){ in fts5VocabTableType() 113 if( sqlite3_stricmp(zCopy, "row")==0 ){ in fts5VocabTableType() 116 if( sqlite3_stricmp(zCopy, "instance")==0 ){ in fts5VocabTableType()
|
| /sqlite-3.40.0/ext/recover/ |
| H A D | test_recover.c | 115 case 0: assert( sqlite3_stricmp("config", aSub[iSub].zSub)==0 ); { in testRecoverCmd() 175 case 1: assert( sqlite3_stricmp("run", aSub[iSub].zSub)==0 ); { in testRecoverCmd() 180 case 2: assert( sqlite3_stricmp("errmsg", aSub[iSub].zSub)==0 ); { in testRecoverCmd() 185 case 3: assert( sqlite3_stricmp("errcode", aSub[iSub].zSub)==0 ); { in testRecoverCmd() 190 case 4: assert( sqlite3_stricmp("finish", aSub[iSub].zSub)==0 ); { in testRecoverCmd() 202 case 5: assert( sqlite3_stricmp("step", aSub[iSub].zSub)==0 ); { in testRecoverCmd()
|
| /sqlite-3.40.0/ext/misc/ |
| H A D | vtablog.c | 131 if( sqlite3_stricmp("yes",z)==0 132 || sqlite3_stricmp("on",z)==0 133 || sqlite3_stricmp("true",z)==0 138 if( sqlite3_stricmp("no",z)==0 139 || sqlite3_stricmp("off",z)==0 140 || sqlite3_stricmp("false",z)==0
|
| H A D | csv.c | 423 if( sqlite3_stricmp("yes",z)==0 in csv_boolean() 424 || sqlite3_stricmp("on",z)==0 in csv_boolean() 425 || sqlite3_stricmp("true",z)==0 in csv_boolean() 430 if( sqlite3_stricmp("no",z)==0 in csv_boolean() 431 || sqlite3_stricmp("off",z)==0 in csv_boolean() 432 || sqlite3_stricmp("false",z)==0 in csv_boolean()
|
| H A D | cksumvfs.c | 558 if( sqlite3_stricmp(azArg[1],"checksum_verification")==0 ){ in cksmFileControl() 563 || sqlite3_stricmp("yes",zArg)==0 in cksmFileControl() 564 || sqlite3_stricmp("on",zArg)==0 in cksmFileControl() 575 && sqlite3_stricmp(azArg[1], "page_size")==0 ){ in cksmFileControl()
|
| H A D | unionvtab.c | 526 || (rc==SQLITE_OK && (!bPk || sqlite3_stricmp("integer", zType))) in unionIsIntkeyTable() 601 if( rc==SQLITE_OK && sqlite3_stricmp(z, z0) ){ in unionSourceCheck() 674 if( sqlite3_stricmp(z, pTab->zSourceStr) ){ in unionOpenDatabase() 895 if( sqlite3_stricmp("temp", argv[1]) ){ in unionConnect()
|
| H A D | dbdump.c | 208 && sqlite3_stricmp((const char*)sqlite3_column_text(pStmt,2), in tableColumnList() 256 if( sqlite3_stricmp(azRowid[j],azCol[i])==0 ) break; in tableColumnList()
|
| /sqlite-3.40.0/ext/session/ |
| H A D | session_speed_test.c | 104 if( 0==sqlite3_stricmp(zArg, "true") ) return 1; in get_boolean_option() 105 if( 0==sqlite3_stricmp(zArg, "1") ) return 1; in get_boolean_option() 106 if( 0==sqlite3_stricmp(zArg, "0") ) return 0; in get_boolean_option() 107 if( 0==sqlite3_stricmp(zArg, "false") ) return 0; in get_boolean_option()
|
| H A D | sqlite3session.c | 1016 if( nThis==12 && 0==sqlite3_stricmp("sqlite_stat1", zThis) ){ in sessionTableInfo() 1140 if( 0==sqlite3_stricmp("sqlite_stat1", pTab->zName) ){ in sessionInitTable() 1780 if( sqlite3_stricmp(azCol[i], pTo->azCol[i]) ) bMismatch = 1; in sqlite3session_diff() 2402 if( 0==sqlite3_stricmp("sqlite_stat1", zTab) ){ in sessionSelectStmt() 3839 int bStat1 = (sqlite3_stricmp(pIter->zTab, "sqlite_stat1")==0); in sessionUpdateFind() 3873 assert( sqlite3_stricmp(p->azCol[ii], "idx")==0 ); in sessionUpdateFind() 4743 if( 0==sqlite3_stricmp(zTab, "sqlite_stat1") ){ in sessionChangesetApply() 5155 if( !pTab || sqlite3_stricmp(zNew, pTab->zName) ){ in sessionChangesetToHash() 5592 if( 0==sqlite3_stricmp(pTab->zName, zTab) ) break; in sessionRebase()
|
| /sqlite-3.40.0/tool/ |
| H A D | sqldiff.c | 307 assert( sqlite3_stricmp(zTab,"sqlite_schema")==0 in columnNames() 308 || sqlite3_stricmp(zTab,"sqlite_master")==0 ); in columnNames() 355 if( sqlite3_stricmp(az[j], azRowid[i])==0 ) break; in columnNames() 583 if( sqlite3_stricmp(az[n],az2[n])!=0 ) break; in diff_one_table() 1426 if( sqlite3_stricmp(az[n],az2[n])!=0 ) break; in summarize_one_table() 1833 if( zSql==0 || sqlite3_stricmp(zToken, "create") ) return; in module_name_func() 1835 if( zSql==0 || sqlite3_stricmp(zToken, "virtual") ) return; in module_name_func() 1837 if( zSql==0 || sqlite3_stricmp(zToken, "table") ) return; in module_name_func() 1841 if( zSql==0 || sqlite3_stricmp(zToken, "using") ) return; in module_name_func() 1993 sqlite3_stricmp(zTab, "sqlite_schema")==0 in main() [all …]
|
| /sqlite-3.40.0/ext/rtree/ |
| H A D | test_rtreedoc.c | 100 if( 0==sqlite3_stricmp(zCmd, "zero") ){ in invokeTclGeomCb() 104 else if( 0==sqlite3_stricmp(zCmd, "user") ){ in invokeTclGeomCb() 121 else if( 0==sqlite3_stricmp(zCmd, "user_is_zero") ){ in invokeTclGeomCb()
|
| /sqlite-3.40.0/mptest/ |
| H A D | mptest.c | 850 if( sqlite3_stricmp(zArg, "on")==0 || sqlite3_stricmp(zArg,"yes")==0 ){ in booleanValue() 853 if( sqlite3_stricmp(zArg, "off")==0 || sqlite3_stricmp(zArg,"no")==0 ){ in booleanValue() 1372 if( sqlite3_stricmp(zJMode,"persist")==0 in main() 1373 || sqlite3_stricmp(zJMode,"truncate")==0 in main()
|
| /sqlite-3.40.0/test/ |
| H A D | fuzzcheck.c | 865 if( sqlite3_stricmp("busy_timeout",zArg1)==0 in block_troublesome_sql() 869 }else if( sqlite3_stricmp("hard_heap_limit", zArg1)==0 in block_troublesome_sql() 870 || sqlite3_stricmp("reverse_unordered_selects", zArg1)==0 in block_troublesome_sql() 878 || sqlite3_stricmp("parser_trace", zArg1)==0 in block_troublesome_sql() 879 || sqlite3_stricmp("temp_store_directory", zArg1)==0 in block_troublesome_sql() 883 }else if( sqlite3_stricmp("oom",zArg1)==0 in block_troublesome_sql() 950 int c = sqlite3_stricmp(azBadFuncs[mid], zArg2); in block_troublesome_sql() 1710 if( sqlite3_stricmp(aMult[i].zSuffix, zArg)==0 ){ in integerValue()
|
| H A D | ossfuzz.c | 96 || sqlite3_stricmp("parser_trace", zArg1)==0) in block_debug_pragmas()
|
| H A D | startup.c | 465 if( sqlite3_stricmp(aMult[i].zSuffix, zArg)==0 ){ in integerValue()
|
| /sqlite-3.40.0/ext/expert/ |
| H A D | sqlite3expert.c | 436 assert( sqlite3_stricmp(p->pTab->zName, argv[2])==0 ); in expertConnect() 859 if( sqlite3_stricmp(p->zColl, pCons->zColl) ){ in idxAppendColDefn() 918 if( sqlite3_stricmp(pIter->zColl, zColl) ) continue; in idxFindCompatible() 928 if( pT->iCol!=iCol || sqlite3_stricmp(pT->zColl, zColl) ){ in idxFindCompatible() 1268 if( sqlite3_stricmp(zDb, "main")==0 ){ in idxAuthCallback() 1272 if( 0==sqlite3_stricmp(z3, pTab->zName) ) break; in idxAuthCallback()
|