Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/db/txn/
H A Dtxn.c376 txn_commit(txnp) in txn_commit() argument
377 DB_TXN *txnp; in txn_commit()
383 mgr = txnp->mgrp;
386 if ((ret = __txn_check_running(txnp, NULL)) != 0)
397 !IS_ZERO_LSN(txnp->last_lsn)) {
398 if (txnp->parent == NULL)
399 ret = __txn_regop_log(logp, txnp, &txnp->last_lsn,
403 ret = __txn_child_log(logp, txnp, &txnp->last_lsn, 0,
404 TXN_COMMIT, txnp->parent->txnid);
415 if (txnp->parent == NULL)
[all …]