Home
last modified time | relevance | path

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

/third_party/nghttp2/third-party/url-parser/
Durl_parser.c40 static const uint8_t normal_url_char[32] = { variable
193 #define IS_URL_CHAR(c) (BIT_AT(normal_url_char, (unsigned char)c))
198 (BIT_AT(normal_url_char, (unsigned char)c) || ((c) & 0x80))