Searched refs:DB_TXN_ACTIVE (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/db/
H A Ddb.h110 struct __db_txn_active; typedef struct __db_txn_active DB_TXN_ACTIVE; typedef in typeref:struct:__db_txn_active
886 DB_TXN_ACTIVE
/osnet-11/usr/src/cmd/sendmail/db/txn/
H A Dtxn.c942 nbytes = sizeof(DB_TXN_STAT) + sizeof(DB_TXN_ACTIVE) * (nactive + 200);
959 stats->st_txnarray = (DB_TXN_ACTIVE *)&stats[1];

Completed in 21 milliseconds