Searched defs:txnp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/txn/
H A Dtxn.c376 txn_commit(txnp)
377 DB_TXN *txnp;
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
511 DB_TXN *txnp; local
745 TXN_DETAIL *txnp; local
926 TXN_DETAIL *txnp; local
[all...]

Completed in 44 milliseconds