Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/end2end/
Ddualstack_socket_test.cc129 char** hosts_with_port; in test_connect() local
135 hosts_with_port = in test_connect()
139 gpr_asprintf(&hosts_with_port[i], "%s:%d", uri_part_str, port); in test_connect()
142 client_hostport = gpr_strjoin_sep((const char**)hosts_with_port, in test_connect()
145 gpr_free(hosts_with_port[i]); in test_connect()
147 gpr_free(hosts_with_port); in test_connect()