Searched refs:ISXDIGIT (Results 1 – 9 of 9) sorted by relevance
161 ISXDIGIT(string[1]) && ISXDIGIT(string[2])) { in Curl_urldecode()
368 found = ISXDIGIT(*s); in loop()
285 #define ISXDIGIT(x) (isxdigit((int) ((unsigned char)x))) macro
4766 while(*ptr && (ISXDIGIT(*ptr) || (*ptr == ':') || (*ptr == '.'))) in parse_proxy()4774 while(*ptr && (ISALPHA(*ptr) || ISXDIGIT(*ptr) || (*ptr == '-') || in parse_proxy()5372 while(*ptr && (ISXDIGIT(*ptr) || (*ptr == ':') || (*ptr == '.'))) in parse_connect_to_host_port()5380 while(*ptr && (ISALPHA(*ptr) || ISXDIGIT(*ptr) || (*ptr == '-') || in parse_connect_to_host_port()
87 && ISXDIGIT(src[1])) { in inet_net_pton_ipv4()93 while ((ch = *src++) != '\0' && ISASCII(ch) && ISXDIGIT(ch)) { in inet_net_pton_ipv4()
248 #define ISXDIGIT(x) (isxdigit((int) ((unsigned char)x))) macro
100 #define ISXDIGIT(c) _sch_test(c, _sch_isxdigit) macro
565 while(*p && (ISXDIGIT(*p) || (*p == ':') || (*p == '.'))) { in ProcessRequest()568 if(ISXDIGIT(*p)) in ProcessRequest()
2030 IMPL_CTYPE_FN(ISXDIGIT) in IMPL_CTYPE_FN()