Searched refs:sip_parse_hdr_parser5 (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/lib/libsip/common/ |
H A D | sip_parse_generic.h | 69 extern int sip_parse_hdr_parser5(_sip_header_t *,
|
H A D | sip_parse_hdrs.c | 957 return (sip_parse_hdr_parser5(sip_header, header, B_TRUE)); in sip_parse_author_header() 1007 return (sip_parse_hdr_parser5(sip_header, header, B_TRUE)); in sip_parse_pauthen_header() 1017 return (sip_parse_hdr_parser5(sip_header, header, B_TRUE)); in sip_parse_pauthor_header() 1044 return (sip_parse_hdr_parser5(sip_header, header, B_TRUE)); in sip_parse_wauthen_header()
|
H A D | sip_parse_generic.c | 971 sip_parse_hdr_parser5(_sip_header_t *hdr, sip_parsed_header_t **phdr, in sip_parse_hdr_parser5() function
|