Home
last modified time | relevance | path

Searched refs:last_value (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_parse_hdrs.c101 sip_hdr_value_t *last_value = NULL; in sip_parse_allow_header() local
125 if (last_value != NULL) in sip_parse_allow_header()
126 last_value->sip_next_value = value; in sip_parse_allow_header()
159 last_value = value; in sip_parse_allow_header()
686 sip_hdr_value_t *last_value = NULL; in sip_parse_warn_header() local
707 if (last_value != NULL) in sip_parse_warn_header()
764 last_value = value; in sip_parse_warn_header()
1182 if (last_value != NULL) in sip_parse_via_header()
1325 last_value = value; in sip_parse_via_header()
1439 if (last_value != NULL) in sip_parse_cftr_header()
[all …]
H A Dsip_parse_generic.c499 sip_hdr_value_t *last_value = NULL; in sip_parse_hdr_parser1() local
524 if (last_value != NULL) in sip_parse_hdr_parser1()
525 last_value->sip_next_value = value; in sip_parse_hdr_parser1()
647 last_value = value; in sip_parse_hdr_parser1()
721 sip_hdr_value_t *last_value = NULL; in sip_parse_hdr_parser3() local
748 if (last_value != NULL) in sip_parse_hdr_parser3()
749 last_value->sip_next_value = value; in sip_parse_hdr_parser3()
908 last_value = value; in sip_parse_hdr_parser3()