Searched refs:trunc_lsn (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/BerkeleyDB-21/db/dbinc/
H A Ddb_dispatch.h62 DB_LSN trunc_lsn; /* Lsn to which we are going to truncate; member in struct:__db_txnhead
/macosx-10.10.1/BerkeleyDB-21/db/qam/
H A Dqam_rec.c56 DB_LSN trunc_lsn; local
104 trunc_lsn = ((DB_TXNHEAD *)info)->trunc_lsn;
106 if (!IS_ZERO_LSN(trunc_lsn) &&
107 LOG_COMPARE(&LSN(meta), &trunc_lsn) > 0) {
109 LSN(meta) = trunc_lsn;
182 DB_LSN trunc_lsn; local
236 trunc_lsn = ((DB_TXNHEAD *)info)->trunc_lsn;
237 if (!IS_ZERO_LSN(trunc_lsn)
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/txn/
H A Dtxn_rec.c91 (!IS_ZERO_LSN(headp->trunc_lsn) &&
92 LOG_COMPARE(&headp->trunc_lsn, lsnp) < 0)) {
94 * We failed either the timestamp check or the trunc_lsn check,
217 } else if (IS_ZERO_LSN(headp->trunc_lsn) ||
218 LOG_COMPARE(&headp->trunc_lsn, lsnp) >= 0) {
550 (!IS_ZERO_LSN(headp->trunc_lsn) &&
551 LOG_COMPARE(&headp->trunc_lsn, lsnp) < 0)) {
553 * We failed either the timestamp check or the trunc_lsn check,
/macosx-10.10.1/BerkeleyDB-21/db/db/
H A Ddb_dispatch.c395 __db_txnlist_init(env, ip, low_txn, hi_txn, trunc_lsn, retp)
399 DB_LSN *trunc_lsn;
448 if (trunc_lsn != NULL) {
449 headp->trunc_lsn = *trunc_lsn;
450 headp->maxlsn = *trunc_lsn;
452 ZERO_LSN(headp->trunc_lsn);

Completed in 106 milliseconds