Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_parse_generic.h44 extern int sip_find_white_space(_sip_header_t *);
H A Dsip_parse_hdrs.c612 if (sip_find_white_space(sip_header) == 0) { in sip_parse_timestamp_header()
841 if (sip_find_white_space(sip_header)) { in sip_parse_rack()
1103 if (sip_find_white_space(sip_header)) { in sip_parse_cseq_header()
1226 if (sip_find_white_space(sip_header) != 0) { in sip_parse_via_header()
H A Dsip_parse_generic.c140 sip_find_white_space(_sip_header_t *sip_header) in sip_find_white_space() function
1008 if (sip_find_white_space(hdr)) { in sip_parse_hdr_parser5()