Home
last modified time | relevance | path

Searched refs:SQLITE_OS_UNIX (Results 1 – 25 of 256) sorted by relevance

1234567891011

/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dos_setup.h29 # undef SQLITE_OS_UNIX
30 # define SQLITE_OS_UNIX 0 macro
37 #if !defined(SQLITE_OS_UNIX) && !defined(SQLITE_OS_OTHER)
43 # define SQLITE_OS_UNIX 0 macro
46 # define SQLITE_OS_UNIX 1 macro
49 # define SQLITE_OS_UNIX 0 macro
H A Dtest_thread.c60 #if SQLITE_OS_UNIX && defined(SQLITE_ENABLE_UNLOCK_NOTIFY)
125 #if SQLITE_OS_UNIX && defined(SQLITE_ENABLE_UNLOCK_NOTIFY) in tclScriptThread()
400 #if SQLITE_OS_UNIX && defined(SQLITE_ENABLE_UNLOCK_NOTIFY)
622 #if SQLITE_OS_UNIX && defined(SQLITE_ENABLE_UNLOCK_NOTIFY) in SqlitetestThread_Init()
H A Dmutex.h44 # if SQLITE_OS_UNIX
H A Dtest_demovfs.c116 #if !defined(SQLITE_TEST) || SQLITE_OS_UNIX
656 #if SQLITE_OS_UNIX
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dos_setup.h29 # undef SQLITE_OS_UNIX
30 # define SQLITE_OS_UNIX 0 macro
37 #if !defined(SQLITE_OS_UNIX) && !defined(SQLITE_OS_OTHER)
43 # define SQLITE_OS_UNIX 0 macro
46 # define SQLITE_OS_UNIX 1 macro
49 # define SQLITE_OS_UNIX 0 macro
H A Dtest_thread.c60 #if SQLITE_OS_UNIX && defined(SQLITE_ENABLE_UNLOCK_NOTIFY)
125 #if SQLITE_OS_UNIX && defined(SQLITE_ENABLE_UNLOCK_NOTIFY) in tclScriptThread()
416 #if SQLITE_OS_UNIX && defined(SQLITE_ENABLE_UNLOCK_NOTIFY)
638 #if SQLITE_OS_UNIX && defined(SQLITE_ENABLE_UNLOCK_NOTIFY) in SqlitetestThread_Init()
H A Dmutex.h44 # if SQLITE_OS_UNIX
H A Dtest_demovfs.c116 #if !defined(SQLITE_TEST) || SQLITE_OS_UNIX
653 #if SQLITE_OS_UNIX
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dos_setup.h29 # undef SQLITE_OS_UNIX
30 # define SQLITE_OS_UNIX 0 macro
37 #if !defined(SQLITE_OS_UNIX) && !defined(SQLITE_OS_OTHER)
43 # define SQLITE_OS_UNIX 0 macro
46 # define SQLITE_OS_UNIX 1 macro
49 # define SQLITE_OS_UNIX 0 macro
H A Dtest_thread.c60 #if SQLITE_OS_UNIX && defined(SQLITE_ENABLE_UNLOCK_NOTIFY)
125 #if SQLITE_OS_UNIX && defined(SQLITE_ENABLE_UNLOCK_NOTIFY) in tclScriptThread()
416 #if SQLITE_OS_UNIX && defined(SQLITE_ENABLE_UNLOCK_NOTIFY)
638 #if SQLITE_OS_UNIX && defined(SQLITE_ENABLE_UNLOCK_NOTIFY) in SqlitetestThread_Init()
H A Dmutex.h44 # if SQLITE_OS_UNIX
H A Dtest_demovfs.c116 #if !defined(SQLITE_TEST) || SQLITE_OS_UNIX
656 #if SQLITE_OS_UNIX
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dos_setup.h29 # undef SQLITE_OS_UNIX
30 # define SQLITE_OS_UNIX 0 macro
37 #if !defined(SQLITE_OS_UNIX) && !defined(SQLITE_OS_OTHER)
43 # define SQLITE_OS_UNIX 0 macro
46 # define SQLITE_OS_UNIX 1 macro
49 # define SQLITE_OS_UNIX 0 macro
H A Dtest_thread.c60 #if SQLITE_OS_UNIX && defined(SQLITE_ENABLE_UNLOCK_NOTIFY)
125 #if SQLITE_OS_UNIX && defined(SQLITE_ENABLE_UNLOCK_NOTIFY) in tclScriptThread()
400 #if SQLITE_OS_UNIX && defined(SQLITE_ENABLE_UNLOCK_NOTIFY)
622 #if SQLITE_OS_UNIX && defined(SQLITE_ENABLE_UNLOCK_NOTIFY) in SqlitetestThread_Init()
H A Dmutex.h44 # if SQLITE_OS_UNIX
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dos.h32 # undef SQLITE_OS_UNIX
33 # define SQLITE_OS_UNIX 0 macro
42 #if !defined(SQLITE_OS_UNIX) && !defined(SQLITE_OS_OTHER)
47 # define SQLITE_OS_UNIX 0 macro
51 # define SQLITE_OS_UNIX 0 macro
55 # define SQLITE_OS_UNIX 1 macro
59 # define SQLITE_OS_UNIX 0 macro
H A Dtest_thread.c56 #if SQLITE_OS_UNIX && defined(SQLITE_ENABLE_UNLOCK_NOTIFY)
119 #if SQLITE_OS_UNIX && defined(SQLITE_ENABLE_UNLOCK_NOTIFY) in tclScriptThread()
409 #if SQLITE_OS_UNIX && defined(SQLITE_ENABLE_UNLOCK_NOTIFY)
631 #if SQLITE_OS_UNIX && defined(SQLITE_ENABLE_UNLOCK_NOTIFY) in SqlitetestThread_Init()
H A Dmutex.h46 # if SQLITE_OS_UNIX
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/
H A Dbuild_config.h.in21 #ifndef SQLITE_OS_UNIX
22 #define SQLITE_OS_UNIX @SQLITE_OS_UNIX@ macro
24 #if !SQLITE_OS_UNIX
25 #undef SQLITE_OS_UNIX
/dports/databases/db5/db-5.3.28/build_android/sql/
H A Dconfig.h128 #ifndef SQLITE_OS_UNIX
129 #define SQLITE_OS_UNIX 1 macro
131 #if !SQLITE_OS_UNIX
132 #undef SQLITE_OS_UNIX
/dports/databases/db5/db-5.3.28/lang/sql/adapter/sqlite-patches/
H A D04_build_config.patch24 +#ifndef SQLITE_OS_UNIX
25 +#define SQLITE_OS_UNIX @SQLITE_OS_UNIX@
27 +#if !SQLITE_OS_UNIX
28 +#undef SQLITE_OS_UNIX
/dports/databases/db18/db-18.1.40/dist/android/
H A Dsql_config.in127 #ifndef SQLITE_OS_UNIX
128 #define SQLITE_OS_UNIX 1
130 #if !SQLITE_OS_UNIX
131 #undef SQLITE_OS_UNIX
/dports/databases/db5/db-5.3.28/dist/android/
H A Dsql_config.in127 #ifndef SQLITE_OS_UNIX
128 #define SQLITE_OS_UNIX 1
130 #if !SQLITE_OS_UNIX
131 #undef SQLITE_OS_UNIX
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/Plugins/DbSqliteWx/
H A DDbSqliteWx.pro44 DEFINES += SQLITE_OS_UNIX=1
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/libsqlite3-sys-0.22.2/sqlite3/
H A Dwasm32-wasi-vfs.c116 #if !defined(SQLITE_TEST) || SQLITE_OS_UNIX
645 #if SQLITE_OS_UNIX

1234567891011