Searched refs:__db_xid_to_txn (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/db/include/
H A Dxa_ext.h7 int __db_xid_to_txn __P((DB_ENV *, XID *, size_t *));
/osnet-11/usr/src/cmd/sendmail/db/xa/
H A Dxa.c185 is_known = __db_xid_to_txn(env, xid, &off) == 0;
242 if (__db_xid_to_txn(env, xid, &off) != 0)
303 if (__db_xid_to_txn(env, xid, &off) != 0)
355 if (__db_xid_to_txn(env, xid, &off) != 0)
566 if (__db_xid_to_txn(env, xid, &off) != 0)
618 if (__db_xid_to_txn(env, xid, &off) != 0)
H A Dxa_map.c101 * __db_xid_to_txn
104 * PUBLIC: int __db_xid_to_txn __P((DB_ENV *, XID *, size_t *));
107 __db_xid_to_txn(dbenv, xid, offp) function

Completed in 27 milliseconds