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.c377 DB_TXN *txnp; in txn_commit()
399 ret = __txn_regop_log(logp, txnp, &txnp->last_lsn,
427 DB_TXN *txnp; in txn_abort()
455 DB_TXN *txnp; in txn_prepare()
497 txn_id(txnp) in txn_id() argument
589 if (txnp != NULL && txnp->mgrp != NULL && txnp->mgrp->region != NULL) {
663 TAILQ_REMOVE(&txnp->parent->kids, txnp, klinks);
671 __os_free(txnp, sizeof(*txnp));
803 for (txnp =
806 txnp = SH_TAILQ_NEXT(txnp, links, __txn_detail)) {
[all …]