Searched refs:DBC_RECOVER (Results 1 - 19 of 19) sorted by relevance

/macosx-10.9.5/BerkeleyDB-21/db/dbinc/
H A Ddb_am.h92 F_SET(dbc, DBC_RECOVER); \
H A Ddb_int.in891 * The DBC_RECOVER flag is set when we're in abort, as well as during recovery;
897 * because DBC_RECOVER should be set anytime IS_RECOVERING would be true.
909 !F_ISSET((dbc), DBC_RECOVER) && !IS_REP_CLIENT((dbc)->env))
H A Ddb.in1706 * DBC_DONTLOCK and DBC_RECOVER are used during recovery and transaction
1707 * abort. If a transaction is being aborted or recovered then DBC_RECOVER
1722 #define DBC_RECOVER 0x0200 /* Recovery cursor; don't log/lock. */
/macosx-10.9.5/BerkeleyDB-21/db/common/
H A Ddb_err.c899 !F_ISSET(dbc, DBC_RECOVER) && !IS_REP_CLIENT(env);
904 if (db_rep == NULL || F_ISSET(dbc, DBC_RECOVER))
/macosx-10.9.5/BerkeleyDB-21/db/db/
H A Ddb_meta.c979 F_ISSET(dbc, DBC_DONTLOCK) || (F_ISSET(dbc, DBC_RECOVER) &&
1003 has_timeout = F_ISSET(dbc, DBC_RECOVER) ||
1055 F_ISSET(dbc, DBC_RECOVER) ? 0 : txn->lock_timeout;
H A Ddb_stati.c414 { DBC_RECOVER, "DBC_RECOVER" },
H A Ddb_am.c250 F_SET(dbc, DBC_RECOVER);
/macosx-10.9.5/BerkeleyDB-21/db/build_brew/
H A Ddb_int.h893 * The DBC_RECOVER flag is set when we're in abort, as well as during recovery;
899 * because DBC_RECOVER should be set anytime IS_RECOVERING would be true.
911 !F_ISSET((dbc), DBC_RECOVER) && !IS_REP_CLIENT((dbc)->env))
H A Ddb.h1696 * DBC_DONTLOCK and DBC_RECOVER are used during recovery and transaction
1697 * abort. If a transaction is being aborted or recovered then DBC_RECOVER
1712 #define DBC_RECOVER 0x0200 /* Recovery cursor; don't log/lock. */ macro
/macosx-10.9.5/BerkeleyDB-21/db/build_s60/
H A Ddb_int.h892 * The DBC_RECOVER flag is set when we're in abort, as well as during recovery;
898 * because DBC_RECOVER should be set anytime IS_RECOVERING would be true.
910 !F_ISSET((dbc), DBC_RECOVER) && !IS_REP_CLIENT((dbc)->env))
H A Ddb.h1685 * DBC_DONTLOCK and DBC_RECOVER are used during recovery and transaction
1686 * abort. If a transaction is being aborted or recovered then DBC_RECOVER
1701 #define DBC_RECOVER 0x0200 /* Recovery cursor; don't log/lock. */ macro
/macosx-10.9.5/BerkeleyDB-21/db/build_vxworks/
H A Ddb_int.h895 * The DBC_RECOVER flag is set when we're in abort, as well as during recovery;
901 * because DBC_RECOVER should be set anytime IS_RECOVERING would be true.
913 !F_ISSET((dbc), DBC_RECOVER) && !IS_REP_CLIENT((dbc)->env))
H A Ddb.h1694 * DBC_DONTLOCK and DBC_RECOVER are used during recovery and transaction
1695 * abort. If a transaction is being aborted or recovered then DBC_RECOVER
1710 #define DBC_RECOVER 0x0200 /* Recovery cursor; don't log/lock. */ macro
/macosx-10.9.5/BerkeleyDB-21/db/build_wince/
H A Ddb_int.h892 * The DBC_RECOVER flag is set when we're in abort, as well as during recovery;
898 * because DBC_RECOVER should be set anytime IS_RECOVERING would be true.
910 !F_ISSET((dbc), DBC_RECOVER) && !IS_REP_CLIENT((dbc)->env))
H A Ddb.h1733 * DBC_DONTLOCK and DBC_RECOVER are used during recovery and transaction
1734 * abort. If a transaction is being aborted or recovered then DBC_RECOVER
1749 #define DBC_RECOVER 0x0200 /* Recovery cursor; don't log/lock. */ macro
/macosx-10.9.5/BerkeleyDB-21/db/build_windows/
H A Ddb_int.h892 * The DBC_RECOVER flag is set when we're in abort, as well as during recovery;
898 * because DBC_RECOVER should be set anytime IS_RECOVERING would be true.
910 !F_ISSET((dbc), DBC_RECOVER) && !IS_REP_CLIENT((dbc)->env))
H A Ddb.h1733 * DBC_DONTLOCK and DBC_RECOVER are used during recovery and transaction
1734 * abort. If a transaction is being aborted or recovered then DBC_RECOVER
1749 #define DBC_RECOVER 0x0200 /* Recovery cursor; don't log/lock. */ macro
/macosx-10.9.5/BerkeleyDB-21/db/perl/BerkeleyDB/
H A Dmkconsts289 DBC_RECOVER => IGNORE,
/macosx-10.9.5/BerkeleyDB-21/db/qam/
H A Dqam.c200 } else if (!F_ISSET((dbc), DBC_RECOVER))

Completed in 312 milliseconds