Asterisk - The Open Source Telephony Project GIT-master-754dea3
|
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 1068 of file res_pjsip_header_funcs.c.
char* buf |
Definition at line 1075 of file res_pjsip_header_funcs.c.
Referenced by func_read_param(), and read_param().
struct ast_sip_channel_pvt* channel |
Definition at line 1069 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 1070 of file res_pjsip_header_funcs.c.
Referenced by func_read_param(), and func_write_param().
size_t len |
Definition at line 1076 of file res_pjsip_header_funcs.c.
Referenced by func_read_param(), and read_param().
char* param_name |
Definition at line 1071 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 1072 of file res_pjsip_header_funcs.c.
Referenced by add_param(), and func_write_param().
enum param_type paramtype |
Definition at line 1073 of file res_pjsip_header_funcs.c.
Referenced by add_param(), func_read_param(), func_write_param(), and read_param().