Home
last modified time | relevance | path

Searched refs:SQLITE_TEMP_STORE (Results 1 – 25 of 217) sorted by relevance

123456789

/dports/databases/db5/db-5.3.28/lang/sql/sqlite/
H A Dbuild_config.h.in42 #ifndef SQLITE_TEMP_STORE
43 #define SQLITE_TEMP_STORE @TEMP_STORE@ macro
45 #if !SQLITE_TEMP_STORE
46 #undef SQLITE_TEMP_STORE
/dports/databases/db5/db-5.3.28/lang/sql/adapter/sqlite-patches/
H A D04_build_config.patch45 +#ifndef SQLITE_TEMP_STORE
46 +#define SQLITE_TEMP_STORE @TEMP_STORE@
48 +#if !SQLITE_TEMP_STORE
49 +#undef SQLITE_TEMP_STORE
/dports/databases/db5/db-5.3.28/build_android/sql/
H A Dconfig.h156 #ifndef SQLITE_TEMP_STORE
157 #define SQLITE_TEMP_STORE 1 macro
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dctime.c347 #ifdef SQLITE_TEMP_STORE
348 "TEMP_STORE=" CTIMEOPT_VAL(SQLITE_TEMP_STORE),
H A Dtest_pcache.c84 #if defined(SQLITE_TEMP_STORE) && SQLITE_TEMP_STORE>=2
/dports/databases/sqlitebrowser/sqlitebrowser-3.12.1/src/
H A Dsqlite.h5 #define SQLITE_TEMP_STORE 2 macro
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dctime.c699 #ifdef SQLITE_TEMP_STORE
700 "TEMP_STORE=" CTIMEOPT_VAL(SQLITE_TEMP_STORE),
H A Dtest_pcache.c84 #if defined(SQLITE_TEMP_STORE) && SQLITE_TEMP_STORE>=2
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dctime.c712 #ifdef SQLITE_TEMP_STORE
713 "TEMP_STORE=" CTIMEOPT_VAL(SQLITE_TEMP_STORE),
H A Dtest_pcache.c84 #if defined(SQLITE_TEMP_STORE) && SQLITE_TEMP_STORE>=2
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/3rdparty/sqlite/
H A Dconfig.h64 #define SQLITE_TEMP_STORE 3 macro
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dctime.c715 #ifdef SQLITE_TEMP_STORE
716 "TEMP_STORE=" CTIMEOPT_VAL(SQLITE_TEMP_STORE),
H A Dtest_pcache.c84 #if defined(SQLITE_TEMP_STORE) && SQLITE_TEMP_STORE>=2
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dctime.c715 #ifdef SQLITE_TEMP_STORE
716 "TEMP_STORE=" CTIMEOPT_VAL(SQLITE_TEMP_STORE),
H A Dtest_pcache.c84 #if defined(SQLITE_TEMP_STORE) && SQLITE_TEMP_STORE>=2
/dports/www/firefox/firefox-99.0/third_party/sqlite3/src/
H A Dmoz.build84 DEFINES['SQLITE_TEMP_STORE'] = 3
87 DEFINES['SQLITE_TEMP_STORE'] = 2
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/sqlite3/src/
H A Dmoz.build84 DEFINES['SQLITE_TEMP_STORE'] = 3
87 DEFINES['SQLITE_TEMP_STORE'] = 2
/dports/www/firefox-esr/firefox-91.8.0/third_party/sqlite3/src/
H A Dmoz.build84 DEFINES['SQLITE_TEMP_STORE'] = 3
87 DEFINES['SQLITE_TEMP_STORE'] = 2
/dports/www/firefox-legacy/firefox-52.8.0esr/db/sqlite3/src/
H A Dmoz.build91 DEFINES['SQLITE_TEMP_STORE'] = 3
94 DEFINES['SQLITE_TEMP_STORE'] = 2
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/sqlite3/src/
H A Dmoz.build85 DEFINES['SQLITE_TEMP_STORE'] = 3
88 DEFINES['SQLITE_TEMP_STORE'] = 2
/dports/databases/db18/db-18.1.40/dist/android/
H A Dsql_config.in155 #ifndef SQLITE_TEMP_STORE
156 #define SQLITE_TEMP_STORE 1
/dports/databases/db5/db-5.3.28/dist/android/
H A Dsql_config.in155 #ifndef SQLITE_TEMP_STORE
156 #define SQLITE_TEMP_STORE 1
/dports/lang/spidermonkey60/firefox-60.9.0/db/sqlite3/src/
H A Dmoz.build91 DEFINES['SQLITE_TEMP_STORE'] = 3
94 DEFINES['SQLITE_TEMP_STORE'] = 2
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/Plugins/DbSqliteWx/
H A DDbSqliteWx.pro53 DEFINES += SQLITE_HAS_CODEC SQLITE_ALLOW_XTHREAD_CONNECT=1 SQLITE_THREADSAFE=1 SQLITE_TEMP_STORE=2 …
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/Plugins/DbSqliteCipher/
H A DDbSqliteCipher.pro55 …PENSSL BUILD_sqlite NDEBUG SQLITE_ALLOW_XTHREAD_CONNECT=1 SQLITE_THREADSAFE=1 SQLITE_TEMP_STORE=2 \

123456789