Home
last modified time | relevance | path

Searched refs:bFullMutex (Results 1 – 25 of 167) sorted by relevance

1234567

/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dmain.c299 sqlite3GlobalConfig.bFullMutex = 0; in sqlite3_config()
306 sqlite3GlobalConfig.bFullMutex = 0; in sqlite3_config()
312 sqlite3GlobalConfig.bFullMutex = 1; in sqlite3_config()
1836 isThreadsafe = sqlite3GlobalConfig.bFullMutex; in openDatabase()
2040 assert( db->mutex!=0 || isThreadsafe==0 || sqlite3GlobalConfig.bFullMutex==0 ); in openDatabase()
H A DsqliteInt.h2423 int bFullMutex; /* True to enable full mutexing */ member
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dmain.c377 sqlite3GlobalConfig.bFullMutex = 0; /* Disable mutex on connections */ in sqlite3_config()
386 sqlite3GlobalConfig.bFullMutex = 0; /* Disable mutex on connections */ in sqlite3_config()
395 sqlite3GlobalConfig.bFullMutex = 1; /* Enable mutex on connections */ in sqlite3_config()
2822 isThreadsafe = sqlite3GlobalConfig.bFullMutex; in openDatabase()
3095 || sqlite3GlobalConfig.bFullMutex==0 ); in openDatabase()
H A DsqliteInt.h3255 int bFullMutex; /* True to enable full mutexing */ member
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dmain.c451 sqlite3GlobalConfig.bFullMutex = 0; /* Disable mutex on connections */ in sqlite3_config()
460 sqlite3GlobalConfig.bFullMutex = 0; /* Disable mutex on connections */ in sqlite3_config()
469 sqlite3GlobalConfig.bFullMutex = 1; /* Enable mutex on connections */ in sqlite3_config()
3123 isThreadsafe = sqlite3GlobalConfig.bFullMutex; in openDatabase()
3394 || sqlite3GlobalConfig.bFullMutex==0 ); in openDatabase()
H A DsqliteInt.h3752 u8 bFullMutex; /* True to enable full mutexing */ member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dmain.c384 sqlite3GlobalConfig.bFullMutex = 0; /* Disable mutex on connections */ in sqlite3_config()
393 sqlite3GlobalConfig.bFullMutex = 0; /* Disable mutex on connections */ in sqlite3_config()
402 sqlite3GlobalConfig.bFullMutex = 1; /* Enable mutex on connections */ in sqlite3_config()
3060 isThreadsafe = sqlite3GlobalConfig.bFullMutex; in openDatabase()
3390 || sqlite3GlobalConfig.bFullMutex==0 ); in openDatabase()
H A DsqliteInt.h3582 u8 bFullMutex; /* True to enable full mutexing */ member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dmain.c451 sqlite3GlobalConfig.bFullMutex = 0; /* Disable mutex on connections */ in sqlite3_config()
460 sqlite3GlobalConfig.bFullMutex = 0; /* Disable mutex on connections */ in sqlite3_config()
469 sqlite3GlobalConfig.bFullMutex = 1; /* Enable mutex on connections */ in sqlite3_config()
3119 isThreadsafe = sqlite3GlobalConfig.bFullMutex; in openDatabase()
3390 || sqlite3GlobalConfig.bFullMutex==0 ); in openDatabase()
H A DsqliteInt.h3656 u8 bFullMutex; /* True to enable full mutexing */ member
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A DsqliteInt.h2424 int bFullMutex; /* True to enable full mutexing */
H A Dsqlite3.amalgamation.c4290 int bFullMutex; /* True to enable full mutexing */ member
92053 sqlite3GlobalConfig.bFullMutex = 0;
92060 sqlite3GlobalConfig.bFullMutex = 0;
92066 sqlite3GlobalConfig.bFullMutex = 1;
93561 isThreadsafe = sqlite3GlobalConfig.bFullMutex;
93758 assert( db->mutex!=0 || isThreadsafe==0 || sqlite3GlobalConfig.bFullMutex==0 );
/dports/math/vtk6/VTK-6.2.0/ThirdParty/sqlite/vtksqlite/
H A Dvtk_sqlite3.c9873 int bFullMutex; /* True to enable full mutexing */ member
95515 vtk_sqlite3GlobalConfig.bFullMutex = 0;
95522 vtk_sqlite3GlobalConfig.bFullMutex = 0;
95528 vtk_sqlite3GlobalConfig.bFullMutex = 1;
96788 isThreadsafe = vtk_sqlite3GlobalConfig.bFullMutex;
96979 assert( db->mutex!=0 || isThreadsafe==0 || vtk_sqlite3GlobalConfig.bFullMutex==0 );
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/SQLite3Plugin/
H A Dsqlite3.c9464 int bFullMutex; /* True to enable full mutexing */ member
89062 sqlite3GlobalConfig.bFullMutex = 0;
89069 sqlite3GlobalConfig.bFullMutex = 0;
89075 sqlite3GlobalConfig.bFullMutex = 1;
90322 isThreadsafe = sqlite3GlobalConfig.bFullMutex;
90501 assert( db->mutex!=0 || isThreadsafe==0 || sqlite3GlobalConfig.bFullMutex==0 );
/dports/databases/db5/db-5.3.28/lang/sql/generated/
H A Dsqlite3.c10524 int bFullMutex; /* True to enable full mutexing */ member
98641 sqlite3GlobalConfig.bFullMutex = 0;
98648 sqlite3GlobalConfig.bFullMutex = 0;
98654 sqlite3GlobalConfig.bFullMutex = 1;
100178 isThreadsafe = sqlite3GlobalConfig.bFullMutex;
100382 assert( db->mutex!=0 || isThreadsafe==0 || sqlite3GlobalConfig.bFullMutex==0 );
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/sqlite3/
H A Dsqlite3.c11338 int bFullMutex; /* True to enable full mutexing */ member
112747 sqlite3GlobalConfig.bFullMutex = 0;
112754 sqlite3GlobalConfig.bFullMutex = 0;
112760 sqlite3GlobalConfig.bFullMutex = 1;
114560 isThreadsafe = sqlite3GlobalConfig.bFullMutex;
114758 assert( db->mutex!=0 || isThreadsafe==0 || sqlite3GlobalConfig.bFullMutex==0 );
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/sqlite/
H A Dsqlite3.c11037 int bFullMutex; /* True to enable full mutexing */ member
108251 sqlite3GlobalConfig.bFullMutex = 0;
108258 sqlite3GlobalConfig.bFullMutex = 0;
108264 sqlite3GlobalConfig.bFullMutex = 1;
110025 isThreadsafe = sqlite3GlobalConfig.bFullMutex;
110225 assert( db->mutex!=0 || isThreadsafe==0 || sqlite3GlobalConfig.bFullMutex==0 );
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/sqlite/
H A Dsqlite3.c11030 int bFullMutex; /* True to enable full mutexing */ member
108215 sqlite3GlobalConfig.bFullMutex = 0;
108222 sqlite3GlobalConfig.bFullMutex = 0;
108228 sqlite3GlobalConfig.bFullMutex = 1;
109989 isThreadsafe = sqlite3GlobalConfig.bFullMutex;
110189 assert( db->mutex!=0 || isThreadsafe==0 || sqlite3GlobalConfig.bFullMutex==0 );
/dports/irc/ircd-ratbox-devel/ircd-ratbox-3.0.7/bandb/sqlite3/
H A Dsqlite3.c11078 int bFullMutex; /* True to enable full mutexing */ member
110448 sqlite3GlobalConfig.bFullMutex = 0;
110455 sqlite3GlobalConfig.bFullMutex = 0;
110461 sqlite3GlobalConfig.bFullMutex = 1;
112222 isThreadsafe = sqlite3GlobalConfig.bFullMutex;
112422 assert( db->mutex!=0 || isThreadsafe==0 || sqlite3GlobalConfig.bFullMutex==0 );
/dports/games/craft/Craft-1.0fbsd/deps/sqlite/
H A Dsqlite3.c12034 int bFullMutex; /* True to enable full mutexing */ member
120374 sqlite3GlobalConfig.bFullMutex = 0;
120381 sqlite3GlobalConfig.bFullMutex = 0;
120387 sqlite3GlobalConfig.bFullMutex = 1;
122481 isThreadsafe = sqlite3GlobalConfig.bFullMutex;
122683 assert( db->mutex!=0 || isThreadsafe==0 || sqlite3GlobalConfig.bFullMutex==0 );
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/vendor/github.com/mattn/go-sqlite3/code/
H A Dsqlite3-binding.c12148 int bFullMutex; /* True to enable full mutexing */ member
121417 sqlite3GlobalConfig.bFullMutex = 0;
121424 sqlite3GlobalConfig.bFullMutex = 0;
121430 sqlite3GlobalConfig.bFullMutex = 1;
123525 isThreadsafe = sqlite3GlobalConfig.bFullMutex;
123727 assert( db->mutex!=0 || isThreadsafe==0 || sqlite3GlobalConfig.bFullMutex==0 );
/dports/deskutils/coolreader/coolreader-cr3.2.55/thirdparty_unman/sqlite/
H A Dsqlite3.c11704 int bFullMutex; /* True to enable full mutexing */ member
115120 sqlite3GlobalConfig.bFullMutex = 0;
115127 sqlite3GlobalConfig.bFullMutex = 0;
115133 sqlite3GlobalConfig.bFullMutex = 1;
117181 isThreadsafe = sqlite3GlobalConfig.bFullMutex;
117380 assert( db->mutex!=0 || isThreadsafe==0 || sqlite3GlobalConfig.bFullMutex==0 );
/dports/databases/R-cran-RSQLite/RSQLite/src/sqlite/
H A Dsqlite3.c12183 int bFullMutex; /* True to enable full mutexing */ member
122500 sqlite3GlobalConfig.bFullMutex = 0;
122507 sqlite3GlobalConfig.bFullMutex = 0;
122513 sqlite3GlobalConfig.bFullMutex = 1;
124609 isThreadsafe = sqlite3GlobalConfig.bFullMutex;
124811 assert( db->mutex!=0 || isThreadsafe==0 || sqlite3GlobalConfig.bFullMutex==0 );
/dports/chinese/libchewing/libchewing-0.5.1/thirdparty/sqlite-amalgamation/
H A Dsqlite3.c11675 int bFullMutex; /* True to enable full mutexing */ member
115938 sqlite3GlobalConfig.bFullMutex = 0;
115945 sqlite3GlobalConfig.bFullMutex = 0;
115951 sqlite3GlobalConfig.bFullMutex = 1;
118003 isThreadsafe = sqlite3GlobalConfig.bFullMutex;
118205 assert( db->mutex!=0 || isThreadsafe==0 || sqlite3GlobalConfig.bFullMutex==0 );
/dports/games/freeminer/freeminer-0.4.10.4/src/sqlite/
H A Dsqlite3.c12148 int bFullMutex; /* True to enable full mutexing */ member
121417 sqlite3GlobalConfig.bFullMutex = 0;
121424 sqlite3GlobalConfig.bFullMutex = 0;
121430 sqlite3GlobalConfig.bFullMutex = 1;
123525 isThreadsafe = sqlite3GlobalConfig.bFullMutex;
123727 assert( db->mutex!=0 || isThreadsafe==0 || sqlite3GlobalConfig.bFullMutex==0 );

1234567