Home
last modified time | relevance | path

Searched refs:light_isxdigit (Results 1 – 3 of 3) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dbuffer.h112 int light_isxdigit(int c);
H A Dbuffer.c1034 int light_isxdigit(int c) { in light_isxdigit() function
H A Drequest.c52 } else if (!light_isxdigit(*c) && '.' != *c) { in request_check_hostname()