Searched refs:DB_LOCKDOWN (Results 1 - 16 of 16) sorted by relevance

/macosx-10.9.5/BerkeleyDB-21/db/dbinc/
H A Ddb_server_int.h24 * DB_LOCKDOWN
32 DB_LOCKDOWN | DB_PRIVATE | DB_RECOVER | DB_RECOVER_FATAL | \
/macosx-10.9.5/BerkeleyDB-21/db/env/
H A Denv_open.c63 DB_INIT_MPOOL | DB_INIT_REP | DB_INIT_TXN | DB_LOCKDOWN | \
68 (DB_CREATE | DB_INIT_CDB | DB_INIT_MPOOL | DB_LOCKDOWN | \
245 if (LF_ISSET(DB_LOCKDOWN))
H A Denv_stat.c382 { DB_LOCKDOWN, "DB_LOCKDOWN" },
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/db/internal/
H A DDbConstants.java65 int DB_LOCKDOWN = 0x00000800; field in interface:DbConstants
/macosx-10.9.5/BerkeleyDB-21/db/dbinc_auto/
H A Dapi_flags.in42 #define DB_LOCKDOWN 0x00000800
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DEnvironmentConfig.java3773 openFlags |= lockDown ? DbConstants.DB_LOCKDOWN : 0;
4095 lockDown = ((openFlags & DbConstants.DB_LOCKDOWN) != 0);
/macosx-10.9.5/BerkeleyDB-21/db/perl/BerkeleyDB/
H A Dmkconsts351 DB_LOCKDOWN => DEFINE,
H A DBerkeleyDB.pm196 DB_LOCKDOWN
H A Dconstants.h694 DB_KEYEMPTY DB_KEYEXIST DB_KEYFIRST DB_LOCKDOWN DB_LOCK_GET DB_LOCK_PUT
996 if (memEQ(name, "DB_LOCKDOWN", 11)) {
998 #ifdef DB_LOCKDOWN
999 *iv_return = DB_LOCKDOWN;
5506 DB_KEYLAST DB_LAST DB_LOCKDOWN DB_LOCKMAGIC DB_LOCKVERSION
/macosx-10.9.5/BerkeleyDB-21/db/build_brew/
H A Ddb.h2290 #define DB_LOCKDOWN 0x00000800 macro
/macosx-10.9.5/BerkeleyDB-21/db/build_s60/
H A Ddb.h2273 #define DB_LOCKDOWN 0x00000800 macro
/macosx-10.9.5/BerkeleyDB-21/db/build_vxworks/
H A Ddb.h2282 #define DB_LOCKDOWN 0x00000800 macro
/macosx-10.9.5/BerkeleyDB-21/db/build_wince/
H A Ddb.h2325 #define DB_LOCKDOWN 0x00000800 macro
/macosx-10.9.5/BerkeleyDB-21/db/build_windows/
H A Ddb.h2325 #define DB_LOCKDOWN 0x00000800 macro
/macosx-10.9.5/BerkeleyDB-21/db/php_db4/
H A Ddb4.cpp453 REGISTER_LONG_CONSTANT("DB_LOCKDOWN", DB_LOCKDOWN, CONST_CS | CONST_PERSISTENT);
/macosx-10.9.5/BerkeleyDB-21/db/tcl/
H A Dtcl_env.c2260 { DB_LOCKDOWN, "-lockdown" },

Completed in 400 milliseconds