Searched refs:begin_lsn (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/cmd/sendmail/db/txn/ |
H A D | txn_auto.c | 277 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 D | txn.c | 297 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 D | txn_rec.c | 283 td->begin_lsn = argp->begin_lsn;
|
/titanic_44/usr/src/cmd/sendmail/db/include/ |
H A D | txn_auto.h | 37 DB_LSN begin_lsn; member
|
H A D | txn.h | 36 DB_LSN begin_lsn; /* lsn of begin record */ member
|