Searched refs:ISXDIGIT (Results 1 – 9 of 9) sorted by relevance
161 ISXDIGIT(string[1]) && ISXDIGIT(string[2])) { in Curl_urldecode()
285 #define ISXDIGIT(x) (isxdigit((int) ((unsigned char)x))) macro
366 found = ISXDIGIT(*s); in loop()
4607 while(*ptr && (ISXDIGIT(*ptr) || (*ptr == ':') || (*ptr == '.'))) in parse_proxy()4615 while(*ptr && (ISALPHA(*ptr) || ISXDIGIT(*ptr) || (*ptr == '-') || in parse_proxy()
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
564 while(*p && (ISXDIGIT(*p) || (*p == ':') || (*p == '.'))) { in ProcessRequest()567 if(ISXDIGIT(*p)) in ProcessRequest()
2030 IMPL_CTYPE_FN(ISXDIGIT) in IMPL_CTYPE_FN()