Searched refs:__db_xid_to_txn (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/sendmail/db/include/ |
H A D | xa_ext.h | 7 int __db_xid_to_txn __P((DB_ENV *, XID *, size_t *));
|
/illumos-gate/usr/src/cmd/sendmail/db/xa/ |
H A D | xa.c | 185 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 D | xa_map.c | 101 * __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 52 milliseconds