Searched refs:DB_TXNREGION (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/db/include/
H A Dtxn.h83 DB_TXNREGION *region; /* address of shared memory region */
89 * The region consists of a DB_TXNREGION structure followed by a large
116 (sizeof(DB_TXNREGION) + N * sizeof(TXN_DETAIL) + 1000)
/osnet-11/usr/src/cmd/sendmail/db/xa/
H A Dxa_map.c112 DB_TXNREGION *tmr;
/osnet-11/usr/src/cmd/sendmail/db/txn/
H A Dtxn.c74 static int __txn_init __P((DB_TXNREGION *));
88 DB_TXNREGION *txn_region;
109 TXN_REGION_SIZE(txn_region->maxtxns) - sizeof(DB_TXNREGION));
/osnet-11/usr/src/cmd/sendmail/db/
H A Ddb.h113 struct __db_txnregion; typedef struct __db_txnregion DB_TXNREGION; typedef in typeref:struct:__db_txnregion

Completed in 28 milliseconds