Searched refs:XID (Results 1 - 4 of 4) 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 *));
10 int __db_map_xid __P((DB_ENV *, XID *, size_t));
11 void __db_unmap_xid __P((DB_ENV *, XID *, size_t));
H A Dxa.h21 * Transaction branch identification: XID and NULLXID:
33 typedef struct xid_t XID; typedef in typeref:struct:xid_t
35 * A value of -1 in formatID means that the XID is null.
41 extern int ax_reg __P((int, XID *, long));
61 __P((XID *, int, long));
63 __P((XID *, int, long));
65 __P((XID *, int, long));
67 __P((XID *, int, long));
69 __P((XID *, int, long));
71 __P((XID *, lon
[all...]
/osnet-11/usr/src/cmd/sendmail/db/xa/
H A Dxa.c35 static int __db_xa_commit __P((XID *, int, long));
37 static int __db_xa_end __P((XID *, int, long));
38 static int __db_xa_forget __P((XID *, int, long));
40 static int __db_xa_prepare __P((XID *, int, long));
41 static int __db_xa_recover __P((XID *, long, int, long));
42 static int __db_xa_rollback __P((XID *, int, long));
43 static int __db_xa_start __P((XID *, int, long));
163 XID *xid;
227 XID *xid;
281 XID *xi
[all...]
H A Dxa_map.c102 * Return the txn that corresponds to this XID.
104 * PUBLIC: int __db_xid_to_txn __P((DB_ENV *, XID *, size_t *));
109 XID *xid;
183 * Create a mapping between this XID and the transaction at
186 * PUBLIC: int __db_map_xid __P((DB_ENV *, XID *, size_t));
191 XID *xid;
209 * Destroy the mapping for the specified XID.
211 * PUBLIC: void __db_unmap_xid __P((DB_ENV *, XID *, size_t));
217 XID *xid;

Completed in 24 milliseconds