Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_cfgable.h178 struct curl_slist *connect_to; member
Dtool_cfgable.c151 curl_slist_free_all(config->connect_to); in free_config_fields()
Dtool_operate.c1439 if(config->connect_to) in operate_do()
1441 my_setopt_slist(curl, CURLOPT_CONNECT_TO, config->connect_to); in operate_do()
Dtool_getparam.c1093 err = add2list(&config->connect_to, nextarg); in getparameter()
/external/libmicrohttpd/src/testspdy/
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()
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()
/external/curl/tests/server/
Dsws.c1324 static curl_socket_t connect_to(const char *ipaddr, unsigned short port) in connect_to() function
1468 serverfd[CTRL] = connect_to(ipaddr, ipport); in http_connect()
1592 serverfd[DATA] = connect_to(ipaddr, req2.connect_port); in http_connect()
/external/curl/lib/
Durldata.h1553 struct curl_slist *connect_to; /* list of host:port mappings to override member
Dsetopt.c2519 data->set.connect_to = va_arg(param, struct curl_slist *); in Curl_vsetopt()
Durl.c4216 result = parse_connect_to_slist(data, conn, data->set.connect_to); in create_conn()