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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/txn/
H A Dtxn_region.c151 * max_lsn given or the beginning of the last log file. (The
157 __txn_findlastckp(env, lsnp, max_lsn)
160 DB_LSN *max_lsn;
175 if (max_lsn != NULL) {
176 lsn = *max_lsn;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/txn/
H A Dtxn_region.c151 * max_lsn given or the beginning of the last log file. (The
157 __txn_findlastckp(env, lsnp, max_lsn)
160 DB_LSN *max_lsn;
175 if (max_lsn != NULL) {
176 lsn = *max_lsn;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/txn/
H A Dtxn_region.c151 * max_lsn given or the beginning of the last log file. (The
157 __txn_findlastckp(env, lsnp, max_lsn)
160 DB_LSN *max_lsn;
175 if (max_lsn != NULL) {
176 lsn = *max_lsn;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/rep/
H A Drep_record.c1051 DB_LSN max_lsn, save_lsn; local
1067 ZERO_LSN(max_lsn);
1127 * max_lsn are still 0.
1144 rp, rec, &max_ts, &max_lsn)) != 0)
1177 rp, rec, &max_ts, &max_lsn)) != 0)
1276 max_lsn = rp->lsn;
1287 max_lsn = lp->max_perm_lsn;
1320 *last_lsnp = max_lsn;
1322 ZERO_LSN(max_lsn);
1339 !IS_ZERO_LSN(max_lsn)) {
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/rep/
H A Drep_record.c1051 DB_LSN max_lsn, save_lsn; local
1067 ZERO_LSN(max_lsn);
1127 * max_lsn are still 0.
1144 rp, rec, &max_ts, &max_lsn)) != 0)
1177 rp, rec, &max_ts, &max_lsn)) != 0)
1276 max_lsn = rp->lsn;
1287 max_lsn = lp->max_perm_lsn;
1320 *last_lsnp = max_lsn;
1322 ZERO_LSN(max_lsn);
1339 !IS_ZERO_LSN(max_lsn)) {
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/rep/
H A Drep_record.c1051 DB_LSN max_lsn, save_lsn; local
1067 ZERO_LSN(max_lsn);
1127 * max_lsn are still 0.
1144 rp, rec, &max_ts, &max_lsn)) != 0)
1177 rp, rec, &max_ts, &max_lsn)) != 0)
1276 max_lsn = rp->lsn;
1287 max_lsn = lp->max_perm_lsn;
1320 *last_lsnp = max_lsn;
1322 ZERO_LSN(max_lsn);
1339 !IS_ZERO_LSN(max_lsn)) {
[all...]

Completed in 180 milliseconds