48 msg_request_hash = -1,
91 #define MSG_UNKNOWN_INIT() MSG_HDR_INIT(unknown)
113 #define msg_unknown_init(x) \
114 MSG_HEADER_INIT(x, msg_unknown_class, sizeof(msg_unknown_t))
172 __attribute__((__malloc__));
218 __attribute__((__malloc__));
255 __attribute__((__malloc__));
284 __attribute__((__malloc__, __format__ (printf, 2, 3)));
340 #define MSG_ERROR_INIT() MSG_HDR_INIT(error)
362 #define msg_error_init(x) \
363 MSG_HEADER_INIT(x, msg_error_class, sizeof(msg_error_t))
421 __attribute__((__malloc__));
467 __attribute__((__malloc__));
504 __attribute__((__malloc__));
533 __attribute__((__malloc__, __format__ (printf, 2, 3)));
589 #define MSG_SEPARATOR_INIT() MSG_HDR_INIT(separator)
611 #define msg_separator_init(x) \
612 MSG_HEADER_INIT(x, msg_separator_class, sizeof(msg_separator_t))
670 __attribute__((__malloc__));
716 __attribute__((__malloc__));
753 __attribute__((__malloc__));
782 __attribute__((__malloc__, __format__ (printf, 2, 3)));
838 #define MSG_PAYLOAD_INIT() MSG_HDR_INIT(payload)
860 #define msg_payload_init(x) \
861 MSG_HEADER_INIT(x, msg_payload_class, sizeof(msg_payload_t))
919 __attribute__((__malloc__));
965 __attribute__((__malloc__));
1002 __attribute__((__malloc__));
1031 __attribute__((__malloc__, __format__ (printf, 2, 3)));