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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DLockMode.java57 new LockMode("RMW", DbConstants.DB_RMW);
H A DDatabase.java52 DbConstants.DB_INIT_LOCK) != 0) ? DbConstants.DB_RMW : 0;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_join.c317 if (LF_ISSET(DB_READ_COMMITTED | DB_READ_UNCOMMITTED | DB_RMW)) {
320 LF_CLR(DB_READ_COMMITTED | DB_READ_UNCOMMITTED | DB_RMW);
394 opmods = LF_ISSET(DB_READ_COMMITTED | DB_READ_UNCOMMITTED | DB_RMW);
892 * in __db_join_get, DB_RMW and DB_READ_UNCOMMITTED. The former is an
896 rmw = LF_ISSET(DB_RMW);
905 LF_CLR(DB_READ_COMMITTED | DB_READ_UNCOMMITTED | DB_RMW);
H A Ddb_iface.c557 DB_READ_COMMITTED | DB_READ_UNCOMMITTED | DB_RMW)) != 0)
681 mode == DB_WRITELOCK || LF_ISSET(DB_RMW) ? 0 : 1)) != 0)
757 if (LF_ISSET(~(DB_RMW | DB_MULTIPLE)) == 0)
784 * Check for read-modify-write validity. DB_RMW doesn't make sense
788 * If this changes, confirm that DB does not itself set the DB_RMW
792 if (LF_ISSET(DB_READ_COMMITTED | DB_READ_UNCOMMITTED | DB_RMW)) {
800 LF_CLR(DB_READ_COMMITTED | DB_READ_UNCOMMITTED | DB_RMW);
1438 if (flags == 0 || flags == DB_RMW)
1477 LF_CLR(DB_READ_COMMITTED | DB_READ_UNCOMMITTED | DB_RMW);
2134 * Check for read-modify-write validity. DB_RMW does
[all...]
H A Ddb_am.c467 f_init |= DB_RMW;
468 f_next |= DB_RMW;
632 (STD_LOCKING(sdbc) ? DB_RMW : 0) |
896 DB_SET | (STD_LOCKING(dbc) ? DB_RMW : 0))) != 0) {
926 DB_SET | (STD_LOCKING(dbc) ? DB_RMW : 0));
H A Ddb_cam.c554 tmp_rmw = LF_ISSET(DB_RMW);
555 LF_CLR(DB_RMW);
599 * off-page dup tree. If the DB_RMW flag was specified and the get
1052 * We'll want to use DB_RMW in a few places, but it's only legal
1055 rmw = STD_LOCKING(dbc_arg) ? DB_RMW : 0;
1062 * We use DB_RMW for all of these gets because we'll be
1598 rmw = STD_LOCKING(dbc_arg) ? DB_RMW : 0;
1886 tmp_rmw = LF_ISSET(DB_RMW);
1887 LF_CLR(DB_RMW);
2151 rmw = LF_ISSET(DB_RMW);
[all...]
H A Ddb.c188 * with DB_RMW.
202 DB_SET | ((STD_LOCKING(dbc) && modify) ? DB_RMW : 0));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/transapp/
H A Dinc.cs97 switch (ret = dbp-__GT__get(dbp, tid, &key, &data, DB_RMW)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/internal/
H A DDbConstants.java172 int DB_RMW = 0x00000800; field in interface:DbConstants
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_dbcursor.c488 (DB_RMW | DB_MULTIPLE | DB_MULTIPLE_KEY | DB_IGNORE_LEASE | \
538 flag |= DB_RMW;
H A Dtcl_db.c1209 rmw |= DB_RMW;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A Dmkconsts297 DB_RMW => DEFINE,
H A DBerkeleyDB.pm412 DB_RMW
H A Dconstants.h27 DB_DUP DB_PAD DB_RMW DB_SET */
53 if (memEQ(name, "DB_RMW", 6)) {
55 #ifdef DB_RMW
56 *iv_return = DB_RMW;
5560 DB_REP_UNAVAIL DB_REVSPLITOFF DB_RMW DB_RPCCLIENT
H A DBerkeleyDB.xs3386 flags |= DB_RMW;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/rep/
H A Drep_record.c1759 if ((ret = __dbc_get(dbc, cntrl, rec, DB_RMW | DB_FIRST)) == 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb.h2362 #define DB_RMW 0x00000800 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb.h2345 #define DB_RMW 0x00000800 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb.h2367 #define DB_RMW 0x00000800 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb.h2354 #define DB_RMW 0x00000800 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb.h2397 #define DB_RMW 0x00000800 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb.h2397 #define DB_RMW 0x00000800 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/php_db4/
H A Ddb4.cpp595 REGISTER_LONG_CONSTANT("DB_RMW", DB_RMW, CONST_CS | CONST_PERSISTENT);

Completed in 318 milliseconds