Home
last modified time | relevance | path

Searched refs:make_http_hostport (Results 1 – 6 of 6) sorted by relevance

/third_party/nghttp2/src/
Dutil_test.cc532 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()
Dutil.h800 StringRef make_http_hostport(BlockAllocator &balloc, const StringRef &host,
804 StringRef make_http_hostport(OutputIt first, const StringRef &host, in make_http_hostport() function
Dshrpx_worker.cc1055 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()
Dutil.cc1298 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()
Dshrpx.cc1009 faddr.hostport = util::make_http_hostport(mod_config()->balloc, in create_tcp_server_socket()
Dshrpx_config.cc4558 util::make_http_hostport(downstreamconf.balloc, addr.host, addr.port); in configure_downstream_group()