Home
last modified time | relevance | path

Searched refs:proxytype (Results 1 – 8 of 8) sorted by relevance

/curl/lib/
H A Durl.c679 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 …]
H A Dsocks.c289 (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()
H A Dcf-h1-proxy.c238 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()
H A Durldata.h774 unsigned char proxytype; /* curl_proxytype: what kind of proxy that is in member
1662 unsigned char proxytype; /* what kind of proxy: curl_proxytype */ member
H A Dconnect.c1288 if(IS_HTTPS_PROXY(cf->conn->http_proxy.proxytype) in cf_setup_connect()
H A Dsetopt.c688 data->set.proxytype = (unsigned char)(curl_proxytype)arg; in setopt_long()
/curl/lib/vtls/
H A Dvtls.c2029 if(conn->http_proxy.proxytype == CURLPROXY_HTTPS2) { in cf_ssl_proxy_create()
/curl/lib/vssh/
H A Dlibssh2.c3262 if(conn->http_proxy.proxytype == CURLPROXY_HTTPS) { in ssh_connect()

Completed in 58 milliseconds