Searched refs:IS_RECOVERING (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/txn/
H A Dtxn_chkpt.c253 if (!IS_RECOVERING(env))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb_int.h417 * IS_RECOVERING: The system is running recovery.
419 #define IS_RECOVERING(env) \ macro
885 (LOGGING_ON(env) && !IS_REP_CLIENT(env) && (!IS_RECOVERING(env)))
898 * in the log headers, which IS_RECOVERING (and thus DBENV_LOGGING) rely on, and
899 * because DBC_RECOVER should be set anytime IS_RECOVERING would be true.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb_int.h416 * IS_RECOVERING: The system is running recovery.
418 #define IS_RECOVERING(env) \ macro
884 (LOGGING_ON(env) && !IS_REP_CLIENT(env) && (!IS_RECOVERING(env)))
897 * in the log headers, which IS_RECOVERING (and thus DBENV_LOGGING) rely on, and
898 * because DBC_RECOVER should be set anytime IS_RECOVERING would be true.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb_int.h415 * IS_RECOVERING: The system is running recovery.
417 #define IS_RECOVERING(env) \ macro
883 (LOGGING_ON(env) && !IS_REP_CLIENT(env) && (!IS_RECOVERING(env)))
896 * in the log headers, which IS_RECOVERING (and thus DBENV_LOGGING) rely on, and
897 * because DBC_RECOVER should be set anytime IS_RECOVERING would be true.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb_int.h419 * IS_RECOVERING: The system is running recovery.
421 #define IS_RECOVERING(env) \ macro
887 (LOGGING_ON(env) && !IS_REP_CLIENT(env) && (!IS_RECOVERING(env)))
900 * in the log headers, which IS_RECOVERING (and thus DBENV_LOGGING) rely on, and
901 * because DBC_RECOVER should be set anytime IS_RECOVERING would be true.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb_int.h416 * IS_RECOVERING: The system is running recovery.
418 #define IS_RECOVERING(env) \ macro
884 (LOGGING_ON(env) && !IS_REP_CLIENT(env) && (!IS_RECOVERING(env)))
897 * in the log headers, which IS_RECOVERING (and thus DBENV_LOGGING) rely on, and
898 * because DBC_RECOVER should be set anytime IS_RECOVERING would be true.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb_int.h416 * IS_RECOVERING: The system is running recovery.
418 #define IS_RECOVERING(env) \ macro
884 (LOGGING_ON(env) && !IS_REP_CLIENT(env) && (!IS_RECOVERING(env)))
897 * in the log headers, which IS_RECOVERING (and thus DBENV_LOGGING) rely on, and
898 * because DBC_RECOVER should be set anytime IS_RECOVERING would be true.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_open.c521 if (F_ISSET(dbp, DB_AM_SUBDB) && ((IS_RECOVERING(env) &&
H A Ddb_iface.c1138 if (dname == NULL && !IS_RECOVERING(env) && !LF_ISSET(DB_RDONLY) &&
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/lock/
H A Dlock.c132 if (IS_RECOVERING(env)) {
450 if (IS_RECOVERING(env)) {
1072 if (IS_RECOVERING(env))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_open.c321 IS_RECOVERING(dbp->env) || F_ISSET(dbp, DB_AM_RECOVER));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/common/
H A Ddb_err.c718 if (IS_RECOVERING(env) || F_ISSET(dbp, DB_AM_RECOVER))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash_open.c116 } else if (!IS_RECOVERING(env) && !F_ISSET(dbp, DB_AM_RECOVER)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbreg/
H A Ddbreg.c466 push = (!F_ISSET(dbp, DB_AM_RECOVER) || IS_RECOVERING(env)) &&
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/fileops/
H A Dfop_util.c120 if (IS_RECOVERING(env))

Completed in 139 milliseconds