Home
last modified time | relevance | path

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

/external/curl/lib/
Durl.c1201 needle->bits.socksproxy != check->bits.socksproxy) in ConnectionExists()
1204 if(needle->bits.socksproxy && in ConnectionExists()
1467 conn->bits.socksproxy ? conn->socks_proxy.host.dispname : in Curl_verboseconnect()
1671 conn->bits.socksproxy = (conn->bits.proxy && in allocate_conn()
1676 conn->bits.socksproxy = TRUE; in allocate_conn()
2420 char *socksproxy = NULL; local
2448 socksproxy = strdup(data->set.str[STRING_PRE_PROXY]);
2450 if(NULL == socksproxy) {
2472 Curl_safefree(socksproxy);
2475 else if(!proxy && !socksproxy)
[all …]
Dconnect.c746 if(conn->bits.socksproxy) { in connect_SOCKS()
986 if(conn->bits.socksproxy) in Curl_is_connected()
Durldata.h427 BIT(socksproxy); /* if set, this transfer is done through a socks proxy */
Dftp.c1768 && !(conn->bits.tunnel_proxy || conn->bits.socksproxy) in ftp_epsv_disable()
1798 if(conn->bits.tunnel_proxy || conn->bits.socksproxy) in control_address()
1924 const char * const host_name = conn->bits.socksproxy ? in ftp_state_pasv_resp()
Dmulti.c673 conn->bits.socksproxy ? in multi_done()