Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsip/common/
H A Dsip_parse_generic.h54 extern boolean_t sip_is_empty_hdr(_sip_header_t *);
H A Dsip_parse_hdrs.c54 if (sip_is_empty_hdr(sip_header)) in sip_parse_acpt_header()
80 if (sip_is_empty_hdr(sip_header)) in sip_parse_acpt_lang_header()
411 if (sip_is_empty_hdr(sip_header)) in sip_parse_org_header()
559 if (sip_is_empty_hdr(sip_header)) in sip_parse_subject_header()
571 if (sip_is_empty_hdr(sip_header)) in sip_parse_support_header()
H A Dsip_parse_generic.c339 sip_is_empty_hdr(_sip_header_t *sip_header) in sip_is_empty_hdr() function