Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/db/txn/
H A Dtxn_auto.c277 opcode, xid, formatID, gtrid, bqual, begin_lsn) in __txn_xa_regop_log() argument
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);
H A Dtxn_rec.c292 td->format = argp->formatID;
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dtxn_auto.h34 int32_t formatID; member
H A Dxa.h26 long formatID; /* format identifier */ member
/illumos-gate/usr/src/cmd/sendmail/db/xa/
H A Dxa.c511 xidp->formatID = argp->formatID;