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

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_parse_uri.c430 int uri_hexValue; local
483 uri_hexValue = sip_uri_hexVal(scan, uend);
484 if (uri_hexValue == 0x21 || uri_hexValue == 0x22 ||
485 (uri_hexValue >= 0x24 && uri_hexValue <= 0x27) ||
486 uri_hexValue == 0x2c || uri_hexValue == 0x2f ||
487 uri_hexValue == 0x3a ||
488 (uri_hexValue >
583 int uri_hexValue = 0; local
685 int uri_hexValue = 0; local
[all...]

Completed in 57 milliseconds