Home
last modified time | relevance | path

Searched refs:SQLITE_AutoIndex (Results 1 – 25 of 181) sorted by relevance

12345678

/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dpragma.h168 /* iArg: */ SQLITE_AutoIndex },
H A Dmain.c3222 | SQLITE_AutoIndex in openDatabase()
H A DsqliteInt.h1672 #define SQLITE_AutoIndex 0x00008000 /* Enable automatic indexes */ macro
H A Dwhere.c2994 && (pWInfo->pParse->db->flags & SQLITE_AutoIndex)!=0 in whereLoopAddBtree()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dpragma.h162 /* iArg: */ SQLITE_AutoIndex },
H A DsqliteInt.h1471 #define SQLITE_AutoIndex 0x00008000 /* Enable automatic indexes */ macro
H A Dmain.c2880 | SQLITE_AutoIndex in openDatabase()
H A Dwhere.c2816 && (pWInfo->pParse->db->flags & SQLITE_AutoIndex)!=0 in whereLoopAddBtree()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dpragma.h168 /* iArg: */ SQLITE_AutoIndex },
H A Dmain.c3218 | SQLITE_AutoIndex in openDatabase()
H A DsqliteInt.h1633 #define SQLITE_AutoIndex 0x00008000 /* Enable automatic indexes */ macro
H A Dwhere.c2974 && (pWInfo->pParse->db->flags & SQLITE_AutoIndex)!=0 in whereLoopAddBtree()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dpragma.h163 /* iArg: */ SQLITE_AutoIndex },
H A DsqliteInt.h1594 #define SQLITE_AutoIndex 0x00008000 /* Enable automatic indexes */ macro
H A Dmain.c3159 | SQLITE_AutoIndex in openDatabase()
H A Dwhere.c2930 && (pWInfo->pParse->db->flags & SQLITE_AutoIndex)!=0 in whereLoopAddBtree()
/dports/databases/sqlite3/sqlite-src-3350500/tool/
H A Dmkpragmatab.tcl70 ARG: SQLITE_AutoIndex
/dports/databases/sqlcipher/sqlcipher-3.4.2/tool/
H A Dmkpragmatab.tcl75 ARG: SQLITE_AutoIndex
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/tool/
H A Dmkpragmatab.tcl70 ARG: SQLITE_AutoIndex
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/tool/
H A Dmkpragmatab.tcl70 ARG: SQLITE_AutoIndex
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dpragma.c178 { "automatic_index", SQLITE_AutoIndex }, in flagPragma()
H A Dmain.c1889 db->flags |= SQLITE_ShortColNames | SQLITE_AutoIndex | SQLITE_EnableTrigger in openDatabase()
H A DsqliteInt.h942 #define SQLITE_AutoIndex 0x08000000 /* Enable automatic indexes */ macro
H A Dwhere.c1749 if( (pParse->db->flags & SQLITE_AutoIndex)==0 ){ in bestAutomaticIndex()
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A DsqliteInt.h940 #define SQLITE_AutoIndex 0x08000000 /* Enable automatic indexes */

12345678