Searched refs:max_lsn (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/BerkeleyDB-21/db/env/
H A Denv_recover.c39 * Perform recovery. If max_lsn is non-NULL, then we are trying
41 * LSN of max_lsn, so we need to roll back sufficiently far for that
48 __db_apprec(env, ip, max_lsn, trunclsn, update, flags)
51 DB_LSN *max_lsn, *trunclsn;
112 if (max_lsn != NULL) {
113 if ((ret = __log_backup(env, logc, max_lsn, &lowlsn,
178 * is earlier than the max_lsn. __log_backup will figure
253 * timestamp or max_lsn.
304 if ((dbenv->tx_timestamp != 0 || max_lsn != NULL) &&
363 txnid, hi_txn, max_lsn,
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/txn/
H A Dtxn_region.c150 * max_lsn given or the beginning of the last log file. (The
156 __txn_findlastckp(env, lsnp, max_lsn)
159 DB_LSN *max_lsn;
174 if (max_lsn != NULL) {
175 lsn = *max_lsn;
/macosx-10.10.1/BerkeleyDB-21/db/rep/
H A Drep_record.c963 DB_LSN max_lsn, save_lsn; local
979 ZERO_LSN(max_lsn);
1038 * max_lsn are still 0.
1053 rp, rec, &max_ts, &max_lsn)) != 0)
1078 rp, rec, &max_ts, &max_lsn)) != 0)
1169 max_lsn = rp->lsn;
1179 max_lsn = lp->max_perm_lsn;
1212 *last_lsnp = max_lsn;
1214 ZERO_LSN(max_lsn);
1229 !IS_ZERO_LSN(max_lsn)) {
[all...]

Completed in 120 milliseconds