Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsip/common/
H A Dsip_parse_uri.c197 #define SIP_URI_ISALNUM(c) (SIP_URI_UT(c) & SIP_URI_ALNUM_BITS) macro
558 while (scan < uend && (*scan == '-'|| SIP_URI_ISALNUM(*scan))) in sip_uri_parse_tel_servicepro()
561 !SIP_URI_ISALPHA(*mark) || !SIP_URI_ISALNUM(*(scan - 1))) { in sip_uri_parse_tel_servicepro()
1300 if (scan < uend && SIP_URI_ISALNUM(*scan)) { in sip_uri_parse_hostname()
1308 } while (scan < uend && SIP_URI_ISALNUM(*scan)); in sip_uri_parse_hostname()