Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/db/txn/
H A Dtxn.c605 __txn_end(txnp, is_commit) in __txn_end() argument
607 int is_commit;
620 is_commit == 0 ? DB_LOCK_PUT_ALL : DB_LOCK_INHERIT;
625 if (ret != 0 && (ret != DB_LOCK_DEADLOCK || is_commit)) {
627 is_commit ? "txn_commit" : "txn_abort",
642 if (txnp->parent == NULL || !is_commit) {
648 tp->status = is_commit ? TXN_COMMITTED : TXN_ABORTED;
650 if (is_commit)
662 if (txnp->parent != NULL && !is_commit)
666 if (F_ISSET(txnp, TXN_MALLOC) && (txnp->parent == NULL || !is_commit)) {