Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_parse_uri.c216 #define SIP_URI_ISUNRESERVED(c) \ macro
503 if (SIP_URI_ISUNRESERVED(*scan) || in sip_uri_parse_tel_areaspe()
629 if (SIP_URI_ISUNRESERVED(*scan) || in sip_uri_parse_tel_futureext()
644 if (SIP_URI_ISUNRESERVED(*scan) || in sip_uri_parse_tel_futureext()
692 if ((SIP_URI_ISUNRESERVED(*scan) && *scan != '(' && *scan != ')') || in sip_uri_isTokenchar()
982 if (SIP_URI_ISUNRESERVED(*scan) || SIP_URI_ISURLESCAPE(scan, uend) || in sip_uri_parse_abs_opaque()
991 SIP_URI_ISUNRESERVED(*scan) || SIP_URI_ISURLESCAPE(scan, uend))) { in sip_uri_parse_abs_opaque()
1039 SIP_URI_ISUNRESERVED(*scan) || SIP_URI_ISURLESCAPE(scan, uend) || in sip_uri_parse_abs_path()
1058 while (scan < uend && (SIP_URI_ISUNRESERVED(*scan) || in sip_uri_parse_abs_regname()
1079 while (scan < uend && (SIP_URI_ISUNRESERVED(*scan) || in sip_uri_parse_password()
[all …]