Asterisk - The Open Source Telephony Project GIT-master-d856a3e
|
Data Fields | |
struct ast_string_field_mgr | __field_mgr |
struct ast_string_field_pool * | __field_mgr_pool |
char * | destination |
char * | from |
struct ast_msg * | msg |
const ast_string_field | name |
unsigned int | send |
const ast_string_field | value |
Definition at line 234 of file main/message.c.
struct ast_string_field_mgr __field_mgr |
Definition at line 238 of file main/message.c.
struct ast_string_field_pool* __field_mgr_pool |
Definition at line 238 of file main/message.c.
char* destination |
Definition at line 506 of file res_pjsip_messaging.c.
Referenced by msg_data_create(), msg_data_destroy(), msg_send(), and sip_msg_send().
char* from |
Definition at line 507 of file res_pjsip_messaging.c.
Referenced by msg_data_create(), msg_data_destroy(), msg_send(), and sip_msg_send().
struct ast_msg* msg |
Definition at line 505 of file res_pjsip_messaging.c.
Referenced by ast_msg_get_var(), ast_msg_set_var(), ast_msg_set_var_outbound(), ast_msg_var_iterator_next(), ast_msg_var_iterator_next_received(), msg_data_create(), msg_data_destroy(), msg_send(), msg_set_var_full(), sip_msg_send(), and update_content_type().
const ast_string_field name |
Definition at line 238 of file main/message.c.
Referenced by ast_msg_var_iterator_get_next(), PathSegment::get_child(), Parameter::load(), Property::load(), SwaggerType::load(), and msg_data_cmp_fn().
unsigned int send |
Definition at line 239 of file main/message.c.
Referenced by ast_msg_var_iterator_get_next(), msg_func_write(), and msg_set_var_full().
const ast_string_field value |
Definition at line 238 of file main/message.c.
Referenced by ast_msg_get_var(), and ast_msg_var_iterator_get_next().