Searched defs:SIZEOF_TRX (Results 1 – 3 of 3) sorted by relevance
88 #define SIZEOF_TRX(trx) (ISTRX_V2(trx) ? SIZEOF_TRXHDR_V2: SIZEOF_TRXHDR_V1) macro90 #define SIZEOF_TRX(trx) (sizeof(struct trx_header)) macro
85 #define SIZEOF_TRX(trx) (ISTRX_V2(trx) ? SIZEOF_TRXHDR_V2: SIZEOF_TRXHDR_V1) macro87 #define SIZEOF_TRX(trx) (sizeof(struct trx_header)) macro