Searched refs:connect_to (Results 1 – 14 of 14) sorted by relevance
/third_party/grpc/test/cpp/util/ |
D | create_test_channel.cc | 178 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/ |
D | connect3.c | 232 goto connect_to; 684 connect_to:
|
/third_party/curl/src/ |
D | tool_cfgable.h | 209 struct curl_slist *connect_to; member
|
D | tool_cfgable.c | 163 curl_slist_free_all(config->connect_to); in free_config_fields()
|
D | tool_operate.c | 1938 if(config->connect_to) in single_transfer() 1940 my_setopt_slist(curl, CURLOPT_CONNECT_TO, config->connect_to); in single_transfer()
|
D | tool_getparam.c | 1185 err = add2list(&config->connect_to, nextarg); in getparameter()
|
/third_party/nghttp2/examples/ |
D | client.c | 401 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/ |
D | test_new_connection.c | 515 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()
|
D | test_request_response.c | 503 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()
|
D | test_notls.c | 466 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/ |
D | sws.c | 1208 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/ |
D | urldata.h | 1712 struct curl_slist *connect_to; /* list of host:port mappings to override member
|
D | setopt.c | 2916 data->set.connect_to = va_arg(param, struct curl_slist *); in Curl_vsetopt()
|
D | url.c | 3692 result = parse_connect_to_slist(data, conn, data->set.connect_to);
|