Lines Matching refs:socksproxy

1217          needle->bits.socksproxy != check->bits.socksproxy)  in ConnectionExists()
1220 if(needle->bits.socksproxy && !proxy_info_matches(&needle->socks_proxy, in ConnectionExists()
1484 if(conn->bits.socksproxy) { in Curl_connected_proxy()
1534 conn->bits.socksproxy ? conn->socks_proxy.host.dispname : in Curl_verboseconnect()
1842 conn->bits.socksproxy = FALSE; in allocate_conn()
1857 conn->bits.socksproxy = (conn->bits.proxy && in allocate_conn()
1862 conn->bits.socksproxy = TRUE; in allocate_conn()
2937 char *socksproxy = NULL; in create_conn_helper_init_proxy() local
2965 socksproxy = strdup(data->set.str[STRING_PRE_PROXY]); in create_conn_helper_init_proxy()
2967 if(NULL == socksproxy) { in create_conn_helper_init_proxy()
2983 Curl_safefree(socksproxy); in create_conn_helper_init_proxy()
2986 else if(!proxy && !socksproxy) in create_conn_helper_init_proxy()
3006 if(socksproxy && (!*socksproxy || in create_conn_helper_init_proxy()
3008 free(socksproxy); /* Don't bother with an empty socks proxy string or if in create_conn_helper_init_proxy()
3010 socksproxy = NULL; in create_conn_helper_init_proxy()
3018 if(proxy || socksproxy) { in create_conn_helper_init_proxy()
3026 if(socksproxy) { in create_conn_helper_init_proxy()
3027 result = parse_proxy(data, conn, socksproxy, in create_conn_helper_init_proxy()
3030 Curl_safefree(socksproxy); in create_conn_helper_init_proxy()
3069 conn->bits.socksproxy = TRUE; in create_conn_helper_init_proxy()
3072 conn->bits.socksproxy = FALSE; /* not a socks proxy */ in create_conn_helper_init_proxy()
3075 conn->bits.socksproxy = FALSE; in create_conn_helper_init_proxy()
3078 conn->bits.proxy = conn->bits.httpproxy || conn->bits.socksproxy; in create_conn_helper_init_proxy()
3084 conn->bits.socksproxy = FALSE; in create_conn_helper_init_proxy()
3091 free(socksproxy); in create_conn_helper_init_proxy()
3885 struct hostname * const host = conn->bits.socksproxy ? in resolve_server()
4236 if(conn->bits.socksproxy) { in create_conn()