Searched refs:sip_parse_hdr_parser3 (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/lib/libsip/common/ |
H A D | sip_parse_generic.h | 65 extern int sip_parse_hdr_parser3(_sip_header_t *,
|
H A D | sip_parse_hdrs.c | 92 return (sip_parse_hdr_parser3(sip_header, header, SIP_STR_VAL, B_TRUE)); in sip_parse_alert_header() 182 return (sip_parse_hdr_parser3(sip_header, header, SIP_STR_VAL, B_TRUE)); in sip_parse_callinfo_header() 338 return (sip_parse_hdr_parser3(sip_header, header, SIP_STR_VAL, B_TRUE)); in sip_parse_errorinfo_header() 439 return (sip_parse_hdr_parser3(sip_header, header, SIP_STRS_VAL, in sip_parse_replyto_header() 1688 return (sip_parse_hdr_parser3(sip_header, header, SIP_STRS_VAL, in sip_parse_passertedid() 1700 return (sip_parse_hdr_parser3(sip_header, header, SIP_STRS_VAL, in sip_parse_ppreferredid()
|
H A D | sip_parse_generic.c | 718 sip_parse_hdr_parser3(_sip_header_t *hdr, sip_parsed_header_t **phdr, int type, in sip_parse_hdr_parser3() function
|