Searched refs:DB_FCNTL_LOCKING (Results 1 - 13 of 13) sorted by relevance

/macosx-10.9.5/postfix-252/postfix/src/util/
H A Ddict_db.c98 #ifndef DB_FCNTL_LOCKING
99 #define DB_FCNTL_LOCKING 0 macro
661 db_flags = DB_FCNTL_LOCKING;
681 db_flags = DB_FCNTL_LOCKING;
/macosx-10.9.5/BerkeleyDB-21/db/fileops/
H A Dfop_util.c75 if (LF_ISSET(DB_FCNTL_LOCKING)) \
173 * particular, DB_TRUNCATE and DB_FCNTL_LOCKING. First, we disallow
186 * reason we support the DB_FCNTL_LOCKING flag is for historic compatibility
351 LF_ISSET(DB_FCNTL_LOCKING) && txn == NULL ? 1 : 0,
402 DB_ASSERT(env, !LF_ISSET(DB_FCNTL_LOCKING));
454 LF_ISSET(DB_FCNTL_LOCKING) && txn == NULL ? 1 : 0,
779 if (LF_ISSET(DB_FCNTL_LOCKING)) {
963 DB_ASSERT(env, LF_ISSET(DB_FCNTL_LOCKING) || fhp == NULL);
1003 if (!F_ISSET(dbp, DB_AM_INMEM) && !LF_ISSET(DB_FCNTL_LOCKING)) {
1031 if (fhp != NULL && !LF_ISSET(DB_FCNTL_LOCKING))
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/dbinc_auto/
H A Dapi_flags.in24 #define DB_FCNTL_LOCKING 0x00001000
/macosx-10.9.5/BerkeleyDB-21/db/perl/BerkeleyDB/
H A Dmkconsts324 DB_FCNTL_LOCKING => DEFINE,
H A DBerkeleyDB.pm154 DB_FCNTL_LOCKING
H A Dconstants.h3291 DB_ENV_RPCCLIENT DB_FCNTL_LOCKING DB_FOREIGN_ABORT DB_FREELIST_ONLY
3590 if (memEQ(name, "DB_FCNTL_LOCKING", 16)) {
3592 #ifdef DB_FCNTL_LOCKING
3593 *iv_return = DB_FCNTL_LOCKING;
5497 DB_FCNTL_LOCKING DB_FILEOPEN DB_FILE_ID_LEN DB_FIRST DB_FIXEDLEN
/macosx-10.9.5/BerkeleyDB-21/db/db/
H A Ddb_iface.c1208 (DB_AUTO_COMMIT | DB_CREATE | DB_EXCL | DB_FCNTL_LOCKING | \
/macosx-10.9.5/BerkeleyDB-21/db/build_brew/
H A Ddb.h1278 * discard their locks. The DB_FCNTL_LOCKING flag to DB->open is an
2272 #define DB_FCNTL_LOCKING 0x00001000 macro
/macosx-10.9.5/BerkeleyDB-21/db/build_s60/
H A Ddb.h1267 * discard their locks. The DB_FCNTL_LOCKING flag to DB->open is an
2255 #define DB_FCNTL_LOCKING 0x00001000 macro
/macosx-10.9.5/BerkeleyDB-21/db/build_vxworks/
H A Ddb.h1276 * discard their locks. The DB_FCNTL_LOCKING flag to DB->open is an
2264 #define DB_FCNTL_LOCKING 0x00001000 macro
/macosx-10.9.5/BerkeleyDB-21/db/build_wince/
H A Ddb.h1315 * discard their locks. The DB_FCNTL_LOCKING flag to DB->open is an
2307 #define DB_FCNTL_LOCKING 0x00001000 macro
/macosx-10.9.5/BerkeleyDB-21/db/build_windows/
H A Ddb.h1315 * discard their locks. The DB_FCNTL_LOCKING flag to DB->open is an
2307 #define DB_FCNTL_LOCKING 0x00001000 macro
/macosx-10.9.5/BerkeleyDB-21/db/php_db4/
H A Ddb4.cpp458 REGISTER_LONG_CONSTANT("DB_FCNTL_LOCKING", DB_FCNTL_LOCKING, CONST_CS | CONST_PERSISTENT);

Completed in 325 milliseconds