Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dhttp2.cc1813 if (util::in_rfc3986_unreserved_chars(c)) { in normalize_path()
1860 if (util::in_rfc3986_unreserved_chars(c) || c == ':') { in normalize_path_colon()
Dutil.cc103 bool in_rfc3986_unreserved_chars(const char c) { in in_rfc3986_unreserved_chars() function
122 if (in_rfc3986_unreserved_chars(c)) { in percent_encode()
Dutil.h92 bool in_rfc3986_unreserved_chars(const char c);