Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
struct ast_string_field_mgr | __field_mgr |
struct ast_string_field_pool * | __field_mgr_pool |
const ast_string_field | name |
struct { | |
struct header * next | |
} | next |
const ast_string_field | value |
Definition at line 47 of file pjsip_global_headers.c.
struct ast_string_field_mgr __field_mgr |
Definition at line 51 of file pjsip_global_headers.c.
struct ast_string_field_pool* __field_mgr_pool |
Definition at line 51 of file pjsip_global_headers.c.
const ast_string_field name |
Definition at line 51 of file pjsip_global_headers.c.
Referenced by add_headers_to_message(), PathSegment::get_child(), Parameter::load(), SwaggerType::load(), Property::load(), and remove_header().
struct header* next |
Definition at line 52 of file pjsip_global_headers.c.
Referenced by add_header(), add_headers_to_message(), destroy_headers(), and remove_header().
struct { ... } next |
const ast_string_field value |
Definition at line 51 of file pjsip_global_headers.c.
Referenced by add_headers_to_message().