Searched refs:hostport_buf (Results 1 – 4 of 4) sorted by relevance
/third_party/nghttp2/src/ |
D | util_test.cc | 542 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()
|
D | shrpx_worker.cc | 1109 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()
|
D | shrpx.cc | 3822 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()
|
D | shrpx_config.cc | 4512 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()
|