RTS API Documentation
1.10.11
|
#include <switch_msrp.h>
Data Fields | |
int | state |
int | method |
switch_event_t * | headers |
const char * | transaction_id |
const char * | delimiter |
int | code_number |
const char * | code_description |
switch_size_t | byte_start |
switch_size_t | byte_end |
switch_size_t | bytes |
switch_size_t | payload_bytes |
switch_size_t | accumulated_bytes |
int | range_star |
char * | last_p |
char * | payload |
struct msrp_msg_s * | next |
Definition at line 72 of file switch_msrp.h.
switch_size_t msrp_msg_s::accumulated_bytes |
Definition at line 84 of file switch_msrp.h.
Referenced by msrp_parse_buffer(), msrp_report(), and msrp_worker().
switch_size_t msrp_msg_s::byte_end |
Definition at line 81 of file switch_msrp.h.
Referenced by msrp_msg_serialize(), msrp_parse_buffer(), msrp_parse_headers(), msrp_report(), msrp_worker(), and SWITCH_STANDARD_APP().
switch_size_t msrp_msg_s::byte_start |
Definition at line 80 of file switch_msrp.h.
Referenced by msrp_msg_serialize(), msrp_parse_buffer(), msrp_parse_headers(), msrp_worker(), and SWITCH_STANDARD_APP().
switch_size_t msrp_msg_s::bytes |
Definition at line 82 of file switch_msrp.h.
Referenced by msrp_msg_serialize(), msrp_parse_headers(), and msrp_report().
const char* msrp_msg_s::code_description |
Definition at line 79 of file switch_msrp.h.
Referenced by msrp_msg_serialize(), switch_msrp_msg_add_header(), and switch_msrp_msg_dup().
int msrp_msg_s::code_number |
Definition at line 78 of file switch_msrp.h.
Referenced by msrp_msg_serialize(), msrp_parse_headers(), and switch_msrp_msg_dup().
const char* msrp_msg_s::delimiter |
Definition at line 77 of file switch_msrp.h.
Referenced by msrp_msg_serialize(), msrp_parse_buffer(), msrp_parse_headers(), msrp_reply(), msrp_report(), switch_msrp_msg_add_header(), and switch_msrp_msg_dup().
switch_event_t* msrp_msg_s::headers |
Definition at line 75 of file switch_msrp.h.
Referenced by switch_msrp_msg_add_header(), switch_msrp_msg_create(), switch_msrp_msg_destroy(), switch_msrp_msg_dup(), and switch_msrp_msg_get_header().
char* msrp_msg_s::last_p |
Definition at line 86 of file switch_msrp.h.
Referenced by msrp_parse_buffer(), msrp_parse_headers(), and msrp_worker().
int msrp_msg_s::method |
Definition at line 74 of file switch_msrp.h.
Referenced by msrp_msg_serialize(), msrp_parse_headers(), msrp_worker(), switch_msrp_msg_dup(), and SWITCH_STANDARD_APP().
struct msrp_msg_s* msrp_msg_s::next |
Definition at line 88 of file switch_msrp.h.
Referenced by switch_msrp_session_pop_msg(), and switch_msrp_session_push_msg().
char* msrp_msg_s::payload |
Definition at line 87 of file switch_msrp.h.
Referenced by msrp_msg_serialize(), msrp_parse_buffer(), switch_msrp_do_send(), switch_msrp_msg_destroy(), switch_msrp_msg_dup(), switch_msrp_msg_set_payload(), switch_msrp_perform_send(), and SWITCH_STANDARD_APP().
switch_size_t msrp_msg_s::payload_bytes |
Definition at line 83 of file switch_msrp.h.
Referenced by msrp_parse_buffer(), msrp_parse_headers(), msrp_worker(), switch_msrp_do_send(), switch_msrp_msg_dup(), switch_msrp_msg_set_payload(), switch_msrp_perform_send(), and SWITCH_STANDARD_APP().
int msrp_msg_s::range_star |
Definition at line 85 of file switch_msrp.h.
Referenced by msrp_parse_buffer(), msrp_parse_headers(), and msrp_worker().
int msrp_msg_s::state |
Definition at line 73 of file switch_msrp.h.
Referenced by msrp_parse_buffer(), msrp_parse_headers(), msrp_worker(), and switch_msrp_msg_dup().
const char* msrp_msg_s::transaction_id |
Definition at line 76 of file switch_msrp.h.
Referenced by msrp_msg_serialize(), msrp_reply(), msrp_report(), switch_msrp_msg_add_header(), and switch_msrp_msg_dup().