Searched refs:make_http_hostport (Results 1 – 6 of 6) sorted by relevance
/third_party/nghttp2/src/ |
D | util_test.cc | 532 CU_ASSERT("localhost" == util::make_http_hostport( in test_util_make_http_hostport() 535 util::make_http_hostport(balloc, StringRef::from_lit("::1"), 443)); in test_util_make_http_hostport() 538 util::make_http_hostport(balloc, StringRef::from_lit("localhost"), 3000)); in test_util_make_http_hostport()
|
D | util.h | 800 StringRef make_http_hostport(BlockAllocator &balloc, const StringRef &host, 804 StringRef make_http_hostport(OutputIt first, const StringRef &host, in make_http_hostport() function
|
D | shrpx_worker.cc | 1055 faddr.hostport = util::make_http_hostport(mod_config()->balloc, in create_quic_server_socket() 1094 auto hostport = util::make_http_hostport(std::begin(hostport_buf), in find_quic_upstream_addr()
|
D | util.cc | 1298 StringRef make_http_hostport(BlockAllocator &balloc, const StringRef &host, in make_http_hostport() function 1301 return make_http_hostport(iov.base, host, port); in make_http_hostport()
|
D | shrpx.cc | 1009 faddr.hostport = util::make_http_hostport(mod_config()->balloc, in create_tcp_server_socket()
|
D | shrpx_config.cc | 4558 util::make_http_hostport(downstreamconf.balloc, addr.host, addr.port); in configure_downstream_group()
|