Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsip/common/
H A Dsip_parse_hdrs.c56 return (sip_parse_hdr_parser1(sip_header, header, SIP_SLASH)); in sip_parse_acpt_header()
68 return (sip_parse_hdr_parser1(sip_header, header, (char)NULL)); in sip_parse_acpt_encode_header()
82 return (sip_parse_hdr_parser1(sip_header, header, (char)NULL)); in sip_parse_acpt_lang_header()
199 return (sip_parse_hdr_parser1(sip_header, header, (char)NULL)); in sip_parse_contentdis_header()
210 return (sip_parse_hdr_parser1(sip_header, header, (char)NULL)); in sip_parse_contentencode_header()
224 return (sip_parse_hdr_parser1(sip_header, header, (char)NULL)); in sip_parse_contentlang_header()
358 return (sip_parse_hdr_parser1(sip_header, header, (char)NULL)); in sip_parse_inreplyto_header()
452 return (sip_parse_hdr_parser1(sip_header, header, (char)NULL)); in sip_parse_privacy_header()
463 return (sip_parse_hdr_parser1(sip_header, header, (char)NULL)); in sip_parse_require_header()
573 return (sip_parse_hdr_parser1(sip_header, header, (char)NULL)); in sip_parse_support_header()
[all …]
H A Dsip_parse_generic.h61 extern int sip_parse_hdr_parser1(_sip_header_t *,
H A Dsip_parse_generic.c496 sip_parse_hdr_parser1(_sip_header_t *hdr, sip_parsed_header_t **phdr, char sep) in sip_parse_hdr_parser1() function