Searched defs:DB_TXNMGR (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/cmd/sendmail/db/ |
H A D | db.h | 112 struct __db_txnmgr; typedef struct __db_txnmgr DB_TXNMGR; typedef in typeref:struct:__db_txnmgr 251 DB_TXNMGR *tx_info; /* Return from txn_open(). */ 898 int txn_begin __P((DB_TXNMGR *, DB_TXN *, DB_TXN **)); 899 int txn_checkpoint __P((const DB_TXNMGR *, u_int32_t, u_int32_t)); 901 int txn_close __P((DB_TXNMGR *)); 903 int txn_open __P((const char *, u_int32_t, int, DB_ENV *, DB_TXNMGR **)); 905 int txn_stat __P((DB_TXNMGR *, DB_TXN_STAT **, void *(*)(size_t)));
|
Completed in 23 milliseconds