Lines Matching refs:proxytype
394 set->proxytype = CURLPROXY_HTTP; /* defaults to HTTP proxy */ in Curl_init_userdefined()
679 if((data->proxytype == needle->proxytype) && in proxy_info_matches()
986 if(IS_HTTPS_PROXY(needle->http_proxy.proxytype)) { in url_match_conn()
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()
1341 conn->socks_proxy.proxytype = CURLPROXY_SOCKS4; in allocate_conn()
1348 (conn->http_proxy.proxytype == CURLPROXY_HTTP || in allocate_conn()
1349 conn->http_proxy.proxytype == CURLPROXY_HTTP_1_0 || in allocate_conn()
1350 IS_HTTPS_PROXY(conn->http_proxy.proxytype))); in allocate_conn()
2138 curl_proxytype proxytype) argument
2175 if(proxytype != CURLPROXY_HTTPS2)
2176 proxytype = CURLPROXY_HTTPS;
2178 proxytype = CURLPROXY_HTTPS2;
2181 proxytype = CURLPROXY_SOCKS5_HOSTNAME;
2183 proxytype = CURLPROXY_SOCKS5;
2185 proxytype = CURLPROXY_SOCKS4A;
2188 proxytype = CURLPROXY_SOCKS4;
2208 if(IS_HTTPS_PROXY(proxytype)) {
2216 proxytype == CURLPROXY_SOCKS5_HOSTNAME ||
2217 proxytype == CURLPROXY_SOCKS5 ||
2218 proxytype == CURLPROXY_SOCKS4A ||
2219 proxytype == CURLPROXY_SOCKS4;
2222 proxyinfo->proxytype = (unsigned char)proxytype;
2267 if(IS_HTTPS_PROXY(proxytype))
2453 curl_proxytype ptype = (curl_proxytype)conn->http_proxy.proxytype;
2523 conn->http_proxy.proxytype = CURLPROXY_HTTP;