Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/nghttp/port/
Dhttp_parser.c420 #define IS_MARK(c) ((c) == '-' || (c) == '_' || (c) == '.' || \ macro
423 #define IS_USERINFO_CHAR(c) (IS_ALPHANUM(c) || IS_MARK(c) || (c) == '%' || \