Home
last modified time | relevance | path

Searched refs:TEMP_MASTER_NAME (Results 1 – 25 of 98) sorted by relevance

1234

/dports/databases/sqlite2/sqlite-2.8.17/src/
H A DsqliteInt.h215 #define TEMP_MASTER_NAME "sqlite_temp_master" macro
220 #define SCHEMA_TABLE(x) (x?TEMP_MASTER_NAME:MASTER_NAME)
H A Dmain.c230 zMasterName = TEMP_MASTER_NAME; in sqliteInitOne()
/dports/databases/p5-DBD-SQLite2/DBD-SQLite2-0.38/
H A DsqliteInt.h215 #define TEMP_MASTER_NAME "sqlite_temp_master" macro
220 #define SCHEMA_TABLE(x) (x?TEMP_MASTER_NAME:MASTER_NAME)
H A Dmain.c230 zMasterName = TEMP_MASTER_NAME; in sqliteInitOne()
/dports/devel/qmake/qt-x11-free-3.3.8/src/3rdparty/sqlite/
H A DsqliteInt.h211 #define TEMP_MASTER_NAME "sqlite_temp_master" macro
216 #define SCHEMA_TABLE(x) (x?TEMP_MASTER_NAME:MASTER_NAME)
/dports/databases/db5/db-5.3.28/util/db_sql_codegen/sqlite/
H A DsqliteInt.h385 #define TEMP_MASTER_NAME "sqlite_temp_master" macro
395 #define SCHEMA_TABLE(x) ((!OMIT_TEMPDB)&&(x==1)?TEMP_MASTER_NAME:MASTER_NAME)
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A DsqliteInt.h528 #define TEMP_MASTER_NAME "sqlite_temp_master" macro
538 #define SCHEMA_TABLE(x) ((!OMIT_TEMPDB)&&(x==1)?TEMP_MASTER_NAME:MASTER_NAME)
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A DsqliteInt.h524 #define TEMP_MASTER_NAME "sqlite_temp_master" macro
534 #define SCHEMA_TABLE(x) ((!OMIT_TEMPDB)&&(x==1)?TEMP_MASTER_NAME:MASTER_NAME)
H A Dsqlite3.amalgamation.c1045 #define TEMP_MASTER_NAME "sqlite_temp_master" macro
1055 #define SCHEMA_TABLE(x) ((!OMIT_TEMPDB)&&(x==1)?TEMP_MASTER_NAME:MASTER_NAME)
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A DsqliteInt.h959 #define TEMP_MASTER_NAME "sqlite_temp_master" macro
969 #define SCHEMA_TABLE(x) ((!OMIT_TEMPDB)&&(x==1)?TEMP_MASTER_NAME:MASTER_NAME)
H A Dbuild.c324 zName = TEMP_MASTER_NAME; in sqlite3FindTable()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A DsqliteInt.h991 #define TEMP_MASTER_NAME "sqlite_temp_master" macro
1001 #define SCHEMA_TABLE(x) ((!OMIT_TEMPDB)&&(x==1)?TEMP_MASTER_NAME:MASTER_NAME)
H A Dbuild.c328 zName = TEMP_MASTER_NAME; in sqlite3FindTable()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/sqlite/vtksqlite/
H A Dvtk_sqlite3.c6704 #define TEMP_MASTER_NAME "sqlite_temp_master" macro
6714 #define SCHEMA_TABLE(x) ((!OMIT_TEMPDB)&&(x==1)?TEMP_MASTER_NAME:MASTER_NAME)
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/SQLite3Plugin/
H A Dsqlite3.c6465 #define TEMP_MASTER_NAME "sqlite_temp_master" macro
6475 #define SCHEMA_TABLE(x) ((!OMIT_TEMPDB)&&(x==1)?TEMP_MASTER_NAME:MASTER_NAME)
/dports/databases/db5/db-5.3.28/lang/sql/generated/
H A Dsqlite3.c7498 #define TEMP_MASTER_NAME "sqlite_temp_master" macro
7508 #define SCHEMA_TABLE(x) ((!OMIT_TEMPDB)&&(x==1)?TEMP_MASTER_NAME:MASTER_NAME)
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/sqlite3/
H A Dsqlite3.c8048 #define TEMP_MASTER_NAME "sqlite_temp_master" macro
8058 #define SCHEMA_TABLE(x) ((!OMIT_TEMPDB)&&(x==1)?TEMP_MASTER_NAME:MASTER_NAME)
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/sqlite/
H A Dsqlite3.c7768 #define TEMP_MASTER_NAME "sqlite_temp_master" macro
7778 #define SCHEMA_TABLE(x) ((!OMIT_TEMPDB)&&(x==1)?TEMP_MASTER_NAME:MASTER_NAME)
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/sqlite/
H A Dsqlite3.c7761 #define TEMP_MASTER_NAME "sqlite_temp_master" macro
7771 #define SCHEMA_TABLE(x) ((!OMIT_TEMPDB)&&(x==1)?TEMP_MASTER_NAME:MASTER_NAME)
/dports/irc/ircd-ratbox-devel/ircd-ratbox-3.0.7/bandb/sqlite3/
H A Dsqlite3.c7794 #define TEMP_MASTER_NAME "sqlite_temp_master" macro
7804 #define SCHEMA_TABLE(x) ((!OMIT_TEMPDB)&&(x==1)?TEMP_MASTER_NAME:MASTER_NAME)
/dports/lang/php73/php-7.3.33/ext/sqlite3/libsqlite/
H A Dsqlite3.c14106 #define TEMP_MASTER_NAME "sqlite_temp_master" macro
14116 #define SCHEMA_TABLE(x) ((!OMIT_TEMPDB)&&(x==1)?TEMP_MASTER_NAME:MASTER_NAME)
107169 zName = TEMP_MASTER_NAME;
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/sqlite-3.20.1/
H A Dsqlite3.c13000 #define TEMP_MASTER_NAME "sqlite_temp_master" macro
13010 #define SCHEMA_TABLE(x) ((!OMIT_TEMPDB)&&(x==1)?TEMP_MASTER_NAME:MASTER_NAME)
100780 zName = TEMP_MASTER_NAME;
/dports/www/firefox-esr/firefox-91.8.0/security/nss/lib/sqlite/
H A Dsqlite3.c14151 #define TEMP_MASTER_NAME "sqlite_temp_master" macro
14161 #define SCHEMA_TABLE(x) ((!OMIT_TEMPDB)&&(x==1)?TEMP_MASTER_NAME:MASTER_NAME)
107613 zName = TEMP_MASTER_NAME;
/dports/databases/php73-sqlite3/php-7.3.33/ext/sqlite3/libsqlite/
H A Dsqlite3.c14106 #define TEMP_MASTER_NAME "sqlite_temp_master" macro
14116 #define SCHEMA_TABLE(x) ((!OMIT_TEMPDB)&&(x==1)?TEMP_MASTER_NAME:MASTER_NAME)
107169 zName = TEMP_MASTER_NAME;
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/cloudflare/cfssl/cfssl-2001f384ec4f/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c13926 #define TEMP_MASTER_NAME "sqlite_temp_master" macro
13936 #define SCHEMA_TABLE(x) ((!OMIT_TEMPDB)&&(x==1)?TEMP_MASTER_NAME:MASTER_NAME)
105906 zName = TEMP_MASTER_NAME;

1234