Home
last modified time | relevance | path

Searched defs:IS_ALPHA (Results 1 - 1 of 1) sorted by relevance

/third_party/nghttp2/third-party/url-parser/
H A Durl_parser.c178 #define IS_ALPHA(c) (LOWER(c) >= 'a' && LOWER(c) <= 'z') macro

Completed in 2 milliseconds