Home
last modified time | relevance | path

Searched refs:sip_str_ptr (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_dialog.c136 if (dialog->sip_dlg_req_uri.sip_str_ptr != NULL) { in sip_release_dialog_res()
137 free(dialog->sip_dlg_req_uri.sip_str_ptr); in sip_release_dialog_res()
138 dialog->sip_dlg_req_uri.sip_str_ptr = NULL; in sip_release_dialog_res()
141 if (dialog->sip_dlg_rset.sip_str_ptr != NULL) { in sip_release_dialog_res()
142 free(dialog->sip_dlg_rset.sip_str_ptr); in sip_release_dialog_res()
144 dialog->sip_dlg_rset.sip_str_ptr = NULL; in sip_release_dialog_res()
197 rset->sip_dlg_ruri.sip_str_ptr = rset->sip_dlg_route + in sip_add_route_to_set()
198 (value->cftr_uri.sip_str_ptr - value->sip_value_start); in sip_add_route_to_set()
231 _dialog->sip_dlg_req_uri.sip_str_ptr == NULL) { in sip_dialog_req_uri()
245 (void) strncpy(uri, req_uri->sip_str_ptr, req_uri->sip_str_len); in sip_dialog_req_uri()
[all …]
H A Dsip_msg.h186 #define auth_scheme_ptr hdr_value.auth.scheme.sip_str_ptr
191 #define str_val_ptr hdr_value.str.sip_str_ptr
196 #define strs1_val_ptr hdr_value.strs.s1.sip_str_ptr
198 #define strs2_val_ptr hdr_value.strs.s2.sip_str_ptr
203 #define intstr_str_ptr hdr_value.intstr.s.sip_str_ptr
208 #define warn_agt_ptr warn_agt.sip_str_ptr
210 #define warn_text_ptr warn_text.sip_str_ptr
218 #define date_t_ptr date_t.sip_str_ptr
220 #define date_m_ptr date_m.sip_str_ptr
222 #define date_tz_ptr date_tz.sip_str_ptr
[all …]
H A Dsip_parse_uri.c745 outurl->sip_uri_scheme.sip_str_ptr = scan; in sip_uri_parse_scheme()
817 param->param_name.sip_str_ptr = mark; in sip_uri_parse_params()
821 param->param_value.sip_str_ptr = NULL; in sip_uri_parse_params()
829 param->param_value.sip_str_ptr = equal + 1; in sip_uri_parse_params()
938 outurl->sip_uri_headers.sip_str_ptr = scan + 1; in sip_uri_parse_headers()
979 outurl->sip_uri_opaque.sip_str_ptr = scan; in sip_uri_parse_abs_opaque()
1009 outurl->sip_uri_query.sip_str_ptr = scan; in sip_uri_parse_abs_query()
1034 outurl->sip_uri_path.sip_str_ptr = scan; in sip_uri_parse_abs_path()
1055 outurl->sip_uri_regname.sip_str_ptr = scan; in sip_uri_parse_abs_regname()
1076 outurl->sip_uri_password.sip_str_ptr = scan; in sip_uri_parse_password()
[all …]
H A Dsip_parse_generic.c269 param->param_name.sip_str_ptr = tmp_ptr; in sip_parse_params()
275 param->param_value.sip_str_ptr = NULL; in sip_parse_params()
288 param->param_value.sip_str_ptr = NULL; in sip_parse_params()
293 param->param_value.sip_str_ptr = NULL; in sip_parse_params()
315 param->param_value.sip_str_ptr = sip_header->sip_hdr_current; in sip_parse_params()
444 sip_proto_version->name.sip_str_ptr = in sip_get_protocol_version()
453 sip_proto_version->version.sip_str_ptr = in sip_get_protocol_version()
478 sip_proto_version->version.sip_str_ptr; in sip_get_protocol_version()
1042 tmp_param->param_name.sip_str_ptr = tmp_cur; in sip_parse_hdr_parser5()
1048 tmp_param->param_value.sip_str_ptr = NULL; in sip_parse_hdr_parser5()
[all …]
H A Dsip_parse_hdrs.c1190 value->via_protocol_name.sip_str_ptr = in sip_parse_via_header()
1224 value->via_protocol_transport.sip_str_ptr = in sip_parse_via_header()
1237 value->via_protocol_transport.sip_str_ptr; in sip_parse_via_header()
1248 value->via_sent_by_host.sip_str_ptr = in sip_parse_via_header()
1270 value->via_sent_by_host.sip_str_ptr; in sip_parse_via_header()
1303 (!isalnum(*value->via_sent_by_host.sip_str_ptr) && in sip_parse_via_header()
1304 *value->via_sent_by_host.sip_str_ptr != '[')) { in sip_parse_via_header()
1473 value->cftr_uri.sip_str_ptr = tmp_ptr; in sip_parse_cftr_header()
1504 value->cftr_uri.sip_str_ptr = tmp_ptr; in sip_parse_cftr_header()
1529 value->cftr_uri.sip_str_ptr = tmp_ptr; in sip_parse_cftr_header()
[all …]
H A Dsip_gids.c233 sip_str_ptr == NULL) { in sip_branchid()
250 U.sip_request.sip_request_uri.sip_str_ptr, in sip_branchid()
266 U.sip_request.sip_request_uri.sip_str_ptr, in sip_branchid()
H A Dsip_msg.c737 sip_str_ptr == NULL) { in sip_create_nonOKack()
749 sip_str_ptr, _request->sip_msg_req_res->U.sip_request. in sip_create_nonOKack()
831 if (contact_value->cftr_uri.sip_str_ptr == NULL) { in sip_create_OKack()
840 (void) strncpy(uri, contact_value->cftr_uri.sip_str_ptr, in sip_create_OKack()
H A Dsip_hdrs_ui.c62 if (val->strs_val.s1.sip_str_ptr != NULL) in sip_get_val_from_hdr()
66 if (val->strs_val.s2.sip_str_ptr != NULL) in sip_get_val_from_hdr()
71 if (val->intstr_str.sip_str_ptr != NULL) in sip_get_val_from_hdr()
650 (void) strncpy(bid, param_value->sip_str_ptr, in sip_get_branchid()
H A Dsip_ui.c351 strncasecmp(param->param_name.sip_str_ptr, param_name, in sip_is_param_present()
942 ret->sip_uri_scheme.sip_str_ptr == NULL) { in sip_get_request_uri()
H A Dsip_xaction_state_mc.c671 strncmp(resp_to_tag->sip_str_ptr, req_to_tag->sip_str_ptr, in sip_srv_xaction_input()
H A Dsip_itf.c374 if (strncasecmp(sb->sb_val, sb_val->sip_str_ptr, in sip_sent_by_registered()
H A Dsip_xaction.c99 to_uri->sip_str_ptr, to_uri->sip_str_len, in sip_find_md5_digest()
H A Dsip.h307 char *sip_str_ptr; member
H A Dsip_headers.c1003 strncasecmp(param_list->param_name.sip_str_ptr, param_name, in sip_get_param_from_list()