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

/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DLockRequestMode.java42 new LockRequestMode("IWR", DbConstants.DB_LOCK_IWR);
/macosx-10.9.5/BerkeleyDB-21/db/dbinc/
H A Dlock.h40 (m) == DB_LOCK_IWRITE || (m) == DB_LOCK_IWR)
H A Ddb.in280 DB_LOCK_IWR=6, /* Intent to read and write. */
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/db/internal/
H A DDbConstants.java72 int DB_LOCK_IWR = 6; field in interface:DbConstants
/macosx-10.9.5/BerkeleyDB-21/db/tcl/
H A Dtcl_lock.c676 *mode = DB_LOCK_IWR;
/macosx-10.9.5/BerkeleyDB-21/db/perl/BerkeleyDB/
H A Dmkconsts146 DB_LOCK_IWR => IGNORE, # 2.0.3
/macosx-10.9.5/BerkeleyDB-21/db/lock/
H A Dlock_stat.c635 case DB_LOCK_IWR:
/macosx-10.9.5/BerkeleyDB-21/db/db/
H A Ddb_pr.c890 case DB_LOCK_IWR:
/macosx-10.9.5/BerkeleyDB-21/db/build_brew/
H A Ddb.h270 DB_LOCK_IWR=6, /* Intent to read and write. */ enumerator in enum:__anon145
/macosx-10.9.5/BerkeleyDB-21/db/build_s60/
H A Ddb.h259 DB_LOCK_IWR=6, /* Intent to read and write. */ enumerator in enum:__anon170
/macosx-10.9.5/BerkeleyDB-21/db/build_vxworks/
H A Ddb.h268 DB_LOCK_IWR=6, /* Intent to read and write. */ enumerator in enum:__anon194
/macosx-10.9.5/BerkeleyDB-21/db/build_wince/
H A Ddb.h307 DB_LOCK_IWR=6, /* Intent to read and write. */ enumerator in enum:__anon225
/macosx-10.9.5/BerkeleyDB-21/db/build_windows/
H A Ddb.h307 DB_LOCK_IWR=6, /* Intent to read and write. */ enumerator in enum:__anon249

Completed in 210 milliseconds