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

/illumos-gate/usr/src/cmd/sendmail/db/txn/
H A Dtxn.c422 * txn_abort --
426 txn_abort(txnp) function
439 txn_abort(kids);
443 "txn_abort: Log undo failed %s", strerror(ret));
525 if ((t_ret = txn_abort(txnp)) != 0) {
627 is_commit ? "txn_commit" : "txn_abort",

Completed in 62 milliseconds