Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/db/txn/
H A Dtxn_rec.c90 if (argp->opcode != TXN_COMMIT)
235 if (argp->opcode != TXN_COMMIT)
H A Dtxn.c401 TXN_COMMIT);
404 TXN_COMMIT, txnp->parent->txnid);
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dtxn.h140 #define TXN_COMMIT 1 macro