Home
last modified time | relevance | path

Searched refs:XA_RBBASE (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dxa.h130 #define XA_RBBASE 100 /* The inclusive lower bound of the macro
132 #define XA_RBROLLBACK XA_RBBASE /* The rollback was caused by an
134 #define XA_RBCOMMFAIL XA_RBBASE+1 /* The rollback was caused by a
136 #define XA_RBDEADLOCK XA_RBBASE+2 /* A deadlock was detected */
137 #define XA_RBINTEGRITY XA_RBBASE+3 /* A condition that violates the
140 #define XA_RBOTHER XA_RBBASE+4 /* The resource manager rolled back the
143 #define XA_RBPROTO XA_RBBASE+5 /* A protocol error occurred in the
145 #define XA_RBTIMEOUT XA_RBBASE+6 /* A transaction branch took too long */
146 #define XA_RBTRANSIENT XA_RBBASE+7 /* May retry the transaction branch */