Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dutil.h355 template <typename InputIt> void inp_strlower(InputIt first, InputIt last) { in inp_strlower() function
360 inline void inp_strlower(std::string &s) { in inp_strlower() function
361 inp_strlower(std::begin(s), std::end(s)); in inp_strlower()
Dutil_test.cc104 util::inp_strlower(a); in test_util_inp_strlower()
108 util::inp_strlower(a); in test_util_inp_strlower()
112 util::inp_strlower(a); in test_util_inp_strlower()
Dnghttpd.cc373 util::inp_strlower(config.trailer.back().name); in main()
Dshrpx_downstream.cc445 util::inp_strlower(iov.base, p); in alloc_header_name()
462 util::inp_strlower(p + name.size() - len, p + name.size()); in append_last_header_key()
Dshrpx_tls.cc179 util::inp_strlower(std::begin(buf), end_buf); in servername_callback()
1680 util::inp_strlower(std::begin(buf), end_buf); in cert_lookup_tree_add_ssl_ctx()
1721 util::inp_strlower(std::begin(buf), end_buf); in cert_lookup_tree_add_ssl_ctx()
Dshrpx_worker.cc709 util::inp_strlower(low_host.base, ep); in match_downstream_addr_group()
Dshrpx_config.cc303 util::inp_strlower(name_iov.base, p); in parse_header()
1107 util::inp_strlower(iov.base, p); in parse_mapping()
1120 util::inp_strlower(iov.base, p); in parse_mapping()
Dnghttp.cc2904 util::inp_strlower(config.headers.back().name); in main()
2996 util::inp_strlower(config.trailer.back().name); in main()
Dhttp2.cc1917 util::inp_strlower(iov.base, p); in copy_lower()
Dh2load.cc2122 util::inp_strlower(config.custom_headers.back().name); in main()