Home
last modified time | relevance | path

Searched refs:socks_proxytype (Results 1 – 2 of 2) sorted by relevance

/external/curl/lib/
Durldata.h1635 curl_proxytype socks_proxytype; /* what kind of socks proxy that is in use */ member
Durl.c1496 data->set.socks_proxytype = (curl_proxytype)va_arg(param, long); in Curl_setopt()
4097 conn->socks_proxy.proxytype = data->set.socks_proxytype; in allocate_conn()