Home
last modified time | relevance | path

Searched defs:IS_HOST_CHAR (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-3.4.0/components/nghttp/port/
Dhttp_parser.c432 #define IS_HOST_CHAR(c) (IS_ALPHANUM(c) || (c) == '.' || (c) == '-') macro
437 #define IS_HOST_CHAR(c) \ macro