Home
last modified time | relevance | path

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

/third_party/nghttp2/third-party/url-parser/
Durl_parser.c193 #define IS_URL_CHAR(c) (BIT_AT(normal_url_char, (unsigned char)c)) macro
197 #define IS_URL_CHAR(c) \ macro