Searched refs:uri_part_str (Results 1 – 1 of 1) sorted by relevance
138 char* uri_part_str = grpc_slice_to_c_string(uri_parts.slices[i]); in test_connect() local139 gpr_asprintf(&hosts_with_port[i], "%s:%d", uri_part_str, port); in test_connect()140 gpr_free(uri_part_str); in test_connect()