Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/db/txn/
H A Dtxn.c258 txn->flags = TXN_MALLOC;
359 if (F_ISSET(txn, TXN_MALLOC)) {
666 if (F_ISSET(txnp, TXN_MALLOC) && (txnp->parent == NULL || !is_commit)) {
1010 if (F_ISSET(txnp, TXN_MALLOC)) {
/illumos-gate/usr/src/cmd/sendmail/db/
H A Ddb_int.h372 #define TXN_MALLOC 0x01 /* Structure allocated by TXN system. */ macro