Symbol: TXN_DETAIL
usr/src/cmd/sendmail/db/include/txn.h
116
(sizeof(DB_TXNREGION) + N * sizeof(TXN_DETAIL) + 1000)
usr/src/cmd/sendmail/db/txn/txn.c
1001
tp = (TXN_DETAIL *)((u_int8_t *)mgr->region + kids->off);
usr/src/cmd/sendmail/db/txn/txn.c
1033
TXN_DETAIL *hold_tp, *req_tp;
usr/src/cmd/sendmail/db/txn/txn.c
1035
hold_tp = (TXN_DETAIL *)((u_int8_t *)mgr->region + hold_off);
usr/src/cmd/sendmail/db/txn/txn.c
1036
req_tp = (TXN_DETAIL *)((u_int8_t *)mgr->region + req_off);
usr/src/cmd/sendmail/db/txn/txn.c
1040
(TXN_DETAIL *)((u_int8_t *)mgr->region + req_tp->parent);
usr/src/cmd/sendmail/db/txn/txn.c
299
TXN_DETAIL *td;
usr/src/cmd/sendmail/db/txn/txn.c
330
if ((ret = __db_shalloc(mgr->mem, sizeof(TXN_DETAIL), 0, &td)) != 0
usr/src/cmd/sendmail/db/txn/txn.c
332
ret = __db_shalloc(mgr->mem, sizeof(TXN_DETAIL), 0, &td);
usr/src/cmd/sendmail/db/txn/txn.c
459
TXN_DETAIL *td;
usr/src/cmd/sendmail/db/txn/txn.c
584
TXN_DETAIL **tdp;
usr/src/cmd/sendmail/db/txn/txn.c
586
TXN_DETAIL *tp;
usr/src/cmd/sendmail/db/txn/txn.c
590
tp = (TXN_DETAIL *)((u_int8_t *)txnp->mgrp->region + txnp->off);
usr/src/cmd/sendmail/db/txn/txn.c
611
TXN_DETAIL *tp;
usr/src/cmd/sendmail/db/txn/txn.c
641
tp = (TXN_DETAIL *)((u_int8_t *)mgr->region + txnp->off);
usr/src/cmd/sendmail/db/txn/txn.c
70
static int __txn_check_running __P((const DB_TXN *, TXN_DETAIL **));
usr/src/cmd/sendmail/db/txn/txn.c
745
TXN_DETAIL *txnp;
usr/src/cmd/sendmail/db/txn/txn.c
926
TXN_DETAIL *txnp;
usr/src/cmd/sendmail/db/txn/txn.c
988
TXN_DETAIL *tp;
usr/src/cmd/sendmail/db/txn/txn_rec.c
266
TXN_DETAIL *td;
usr/src/cmd/sendmail/db/txn/txn_rec.c
276
if ((ret = __db_shalloc(mgr->mem, sizeof(TXN_DETAIL), 0, &td)) != 0)
usr/src/cmd/sendmail/db/xa/xa.c
166
TXN_DETAIL *td;
usr/src/cmd/sendmail/db/xa/xa.c
197
td = (TXN_DETAIL *)((u_int8_t *)env->tx_info->region + off);
usr/src/cmd/sendmail/db/xa/xa.c
212
td = (TXN_DETAIL *)
usr/src/cmd/sendmail/db/xa/xa.c
231
TXN_DETAIL *td;
usr/src/cmd/sendmail/db/xa/xa.c
247
td = (TXN_DETAIL *)((u_int8_t *)env->tx_info->region + off);
usr/src/cmd/sendmail/db/xa/xa.c
284
TXN_DETAIL *td;
usr/src/cmd/sendmail/db/xa/xa.c
304
td = (TXN_DETAIL *)((u_int8_t *)env->tx_info->region + off);
usr/src/cmd/sendmail/db/xa/xa.c
336
TXN_DETAIL *td;
usr/src/cmd/sendmail/db/xa/xa.c
356
td = (TXN_DETAIL *)((u_int8_t *)env->tx_info->region + off);
usr/src/cmd/sendmail/db/xa/xa.c
43
static void __xa_txn_init __P((DB_ENV *, TXN_DETAIL *, size_t));
usr/src/cmd/sendmail/db/xa/xa.c
553
TXN_DETAIL *td;
usr/src/cmd/sendmail/db/xa/xa.c
567
td = (TXN_DETAIL *)((u_int8_t *)env->tx_info->region + off);
usr/src/cmd/sendmail/db/xa/xa.c
651
TXN_DETAIL *td;
usr/src/cmd/sendmail/db/xa/xa_map.c
193
TXN_DETAIL *td;
usr/src/cmd/sendmail/db/xa/xa_map.c
196
td = (TXN_DETAIL *)((u_int8_t *)tm->region + off);
usr/src/cmd/sendmail/db/xa/xa_map.c
218
TXN_DETAIL *td;
usr/src/cmd/sendmail/db/xa/xa_map.c
222
td = (TXN_DETAIL *)((u_int8_t *)env->tx_info->region + off);