Searched refs:DB_LOCK_IWRITE (Results 1 - 16 of 16) 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 DLockRequestMode.java32 new LockRequestMode("IWRITE", DbConstants.DB_LOCK_IWRITE);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dlock.h40 (m) == DB_LOCK_IWRITE || (m) == DB_LOCK_IWR)
/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.java73 int DB_LOCK_IWRITE = 4; 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_lock.c673 *mode = DB_LOCK_IWRITE;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A Dmkconsts145 DB_LOCK_IWRITE => IGNORE, # 2.0.3
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/lock/
H A Dlock_stat.c638 case DB_LOCK_IWRITE:
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_cam.c50 env, &(dbc)->mylock, DB_LOCK_IWRITE, 0);
444 DB_LOCK_IWRITE : DB_LOCK_READ, &dbc_n->mylock)) != 0)
H A Ddb_pr.c886 case DB_LOCK_IWRITE:
H A Ddb_iface.c368 ((op == DB_WRITECURSOR || txn != NULL) ? DB_LOCK_IWRITE :
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_cursor.c562 (void)__lock_downgrade(env, &dbc->mylock, DB_LOCK_IWRITE, 0);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb.h260 * conflicts arrays, i.e., DB_LOCK_IWRITE must be == 3, and DB_LOCK_IREAD
268 DB_LOCK_IWRITE=4, /* Intent exclusive/write. */ enumerator in enum:__anon1874
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb.h249 * conflicts arrays, i.e., DB_LOCK_IWRITE must be == 3, and DB_LOCK_IREAD
257 DB_LOCK_IWRITE=4, /* Intent exclusive/write. */ enumerator in enum:__anon1899
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb.h270 * conflicts arrays, i.e., DB_LOCK_IWRITE must be == 3, and DB_LOCK_IREAD
278 DB_LOCK_IWRITE=4, /* Intent exclusive/write. */ enumerator in enum:__anon1923
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb.h258 * conflicts arrays, i.e., DB_LOCK_IWRITE must be == 3, and DB_LOCK_IREAD
266 DB_LOCK_IWRITE=4, /* Intent exclusive/write. */ enumerator in enum:__anon1956
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb.h297 * conflicts arrays, i.e., DB_LOCK_IWRITE must be == 3, and DB_LOCK_IREAD
305 DB_LOCK_IWRITE=4, /* Intent exclusive/write. */ enumerator in enum:__anon1987
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb.h297 * conflicts arrays, i.e., DB_LOCK_IWRITE must be == 3, and DB_LOCK_IREAD
305 DB_LOCK_IWRITE=4, /* Intent exclusive/write. */ enumerator in enum:__anon2011

Completed in 341 milliseconds