Searched refs:inp_strlower (Results 1 – 10 of 10) sorted by relevance
/third_party/nghttp2/src/ |
D | util.h | 355 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()
|
D | util_test.cc | 104 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()
|
D | nghttpd.cc | 373 util::inp_strlower(config.trailer.back().name); in main()
|
D | shrpx_downstream.cc | 445 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()
|
D | shrpx_tls.cc | 179 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()
|
D | shrpx_worker.cc | 709 util::inp_strlower(low_host.base, ep); in match_downstream_addr_group()
|
D | shrpx_config.cc | 303 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()
|
D | nghttp.cc | 2904 util::inp_strlower(config.headers.back().name); in main() 2996 util::inp_strlower(config.trailer.back().name); in main()
|
D | http2.cc | 1917 util::inp_strlower(iov.base, p); in copy_lower()
|
D | h2load.cc | 2122 util::inp_strlower(config.custom_headers.back().name); in main()
|