Searched refs:DB_VERB_WAITSFOR (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 DVerboseConfig.java91 new VerboseConfig("WAITSFOR", DbConstants.DB_VERB_WAITSFOR);
H A DEnvironmentConfig.java3500 case DbConstants.DB_VERB_WAITSFOR:
3537 case DbConstants.DB_VERB_WAITSFOR:
3968 dbenv.set_verbose(DbConstants.DB_VERB_WAITSFOR, true);
3970 dbenv.set_verbose(DbConstants.DB_VERB_WAITSFOR, false);
4141 verboseWaitsFor = dbenv.get_verbose(DbConstants.DB_VERB_WAITSFOR);
/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.c171 (void)dbenv->set_verbose(dbenv, DB_VERB_WAITSFOR, 1);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db_deadlock/
H A Ddb_deadlock.c156 (void)dbenv->set_verbose(dbenv, DB_VERB_WAITSFOR, 1);
/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.java218 int DB_VERB_WAITSFOR = 0x00002000; field in interface:DbConstants
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/env/
H A Denv_config.c494 flags = DB_VERB_WAITSFOR;
H A Denv_method.c1190 case DB_VERB_WAITSFOR:
1225 case DB_VERB_WAITSFOR:
H A Denv_stat.c250 { DB_VERB_WAITSFOR, "DB_VERB_WAITSFOR" },
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A Dmkconsts385 DB_VERB_WAITSFOR => DEFINE,
H A DBerkeleyDB.pm530 DB_VERB_WAITSFOR
H A Dconstants.h3301 DB_VERB_REP_MSGS DB_VERB_REP_SYNC DB_VERB_WAITSFOR DB_VERSION_MAJOR
3442 if (memEQ(name, "DB_VERB_WAITSFOR", 16)) {
3444 #ifdef DB_VERB_WAITSFOR
3445 *iv_return = DB_VERB_WAITSFOR;
5592 DB_VERB_REP_MSGS DB_VERB_REP_SYNC DB_VERB_WAITSFOR DB_VERIFY
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/lock/
H A Dlock_deadlock.c172 if (FLD_ISSET(env->dbenv->verbose, DB_VERB_WAITSFOR))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_env.c1462 wh = DB_VERB_WAITSFOR;
2479 { DB_VERB_WAITSFOR, "wait" },
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb.h2420 #define DB_VERB_WAITSFOR 0x00002000 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb.h2403 #define DB_VERB_WAITSFOR 0x00002000 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb.h2425 #define DB_VERB_WAITSFOR 0x00002000 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb.h2412 #define DB_VERB_WAITSFOR 0x00002000 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb.h2455 #define DB_VERB_WAITSFOR 0x00002000 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb.h2455 #define DB_VERB_WAITSFOR 0x00002000 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/php_db4/
H A Ddb4.cpp621 REGISTER_LONG_CONSTANT("DB_VERB_WAITSFOR", DB_VERB_WAITSFOR, CONST_CS | CONST_PERSISTENT);

Completed in 339 milliseconds