Searched refs:__txn_detail (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/cmd/sendmail/db/xa/ |
H A D | xa_map.c | 113 struct __txn_detail *td; 123 for (td = SH_TAILQ_FIRST(&tmr->active_txn, __txn_detail); 125 td = SH_TAILQ_NEXT(td, links, __txn_detail))
|
/titanic_44/usr/src/cmd/sendmail/db/txn/ |
H A D | txn.c | 337 SH_TAILQ_INSERT_HEAD(&mgr->region->active_txn, td, links, __txn_detail); 644 tp, links, __txn_detail); 804 SH_TAILQ_FIRST(&mgr->region->active_txn, __txn_detail); 806 txnp = SH_TAILQ_NEXT(txnp, links, __txn_detail)) { 962 for (txnp = SH_TAILQ_FIRST(&mgr->region->active_txn, __txn_detail); 964 txnp = SH_TAILQ_NEXT(txnp, links, __txn_detail)) { 1003 tp, links, __txn_detail);
|
H A D | txn_rec.c | 280 SH_TAILQ_INSERT_HEAD(&mgr->region->active_txn, td, links, __txn_detail);
|
/titanic_44/usr/src/cmd/sendmail/db/include/ |
H A D | txn.h | 32 typedef struct __txn_detail { struct
|