Searched refs:DB_EXCL (Results 1 - 23 of 23) sorted by relevance

/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DSequenceConfig.java307 openFlags |= exclusiveCreate ? DbConstants.DB_EXCL : 0;
357 exclusiveCreate = (openFlags & DbConstants.DB_EXCL) != 0;
H A DDatabaseConfig.java1977 openFlags |= exclusiveCreate ? DbConstants.DB_EXCL : 0;
2089 exclusiveCreate = (openFlags & DbConstants.DB_EXCL) != 0;
/macosx-10.9.5/BerkeleyDB-21/db/dbinc/
H A Ddb_server_int.h65 #define DB_SERVER_DBNOSHARE (DB_EXCL | DB_TRUNCATE)
/macosx-10.9.5/bind9-45.100/bind9/contrib/sdb/bdb/
H A Dzone2bdb.c55 REQUIRE(db->open(db, file, NULL, DB_HASH, DB_CREATE | DB_EXCL, 0) == 0);
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/db/internal/
H A DDbConstants.java34 int DB_EXCL = 0x00000400; field in interface:DbConstants
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dndbm_wrap.c166 myflags |= DB_EXCL;
/macosx-10.9.5/BerkeleyDB-21/db/dbinc_auto/
H A Dapi_flags.in21 #define DB_EXCL 0x00000400
/macosx-10.9.5/BerkeleyDB-21/db/fileops/
H A Dfop_util.c315 * 1. DB_EXCL was specified so this is an error, unless
336 if (LF_ISSET(DB_EXCL)) {
337 /* Case 1a: DB_EXCL and DB_TRUNCATE. */
356 if (LF_ISSET(DB_EXCL)) {
358 * Case 1b: DB_EXCL and
496 * Now, case 1: check for DB_EXCL, because the file that exists
502 if (LF_ISSET(DB_EXCL)) {
/macosx-10.9.5/Heimdal-323.92.1/lib/hdb/
H A Ddb3.c279 myflags |= DB_EXCL;
/macosx-10.9.5/BerkeleyDB-21/db/db/
H A Ddb.c109 * DB_EXCL to the subdb, not the actual file. We only got here
112 LF_CLR(DB_EXCL);
315 if (LF_ISSET(DB_CREATE) && LF_ISSET(DB_EXCL)) {
H A Ddb_iface.c1208 (DB_AUTO_COMMIT | DB_CREATE | DB_EXCL | DB_FCNTL_LOCKING | \
1213 if (LF_ISSET(DB_EXCL) && !LF_ISSET(DB_CREATE))
/macosx-10.9.5/BerkeleyDB-21/db/sequence/
H A Dsequence.c158 #define SEQ_OPEN_FLAGS (DB_CREATE | DB_EXCL | DB_THREAD)
281 } else if (LF_ISSET(DB_CREATE) && LF_ISSET(DB_EXCL)) {
/macosx-10.9.5/BerkeleyDB-21/db/perl/BerkeleyDB/
H A Dmkconsts49 DB_EXCL => DEFINE,
H A DBerkeleyDB.pm151 DB_EXCL
H A Dconstants.h82 DB_EXCL DB_HASH DB_LAST DB_NEXT DB_PREV */
86 if (memEQ(name, "DB_EXCL", 7)) {
88 #ifdef DB_EXCL
89 *iv_return = DB_EXCL;
5496 DB_EVENT_WRITE_FAILED DB_EXCL DB_EXTENT DB_FAST_STAT
/macosx-10.9.5/BerkeleyDB-21/db/build_brew/
H A Ddb.h2269 #define DB_EXCL 0x00000400 macro
/macosx-10.9.5/BerkeleyDB-21/db/build_s60/
H A Ddb.h2252 #define DB_EXCL 0x00000400 macro
/macosx-10.9.5/BerkeleyDB-21/db/build_vxworks/
H A Ddb.h2261 #define DB_EXCL 0x00000400 macro
/macosx-10.9.5/BerkeleyDB-21/db/build_wince/
H A Ddb.h2304 #define DB_EXCL 0x00000400 macro
/macosx-10.9.5/BerkeleyDB-21/db/build_windows/
H A Ddb.h2304 #define DB_EXCL 0x00000400 macro
/macosx-10.9.5/BerkeleyDB-21/db/php_db4/
H A Ddb4.cpp457 REGISTER_LONG_CONSTANT("DB_EXCL", DB_EXCL, CONST_CS | CONST_PERSISTENT);
/macosx-10.9.5/BerkeleyDB-21/db/tcl/
H A Dtcl_db.c2631 { DB_EXCL, "-excl" },
H A Dtcl_db_pkg.c1904 open_flags |= DB_EXCL;

Completed in 429 milliseconds