Searched refs:proxytype (Results 1 – 8 of 8) sorted by relevance
679 if((data->proxytype == needle->proxytype) && in proxy_info_matches()988 if(needle->http_proxy.proxytype != conn->http_proxy.proxytype) in url_match_conn()1340 conn->http_proxy.proxytype = data->set.proxytype; in allocate_conn()2176 proxytype = CURLPROXY_HTTPS;2183 proxytype = CURLPROXY_SOCKS5;2185 proxytype = CURLPROXY_SOCKS4A;2188 proxytype = CURLPROXY_SOCKS4;2208 if(IS_HTTPS_PROXY(proxytype)) {2219 proxytype == CURLPROXY_SOCKS4;2222 proxyinfo->proxytype = (unsigned char)proxytype;[all …]
289 (conn->socks_proxy.proxytype == CURLPROXY_SOCKS4A); in do_SOCKS4()586 (conn->socks_proxy.proxytype == CURLPROXY_SOCKS5); in do_SOCKS5()1090 switch(conn->socks_proxy.proxytype) { in connect_SOCKS()
238 http_minor = (cf->conn->http_proxy.proxytype == CURLPROXY_HTTP_1_0) ? 0 : 1; in start_CONNECT()701 if((conn->http_proxy.proxytype == CURLPROXY_HTTP_1_0) && in start_CONNECT()
774 unsigned char proxytype; /* curl_proxytype: what kind of proxy that is in member1662 unsigned char proxytype; /* what kind of proxy: curl_proxytype */ member
1288 if(IS_HTTPS_PROXY(cf->conn->http_proxy.proxytype) in cf_setup_connect()
688 data->set.proxytype = (unsigned char)(curl_proxytype)arg; in setopt_long()
2029 if(conn->http_proxy.proxytype == CURLPROXY_HTTPS2) { in cf_ssl_proxy_create()
3262 if(conn->http_proxy.proxytype == CURLPROXY_HTTPS) { in ssh_connect()
Completed in 58 milliseconds