19 #ifndef MRCP_MESSAGE_H
20 #define MRCP_MESSAGE_H
35 #define MRCP_MESSAGE_SIDRES(message) \
36 (message)->channel_id.session_id.buf, (message)->channel_id.resource_name.buf
152 apt_header_field_t *header_field = apt_header_section_field_get(&message->header.header_section,
id);
174 static APR_INLINE
void* mrcp_resource_header_get(
const mrcp_message_t *message)
183 static APR_INLINE
void* mrcp_resource_header_prepare(
mrcp_message_t *mrcp_message)
210 apt_header_field_t *header_field = apt_header_section_field_get(&message->header.header_section,
id + GENERIC_HEADER_COUNT);
224 return apt_header_section_field_check(&message->
header.
header_section,
id + GENERIC_HEADER_COUNT);