Home
last modified time | relevance | path

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

/third_party/nghttp2/third-party/url-parser/
Durl_parser.c28 #ifndef BIT_AT
29 # define BIT_AT(a, i) \ macro
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))