Home
last modified time | relevance | path

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

/third_party/openssl/test/
H A Derrtest.c24 # define IS_HEX(ch) ((ch >= '0' && ch <='9') || (ch >= 'A' && ch <='F')) macro
/third_party/nghttp2/third-party/url-parser/
H A Durl_parser.c181 #define IS_HEX(c) (IS_NUM(c) || (LOWER(c) >= 'a' && LOWER(c) <= 'f')) macro

Completed in 2 milliseconds