Searched refs:sx (Results 1 – 1 of 1) sorted by relevance
200 sx->state = state; in socksstate()301 protocol4a ? "a" : "", sx->hostname, sx->remote_port); in do_SOCKS4()304 sx->hostname, sx->remote_port); in do_SOCKS4()598 sx->hostname, sx->remote_port); in do_SOCKS5()719 if(sx->proxy_user && sx->proxy_password) { in do_SOCKS5()815 dns = Curl_fetch_addr(data, sx->hostname, sx->remote_port); in do_SOCKS5()935 sx->hostname, sx->remote_port); in do_SOCKS5()1147 if(!sx) { in socks_proxy_cf_connect()1148 sx = calloc(1, sizeof(*sx)); in socks_proxy_cf_connect()1149 if(!sx) in socks_proxy_cf_connect()[all …]
Completed in 9 milliseconds