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

/illumos-gate/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)))
561 !SIP_URI_ISALPHA(*mark) || !SIP_URI_ISALNUM(*(scan - 1))) {
1300 if (scan < uend && SIP_URI_ISALNUM(*scan)) {
1308 } while (scan < uend && SIP_URI_ISALNUM(*scan));

Completed in 58 milliseconds