Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
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 1052 of file res_pjsip_header_funcs.c.
char* buf |
Definition at line 1059 of file res_pjsip_header_funcs.c.
Referenced by func_read_param(), and read_param().
struct ast_sip_channel_pvt* channel |
Definition at line 1053 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 1054 of file res_pjsip_header_funcs.c.
Referenced by func_read_param(), and func_write_param().
size_t len |
Definition at line 1060 of file res_pjsip_header_funcs.c.
Referenced by func_read_param(), and read_param().
char* param_name |
Definition at line 1055 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 1056 of file res_pjsip_header_funcs.c.
Referenced by add_param(), and func_write_param().
enum param_type paramtype |
Definition at line 1057 of file res_pjsip_header_funcs.c.
Referenced by add_param(), func_read_param(), func_write_param(), and read_param().