Searched refs:DB_LOCK_EXPIRE (Results 1 - 20 of 20) 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 DLockDetectMode.java34 new LockDetectMode("EXPIRE", DbConstants.DB_LOCK_EXPIRE);
85 case DbConstants.DB_LOCK_EXPIRE:
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/db_deadlock/
H A Ddb_deadlock.c71 atype = DB_LOCK_EXPIRE;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db_deadlock/
H A Ddb_deadlock.c56 atype = DB_LOCK_EXPIRE;
/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.java68 int DB_LOCK_EXPIRE = 2; field in interface:DbConstants
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/lock/
H A Dlock_deadlock.c87 case DB_LOCK_EXPIRE:
155 atype = DB_LOCK_EXPIRE;
164 if (ret != 0 || atype == DB_LOCK_EXPIRE)
402 * DB_LOCK_EXPIRE, then we are only checking for timeouts (i.e., not
409 if (atype == DB_LOCK_EXPIRE) {
H A Dlock_method.c191 case DB_LOCK_EXPIRE:
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/env/
H A Denv_config.c378 flags = DB_LOCK_EXPIRE;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_lock.c82 policy = DB_LOCK_EXPIRE;
H A Dtcl_env.c2369 { DB_LOCK_EXPIRE, "expire" },
H A Dtcl_db_pkg.c775 detect = DB_LOCK_EXPIRE;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A Dmkconsts510 DB_LOCK_EXPIRE => DEFINE,
H A DBerkeleyDB.pm204 DB_LOCK_EXPIRE
H A Dconstants.h2191 DB_HASHVERSION DB_JOIN_NOSORT DB_LOCKVERSION DB_LOCK_EXPIRE DB_LOCK_NOWAIT
2513 if (memEQ(name, "DB_LOCK_EXPIRE", 14)) {
2515 #ifdef DB_LOCK_EXPIRE
2516 *iv_return = DB_LOCK_EXPIRE;
5508 DB_LOCK_EXPIRE DB_LOCK_FREE_LOCKER DB_LOCK_MAXLOCKS
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb.h246 #define DB_LOCK_EXPIRE 2 /* Only expire locks, no detection. */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb.h235 #define DB_LOCK_EXPIRE 2 /* Only expire locks, no detection. */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb.h256 #define DB_LOCK_EXPIRE 2 /* Only expire locks, no detection. */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb.h244 #define DB_LOCK_EXPIRE 2 /* Only expire locks, no detection. */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb.h283 #define DB_LOCK_EXPIRE 2 /* Only expire locks, no detection. */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb.h283 #define DB_LOCK_EXPIRE 2 /* Only expire locks, no detection. */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/php_db4/
H A Ddb4.cpp502 REGISTER_LONG_CONSTANT("DB_LOCK_EXPIRE", DB_LOCK_EXPIRE, CONST_CS | CONST_PERSISTENT);

Completed in 376 milliseconds