Searched refs:sip_parse_hdr_parser1 (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/lib/libsip/common/ |
H A D | sip_parse_hdrs.c | 56 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 D | sip_parse_generic.h | 61 extern int sip_parse_hdr_parser1(_sip_header_t *,
|
H A D | sip_parse_generic.c | 496 sip_parse_hdr_parser1(_sip_header_t *hdr, sip_parsed_header_t **phdr, char sep) in sip_parse_hdr_parser1() function
|