Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/db/txn/
H A Dtxn.c71 static int __txn_end __P((DB_TXN *, int));
418 return (__txn_end(txnp, 1));
446 return (__txn_end(txnp, 0));
526 __txn_end(txnp, 0);
605 __txn_end(txnp, is_commit) in __txn_end() function