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

/osnet-11/usr/src/lib/libsip/common/
H A Dsip_dialog.c138 if (dialog->sip_dlg_req_uri.sip_str_ptr != NULL) {
139 free(dialog->sip_dlg_req_uri.sip_str_ptr);
140 dialog->sip_dlg_req_uri.sip_str_ptr = NULL;
143 if (dialog->sip_dlg_rset.sip_str_ptr != NULL) {
144 free(dialog->sip_dlg_rset.sip_str_ptr);
146 dialog->sip_dlg_rset.sip_str_ptr = NULL;
199 rset->sip_dlg_ruri.sip_str_ptr = rset->sip_dlg_route +
200 (value->cftr_uri.sip_str_ptr - value->sip_value_start);
233 _dialog->sip_dlg_req_uri.sip_str_ptr == NULL) {
247 (void) strncpy(uri, req_uri->sip_str_ptr, req_ur
[all...]
H A Dsip_msg.h188 #define auth_scheme_ptr hdr_value.auth.scheme.sip_str_ptr
193 #define str_val_ptr hdr_value.str.sip_str_ptr
198 #define strs1_val_ptr hdr_value.strs.s1.sip_str_ptr
200 #define strs2_val_ptr hdr_value.strs.s2.sip_str_ptr
205 #define intstr_str_ptr hdr_value.intstr.s.sip_str_ptr
210 #define warn_agt_ptr warn_agt.sip_str_ptr
212 #define warn_text_ptr warn_text.sip_str_ptr
220 #define date_t_ptr date_t.sip_str_ptr
222 #define date_m_ptr date_m.sip_str_ptr
224 #define date_tz_ptr date_tz.sip_str_ptr
[all...]
H A Dsip_parse_uri.c746 outurl->sip_uri_scheme.sip_str_ptr = scan;
818 param->param_name.sip_str_ptr = mark;
822 param->param_value.sip_str_ptr = NULL;
830 param->param_value.sip_str_ptr = equal + 1;
939 outurl->sip_uri_headers.sip_str_ptr = scan + 1;
980 outurl->sip_uri_opaque.sip_str_ptr = scan;
1010 outurl->sip_uri_query.sip_str_ptr = scan;
1035 outurl->sip_uri_path.sip_str_ptr = scan;
1056 outurl->sip_uri_regname.sip_str_ptr = scan;
1077 outurl->sip_uri_password.sip_str_ptr
[all...]
H A Dsip_parse_generic.c271 param->param_name.sip_str_ptr = tmp_ptr;
277 param->param_value.sip_str_ptr = NULL;
290 param->param_value.sip_str_ptr = NULL;
295 param->param_value.sip_str_ptr = NULL;
317 param->param_value.sip_str_ptr = sip_header->sip_hdr_current;
446 sip_proto_version->name.sip_str_ptr =
455 sip_proto_version->version.sip_str_ptr =
480 sip_proto_version->version.sip_str_ptr;
1044 tmp_param->param_name.sip_str_ptr = tmp_cur;
1050 tmp_param->param_value.sip_str_ptr
[all...]
H A Dsip_parse_hdrs.c1193 value->via_protocol_name.sip_str_ptr =
1227 value->via_protocol_transport.sip_str_ptr =
1240 value->via_protocol_transport.sip_str_ptr;
1251 value->via_sent_by_host.sip_str_ptr =
1273 value->via_sent_by_host.sip_str_ptr;
1306 (!isalnum(*value->via_sent_by_host.sip_str_ptr) &&
1307 *value->via_sent_by_host.sip_str_ptr != '[')) {
1476 value->cftr_uri.sip_str_ptr = tmp_ptr;
1507 value->cftr_uri.sip_str_ptr = tmp_ptr;
1532 value->cftr_uri.sip_str_ptr
[all...]
H A Dsip_gids.c232 sip_str_ptr == NULL) {
249 U.sip_request.sip_request_uri.sip_str_ptr,
265 U.sip_request.sip_request_uri.sip_str_ptr,
H A Dsip_msg.c736 sip_str_ptr == NULL) {
748 sip_str_ptr, _request->sip_msg_req_res->U.sip_request.
830 if (contact_value->cftr_uri.sip_str_ptr == NULL) {
839 (void) strncpy(uri, contact_value->cftr_uri.sip_str_ptr,
H A Dsip_hdrs_ui.c64 if (val->strs_val.s1.sip_str_ptr != NULL)
68 if (val->strs_val.s2.sip_str_ptr != NULL)
73 if (val->intstr_str.sip_str_ptr != NULL)
652 (void) strncpy(bid, param_value->sip_str_ptr,
H A Dsip_ui.c350 strncasecmp(param->param_name.sip_str_ptr, param_name,
941 ret->sip_uri_scheme.sip_str_ptr == NULL) {
H A Dsip.h306 char *sip_str_ptr; member in struct:sip_str
H A Dsip_itf.c376 if (strncasecmp(sb->sb_val, sb_val->sip_str_ptr,
H A Dsip_xaction.c101 to_uri->sip_str_ptr, to_uri->sip_str_len,
H A Dsip_xaction_state_mc.c673 strncmp(resp_to_tag->sip_str_ptr, req_to_tag->sip_str_ptr,
H A Dsip_headers.c1005 strncasecmp(param_list->param_name.sip_str_ptr, param_name,

Completed in 59 milliseconds