Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sendmail/db/db/
H A Ddb_apprec.c220 if ((ret = txn_checkpoint(dbenv->tx_info, 0, 0)) != 0)
/titanic_41/usr/src/cmd/sendmail/db/
H A Ddb.h899 int txn_checkpoint __P((const DB_TXNMGR *, u_int32_t, u_int32_t));
/titanic_41/usr/src/cmd/sendmail/db/txn/
H A Dtxn.c739 txn_checkpoint(mgr, kbytes, minutes) in txn_checkpoint() function