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

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_parse_uri.c117 #define SIP_URI_MARK_BIT 0x0200 /* for - _ . ! ~ * ' ( ) */ macro
134 #define k SIP_URI_MARK_BIT
218 (SIP_URI_UT(c) & (SIP_URI_ALNUM_BITS|SIP_URI_MARK_BIT))
221 SIP_URI_ALNUM_BITS|SIP_URI_MARK_BIT))
224 SIP_URI_ALNUM_BITS|SIP_URI_MARK_BIT))

Completed in 67 milliseconds