Home
last modified time | relevance | path

Searched refs:hostport_buf (Results 1 – 4 of 4) sorted by relevance

/third_party/nghttp2/src/
Dutil_test.cc542 std::array<char, util::max_hostport> hostport_buf; in test_util_make_hostport() local
544 util::make_hostport(std::begin(hostport_buf), in test_util_make_hostport()
546 CU_ASSERT("[::1]:443" == util::make_hostport(std::begin(hostport_buf), in test_util_make_hostport()
Dshrpx_worker.cc1109 std::array<char, util::max_hostport> hostport_buf; in find_quic_upstream_addr() local
1111 auto hostport = util::make_http_hostport(std::begin(hostport_buf), in find_quic_upstream_addr()
Dshrpx.cc3822 std::array<char, util::max_hostport> hostport_buf; in process_options() local
3826 auto hostport = util::make_hostport(std::begin(hostport_buf), in process_options()
3840 auto hostport = util::make_hostport(std::begin(hostport_buf), in process_options()
3862 auto hostport = util::make_hostport(std::begin(hostport_buf), in process_options()
Dshrpx_config.cc4512 std::array<char, util::max_hostport> hostport_buf; in configure_downstream_group() local
4559 util::make_hostport(std::begin(hostport_buf), addr.host, addr.port); in configure_downstream_group()