Home
last modified time | relevance | path

Searched refs:str_val_ptr (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_parse_generic.c537 value->str_val_ptr = value->sip_value_start; in sip_parse_hdr_parser1()
562 value->str_val_ptr = value->sip_value_start; in sip_parse_hdr_parser1()
616 value->str_val_ptr = value->sip_value_start; in sip_parse_hdr_parser1()
618 value->str_val_ptr + 1; in sip_parse_hdr_parser1()
635 value->str_val_ptr = value->sip_value_start; in sip_parse_hdr_parser1()
864 value->str_val_ptr = hdr->sip_hdr_current; in sip_parse_hdr_parser3()
868 value->str_val_ptr - 1; in sip_parse_hdr_parser3()
870 value->str_val_ptr = NULL; in sip_parse_hdr_parser3()
877 value->str_val_ptr = NULL; in sip_parse_hdr_parser3()
956 value->str_val_ptr = hdr->sip_hdr_current; in sip_parse_hdr_parser4()
[all …]
H A Dsip_msg.h191 #define str_val_ptr hdr_value.str.sip_str_ptr macro
H A Dsip_dialog.c991 strncmp(dlg_ev_val->str_val_ptr, event->sip_str_ptr, in sip_complete_dialog()