Searched refs:formatID (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dtxn_auto.h34 int32_t formatID; member in struct:_txn_xa_regop_args
H A Dxa.h28 long formatID; /* format identifier */ member in struct:xid_t
35 * A value of -1 in formatID means that the XID is null.
/illumos-gate/usr/src/cmd/sendmail/db/txn/
H A Dtxn_auto.c277 opcode, xid, formatID, gtrid, bqual, begin_lsn)
284 int32_t formatID;
306 + sizeof(formatID)
332 memcpy(bp, &formatID, sizeof(formatID));
333 bp += sizeof(formatID);
396 printf("\tformatID: %ld\n", (long)argp->formatID);
436 memcpy(&argp->formatID, bp, sizeof(argp->formatID));
437 bp += sizeof(argp->formatID);
[all...]
H A Dtxn_rec.c292 td->format = argp->formatID;
/illumos-gate/usr/src/cmd/sendmail/db/xa/
H A Dxa.c513 xidp->formatID = argp->formatID;

Completed in 421 milliseconds