|
Asterisk - The Open Source Telephony Project GIT-master-4f2b068
|

Data Fields | |
| char * | buf |
| struct ast_sip_channel_pvt * | channel |
| char * | header_name |
| size_t | len |
| char * | param_name |
| const char * | param_value |
| enum param_type | paramtype |
Definition at line 1602 of file res_pjsip_header_funcs.c.
| char* buf |
Definition at line 1609 of file res_pjsip_header_funcs.c.
Referenced by func_read_param(), and read_param().
| struct ast_sip_channel_pvt* channel |
Definition at line 1603 of file res_pjsip_header_funcs.c.
Referenced by add_param(), func_read_param(), func_write_param(), and read_param().
| char* header_name |
Definition at line 1604 of file res_pjsip_header_funcs.c.
Referenced by func_read_param(), and func_write_param().
| size_t len |
Definition at line 1610 of file res_pjsip_header_funcs.c.
Referenced by func_read_param(), and read_param().
| char* param_name |
Definition at line 1605 of file res_pjsip_header_funcs.c.
Referenced by add_param(), func_read_param(), func_write_param(), and read_param().
| const char* param_value |
Definition at line 1606 of file res_pjsip_header_funcs.c.
Referenced by add_param(), and func_write_param().
| enum param_type paramtype |
Definition at line 1607 of file res_pjsip_header_funcs.c.
Referenced by add_param(), func_read_param(), func_write_param(), and read_param().