Searched refs:DB_VERB_RECOVERY (Results 1 - 24 of 24) 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.java37 new VerboseConfig("RECOVERY", DbConstants.DB_VERB_RECOVERY);
H A DEnvironmentConfig.java3491 case DbConstants.DB_VERB_RECOVERY:
3531 case DbConstants.DB_VERB_RECOVERY:
3953 dbenv.set_verbose(DbConstants.DB_VERB_RECOVERY, true);
3955 dbenv.set_verbose(DbConstants.DB_VERB_RECOVERY, false);
4138 verboseRecovery = dbenv.get_verbose(DbConstants.DB_VERB_RECOVERY);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/db_recover/
H A Ddb_recover.c126 (void)dbenv->set_verbose(dbenv, DB_VERB_RECOVERY, 1);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db_recover/
H A Ddb_recover.c111 (void)dbenv->set_verbose(dbenv, DB_VERB_RECOVERY, 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.java208 int DB_VERB_RECOVERY = 0x00000008; 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.c474 flags = DB_VERB_RECOVERY;
H A Denv_method.c1180 case DB_VERB_RECOVERY:
1215 case DB_VERB_RECOVERY:
H A Denv_recover.c384 if (FLD_ISSET(dbenv->verbose, DB_VERB_RECOVERY))
600 if (FLD_ISSET(dbenv->verbose, DB_VERB_RECOVERY)) {
H A Denv_stat.c240 { DB_VERB_RECOVERY, "DB_VERB_RECOVERY" },
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/rpc_server/c/
H A Ddb_server_util.c793 (void)dbenv->set_verbose(dbenv, DB_VERB_RECOVERY, 1);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/rpc_server/cxx/
H A Ddb_server_cxxutil.cpp719 (void)dbenv->set_verbose(DB_VERB_RECOVERY, 1);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A Dmkconsts384 DB_VERB_RECOVERY => DEFINE,
H A DBerkeleyDB.pm520 DB_VERB_RECOVERY
H A Dconstants.h3300 DB_VERB_DEADLOCK DB_VERB_RECOVERY DB_VERB_REGISTER DB_VERB_REP_MISC
3362 if (memEQ(name, "DB_VERB_RECOVERY", 16)) {
3364 #ifdef DB_VERB_RECOVERY
3365 *iv_return = DB_VERB_RECOVERY;
5589 DB_VERB_FILEOPS_ALL DB_VERB_RECOVERY DB_VERB_REGISTER
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_env.c1432 wh = DB_VERB_RECOVERY;
2469 { DB_VERB_RECOVERY, "recovery" },
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/log/
H A Dlog.c393 if (FLD_ISSET(dbenv->verbose, DB_VERB_RECOVERY))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/cnid_dbd/
H A Ddbif.c483 dbd->db_env->set_verbose(dbd->db_env, DB_VERB_RECOVERY, 1);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb.h2410 #define DB_VERB_RECOVERY 0x00000008 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb.h2393 #define DB_VERB_RECOVERY 0x00000008 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb.h2415 #define DB_VERB_RECOVERY 0x00000008 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb.h2402 #define DB_VERB_RECOVERY 0x00000008 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb.h2445 #define DB_VERB_RECOVERY 0x00000008 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb.h2445 #define DB_VERB_RECOVERY 0x00000008 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/php_db4/
H A Ddb4.cpp619 REGISTER_LONG_CONSTANT("DB_VERB_RECOVERY", DB_VERB_RECOVERY, CONST_CS | CONST_PERSISTENT);

Completed in 315 milliseconds