Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_parse_uri.c483 if (uri_hexValue == 0x21 || uri_hexValue == 0x22 || in sip_uri_parse_tel_areaspe()
484 (uri_hexValue >= 0x24 && uri_hexValue <= 0x27) || in sip_uri_parse_tel_areaspe()
485 uri_hexValue == 0x2c || uri_hexValue == 0x2f || in sip_uri_parse_tel_areaspe()
487 (uri_hexValue >= 0x3c && uri_hexValue <= 0x40) || in sip_uri_parse_tel_areaspe()
700 if (uri_hexValue == 0x21 || uri_hexValue == 0x7c || in sip_uri_isTokenchar()
702 (uri_hexValue >= 0x23 && uri_hexValue <= 0x27) || in sip_uri_isTokenchar()
703 (uri_hexValue >= 0x2a && uri_hexValue <= 0x2b) || in sip_uri_isTokenchar()
704 (uri_hexValue >= 0x2d && uri_hexValue <= 0x2e) || in sip_uri_isTokenchar()
705 (uri_hexValue >= 0x30 && uri_hexValue <= 0x39) || in sip_uri_isTokenchar()
706 (uri_hexValue >= 0x41 && uri_hexValue <= 0x5a) || in sip_uri_isTokenchar()
[all …]