Searched refs:inp_strlower (Results 1 – 10 of 10) sorted by relevance
/third_party/nghttp2/src/ |
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 | util.h | 414 template <typename InputIt> void inp_strlower(InputIt first, InputIt last) { in inp_strlower() function 419 inline void inp_strlower(std::string &s) { in inp_strlower() function 420 inp_strlower(std::begin(s), std::end(s)); in inp_strlower()
|
D | nghttpd.cc | 381 util::inp_strlower(config.trailer.back().name); in main()
|
D | shrpx_downstream.cc | 455 util::inp_strlower(iov.base, p); in alloc_header_name() 472 util::inp_strlower(p + name.size() - len, p + name.size()); in append_last_header_key()
|
D | shrpx_tls.cc | 203 util::inp_strlower(std::begin(buf), end_buf); in servername_callback() 2169 util::inp_strlower(std::begin(buf), end_buf); in cert_lookup_tree_add_ssl_ctx() 2210 util::inp_strlower(std::begin(buf), end_buf); in cert_lookup_tree_add_ssl_ctx()
|
D | shrpx_config.cc | 374 util::inp_strlower(name_iov.base, p); in parse_header() 1234 util::inp_strlower(iov.base, p); in parse_mapping() 1247 util::inp_strlower(iov.base, p); in parse_mapping()
|
D | nghttp.cc | 2944 util::inp_strlower(config.headers.back().name); in main() 3042 util::inp_strlower(config.trailer.back().name); in main()
|
D | shrpx_worker.cc | 1296 util::inp_strlower(low_host.base, ep); in match_downstream_addr_group()
|
D | http2.cc | 1939 util::inp_strlower(iov.base, p); in copy_lower()
|
D | h2load.cc | 2488 util::inp_strlower(config.custom_headers.back().name); in main()
|