Searched refs:light_isxdigit (Results 1 – 3 of 3) sorted by relevance
112 int light_isxdigit(int c);
1034 int light_isxdigit(int c) { in light_isxdigit() function
52 } else if (!light_isxdigit(*c) && '.' != *c) { in request_check_hostname()