Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/db/txn/
H A Dtxn.c120 DB_TXNMGR **mgrpp;
122 DB_TXNMGR *tmgrp;
298 DB_TXNMGR *mgr;
380 DB_TXNMGR *mgr;
610 DB_TXNMGR *mgr;
690 DB_TXNMGR *mgr;
867 DB_TXNMGR *tp; in __txn_validate_region()
887 DB_TXNMGR *tp; in __txn_grow_region()
921 DB_TXNMGR *mgr; in txn_stat()
987 DB_TXNMGR *mgr;
[all …]
H A Dtxn_rec.c265 DB_TXNMGR *mgr;
/illumos-gate/usr/src/cmd/sendmail/db/
H A Ddb.h112 struct __db_txnmgr; typedef struct __db_txnmgr DB_TXNMGR; typedef
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)));
H A Ddb_int.h363 DB_TXNMGR *mgrp; /* Pointer to transaction manager. */
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dtxn_ext.h6 int __txn_is_ancestor __P((DB_TXNMGR *, size_t, size_t));
/illumos-gate/usr/src/cmd/sendmail/db/xa/
H A Dxa_map.c192 DB_TXNMGR *tm;