Home
last modified time | relevance | path

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

/third_party/nghttp2/third-party/url-parser/
Durl_parser.c194 #define IS_HOST_CHAR(c) (IS_ALPHANUM(c) || (c) == '.' || (c) == '-') macro
199 #define IS_HOST_CHAR(c) \ macro
/third_party/boost/libs/beast/test/bench/parser/nodejs-parser/
Dhttp_parser.c429 #define IS_HOST_CHAR(c) (IS_ALPHANUM(c) || (c) == '.' || (c) == '-') macro
434 #define IS_HOST_CHAR(c) \ macro