Searched refs:gtrid (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/cmd/sendmail/db/txn/ |
H A D | txn_auto.c | 277 opcode, xid, formatID, gtrid, bqual, begin_lsn) in __txn_xa_regop_log() argument 285 u_int32_t gtrid; 307 + sizeof(gtrid) 334 memcpy(bp, >rid, sizeof(gtrid)); 335 bp += sizeof(gtrid); 397 printf("\tgtrid: %u\n", argp->gtrid); 438 memcpy(&argp->gtrid, bp, sizeof(argp->gtrid)); 439 bp += sizeof(argp->gtrid);
|
H A D | txn_rec.c | 291 td->gtrid = argp->gtrid;
|
H A D | txn.c | 481 &xid, td->format, td->gtrid, td->bqual, &td->begin_lsn)) != 0) {
|
/titanic_41/usr/src/cmd/sendmail/db/include/ |
H A D | txn_auto.h | 35 u_int32_t gtrid; member
|
H A D | txn.h | 62 u_int32_t gtrid; /* gtrid_length from XID */ member
|
/titanic_41/usr/src/cmd/sendmail/db/xa/ |
H A D | xa.c | 514 xidp->gtrid_length = argp->gtrid;
|