Searched refs:IS_HOST_CHAR (Results 1 – 2 of 2) sorted by relevance
128 #define IS_HOST_CHAR(c) (IS_ALPHANUM(c) || (c) == '.' || (c) == '-') macro132 #define IS_HOST_CHAR(c) \ macro317 if (IS_HOST_CHAR(ch)) { in http_parse_host_char()324 if (IS_HOST_CHAR(ch)) { in http_parse_host_char()
284 #define IS_HOST_CHAR(c) (IS_ALPHANUM(c) || (c) == '.' || (c) == '-') macro287 #define IS_HOST_CHAR(c) \ macro