Searched refs:DBLOG_RECOVER (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/log/
H A Dlog_stat.c236 { DBLOG_RECOVER, "DBLOG_RECOVER" },
244 { DBLOG_RECOVER, "DBLOG_RECOVER"},
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dlog.h134 #define DBLOG_RECOVER 0x40 /* We are in recovery. */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/env/
H A Denv_recover.c99 F_SET(env->lg_handle, DBLOG_RECOVER);
627 F_CLR(env->lg_handle, DBLOG_RECOVER);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb_int.h420 (LOGGING_ON(env) && F_ISSET((env)->lg_handle, DBLOG_RECOVER))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb_int.h419 (LOGGING_ON(env) && F_ISSET((env)->lg_handle, DBLOG_RECOVER))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb_int.h418 (LOGGING_ON(env) && F_ISSET((env)->lg_handle, DBLOG_RECOVER))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb_int.h422 (LOGGING_ON(env) && F_ISSET((env)->lg_handle, DBLOG_RECOVER))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb_int.h419 (LOGGING_ON(env) && F_ISSET((env)->lg_handle, DBLOG_RECOVER))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb_int.h419 (LOGGING_ON(env) && F_ISSET((env)->lg_handle, DBLOG_RECOVER))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbreg/
H A Ddbreg_util.c368 if (!tryopen || F_ISSET(dblp, DBLOG_RECOVER)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/txn/
H A Dtxn.c1688 * Set the DBLOG_RECOVER flag while closing these files so they
1692 F_SET(env->lg_handle, DBLOG_RECOVER);
1694 F_CLR(env->lg_handle, DBLOG_RECOVER);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/rep/
H A Drep_method.c1068 F_SET(env->lg_handle, DBLOG_RECOVER);
1140 F_CLR(env->lg_handle, DBLOG_RECOVER);

Completed in 181 milliseconds