Home
last modified time | relevance | path

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

/third_party/grpc/test/cpp/util/
Dcreate_test_channel.cc178 const std::string& connect_to = server.empty() ? override_hostname : server; in CreateTestChannel() local
183 return ::grpc::CreateCustomChannel(connect_to, channel_creds, in CreateTestChannel()
187 connect_to, channel_creds, channel_args, in CreateTestChannel()
/third_party/libwebsockets/lib/core-net/client/
Dconnect3.c232 goto connect_to;
684 connect_to:
/third_party/curl/src/
Dtool_cfgable.h209 struct curl_slist *connect_to; member
Dtool_cfgable.c163 curl_slist_free_all(config->connect_to); in free_config_fields()
Dtool_operate.c1938 if(config->connect_to) in single_transfer()
1940 my_setopt_slist(curl, CURLOPT_CONNECT_TO, config->connect_to); in single_transfer()
Dtool_getparam.c1185 err = add2list(&config->connect_to, nextarg); in getparameter()
/third_party/nghttp2/examples/
Dclient.c401 static int connect_to(const char *host, uint16_t port) { in connect_to() function
543 fd = connect_to(req.host, req.port); in fetch_uri()
/third_party/skia/third_party/externals/microhttpd/src/testspdy/
Dtest_new_connection.c515 static int connect_to(const char *host, uint16_t port) in connect_to() function
671 fd = connect_to(req.host, req.port); in fetch_uri()
Dtest_request_response.c503 static int connect_to(const char *host, uint16_t port) in connect_to() function
659 fd = connect_to(req.host, req.port); in fetch_uri()
Dtest_notls.c466 static int connect_to(const char *host, uint16_t port) in connect_to() function
621 fd = connect_to(req.host, req.port); in fetch_uri()
/third_party/curl/tests/server/
Dsws.c1208 static curl_socket_t connect_to(const char *ipaddr, unsigned short port) in connect_to() function
1352 serverfd[CTRL] = connect_to(ipaddr, ipport); in http_connect()
1480 serverfd[DATA] = connect_to(ipaddr, req2->connect_port); in http_connect()
/third_party/curl/lib/
Durldata.h1712 struct curl_slist *connect_to; /* list of host:port mappings to override member
Dsetopt.c2916 data->set.connect_to = va_arg(param, struct curl_slist *); in Curl_vsetopt()
Durl.c3692 result = parse_connect_to_slist(data, conn, data->set.connect_to);