Searched refs:DB_TXNMGR (Results  1 – 6 of 6) sorted by relevance
| /onnv-gate/usr/src/cmd/sendmail/db/txn/ | 
| H A D | txn.c | 73 static int  __txn_grow_region __P((DB_TXNMGR *));76 static int  __txn_validate_region __P((DB_TXNMGR *));
 120 	DB_TXNMGR **mgrpp;
 122 	DB_TXNMGR *tmgrp;
 140 	if ((ret = __os_calloc(1, sizeof(DB_TXNMGR), &tmgrp)) != 0)
 244 	DB_TXNMGR *tmgrp;  in txn_begin()
 298 	DB_TXNMGR *mgr;
 380 	DB_TXNMGR *mgr;
 509 	DB_TXNMGR *tmgrp;  in txn_close()
 610 	DB_TXNMGR *mgr;
 [all …]
 
 | 
| H A D | txn_rec.c | 265 	DB_TXNMGR *mgr;
 | 
| /onnv-gate/usr/src/cmd/sendmail/db/ | 
| H A D | db.h | 112 struct __db_txnmgr;	typedef struct __db_txnmgr DB_TXNMGR;  typedef251 	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 D | db_int.h | 363 	DB_TXNMGR	*mgrp;		/* Pointer to transaction manager. */
 | 
| /onnv-gate/usr/src/cmd/sendmail/db/include/ | 
| H A D | txn_ext.h | 6 int __txn_is_ancestor __P((DB_TXNMGR *, size_t, size_t));
 | 
| /onnv-gate/usr/src/cmd/sendmail/db/xa/ | 
| H A D | xa_map.c | 194 	DB_TXNMGR *tm;
 |