Searched refs:IS_HOST_CHAR (Results 1 – 1 of 1) sorted by relevance
194 #define IS_HOST_CHAR(c) (IS_ALPHANUM(c) || (c) == '.' || (c) == '-') macro199 #define IS_HOST_CHAR(c) \ macro381 if (IS_HOST_CHAR(ch)) { in http_parse_host_char()388 if (IS_HOST_CHAR(ch)) { in http_parse_host_char()