Home
last modified time | relevance | path

Searched refs:socksproxy (Results 1 – 5 of 5) sorted by relevance

/third_party/curl/lib/
Durl.c1244 needle->bits.socksproxy != check->bits.socksproxy) in ConnectionExists()
1247 if(needle->bits.socksproxy && in ConnectionExists()
1546 conn->bits.socksproxy ? conn->socks_proxy.host.dispname : in Curl_verboseconnect()
1747 conn->bits.socksproxy = (conn->bits.proxy && in allocate_conn()
1752 conn->bits.socksproxy = TRUE; in allocate_conn()
2042 if(conn->bits.socksproxy) {
2605 char *socksproxy = NULL; local
2632 socksproxy = strdup(data->set.str[STRING_PRE_PROXY]);
2634 if(NULL == socksproxy) {
2656 Curl_safefree(socksproxy);
[all …]
Dconnect.c781 if(conn->bits.socksproxy) { in connect_SOCKS()
1031 if(conn->bits.socksproxy) in Curl_is_connected()
Durldata.h465 BIT(socksproxy); /* if set, this transfer is done through a socks proxy */
Dftp.c1797 && !(conn->bits.tunnel_proxy || conn->bits.socksproxy) in ftp_epsv_disable()
1827 if(conn->bits.tunnel_proxy || conn->bits.socksproxy) in control_address()
1953 const char * const host_name = conn->bits.socksproxy ? in ftp_state_pasv_resp()
Dmulti.c675 conn->bits.socksproxy ? in multi_done()