Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_parse_generic.c577 value->strs2_val_ptr = in sip_parse_hdr_parser1()
584 value->strs2_val_ptr; in sip_parse_hdr_parser1()
594 value->strs2_val_ptr; in sip_parse_hdr_parser1()
803 value->strs2_val_ptr = hdr->sip_hdr_current; in sip_parse_hdr_parser3()
810 value->strs2_val_ptr = NULL; in sip_parse_hdr_parser3()
816 value->strs2_val_ptr - 1; in sip_parse_hdr_parser3()
829 value->strs2_val_ptr = cur; in sip_parse_hdr_parser3()
832 value->strs2_val_ptr - 1; in sip_parse_hdr_parser3()
834 value->strs2_val_ptr = cur; in sip_parse_hdr_parser3()
838 value->strs2_val_ptr - 1; in sip_parse_hdr_parser3()
[all …]
H A Dsip_parse_hdrs.c620 value->strs2_val_ptr = sip_header->sip_hdr_current; in sip_parse_timestamp_header()
625 if (sip_header->sip_hdr_current < value->strs2_val_ptr) { in sip_parse_timestamp_header()
626 value->strs2_val_ptr = NULL; in sip_parse_timestamp_header()
630 value->strs2_val_ptr; in sip_parse_timestamp_header()
638 value->strs2_val_ptr = NULL; in sip_parse_timestamp_header()
H A Dsip_msg.h198 #define strs2_val_ptr hdr_value.strs.s2.sip_str_ptr macro