Home
last modified time | relevance | path

Searched refs:begin_lsn (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/txn/
H A Dtxn_auto.c277 opcode, xid, formatID, gtrid, bqual, begin_lsn) in __txn_xa_regop_log() argument
287 DB_LSN * begin_lsn;
309 + sizeof(*begin_lsn);
338 if (begin_lsn != NULL)
339 memcpy(bp, begin_lsn, sizeof(*begin_lsn));
341 memset(bp, 0, sizeof(*begin_lsn));
342 bp += sizeof(*begin_lsn);
400 (u_long)argp->begin_lsn.file, (u_long)argp->begin_lsn.offset);
442 memcpy(&argp->begin_lsn, bp, sizeof(argp->begin_lsn));
443 bp += sizeof(argp->begin_lsn);
H A Dtxn.c297 DB_LSN begin_lsn; local
312 log_put(mgr->dbenv->lg_info, &begin_lsn, NULL, DB_CURLSN)) != 0)
343 td->begin_lsn = begin_lsn;
481 &xid, td->format, td->gtrid, td->bqual, &td->begin_lsn)) != 0) {
812 if (!IS_ZERO_LSN(txnp->begin_lsn) &&
813 log_compare(&txnp->begin_lsn, &ckp_lsn) < 0)
814 ckp_lsn = txnp->begin_lsn;
966 stats->st_txnarray[ndx].lsn = txnp->begin_lsn;
H A Dtxn_rec.c283 td->begin_lsn = argp->begin_lsn;
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dtxn_auto.h37 DB_LSN begin_lsn; member
H A Dtxn.h36 DB_LSN begin_lsn; /* lsn of begin record */ member