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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/dbinc/
H A Ddb_dispatch.h62 DB_LSN trunc_lsn; /* Lsn to which we are going to truncate; member in struct:__db_txnhead
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/dbinc/
H A Ddb_dispatch.h62 DB_LSN trunc_lsn; /* Lsn to which we are going to truncate; member in struct:__db_txnhead
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/dbinc/
H A Ddb_dispatch.h62 DB_LSN trunc_lsn; /* Lsn to which we are going to truncate; member in struct:__db_txnhead
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/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) {
546 (!IS_ZERO_LSN(headp->trunc_lsn) &&
547 LOG_COMPARE(&headp->trunc_lsn, lsnp) < 0)) {
549 * We failed either the timestamp check or the trunc_lsn check,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/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) {
546 (!IS_ZERO_LSN(headp->trunc_lsn) &&
547 LOG_COMPARE(&headp->trunc_lsn, lsnp) < 0)) {
549 * We failed either the timestamp check or the trunc_lsn check,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/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) {
546 (!IS_ZERO_LSN(headp->trunc_lsn) &&
547 LOG_COMPARE(&headp->trunc_lsn, lsnp) < 0)) {
549 * We failed either the timestamp check or the trunc_lsn check,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/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 215 milliseconds