Home
last modified time | relevance | path

Searched refs:CURLPROXY_SOCKS5 (Results 1 – 10 of 10) sorted by relevance

/third_party/curl/docs/libcurl/opts/
DCURLOPT_PROXYTYPE.md56 ## CURLPROXY_SOCKS5 section in DESCRIPTION
86 curl_easy_setopt(curl, CURLOPT_PROXYTYPE, CURLPROXY_SOCKS5);
DCURLOPT_DOH_URL.md60 **CURLPROXY_SOCKS5** and probably some more.
/third_party/curl/src/
Dtool_setopt.c54 NV(CURLPROXY_SOCKS5),
62 NV(CURLPROXY_SOCKS5),
Dtool_getparam.c1613 config->proxyver = CURLPROXY_SOCKS5; in getparameter()
/third_party/curl/lib/
Dsocks.c586 (conn->socks_proxy.proxytype == CURLPROXY_SOCKS5) ? TRUE : FALSE; in do_SOCKS5()
1091 case CURLPROXY_SOCKS5: in connect_SOCKS()
Durl.c2225 proxytype = CURLPROXY_SOCKS5;
2259 proxytype == CURLPROXY_SOCKS5 ||
/third_party/curl/docs/libcurl/
Dsymbols-in-versions967 CURLPROXY_SOCKS5 7.10
Dlibcurl-symbols.md2885 ## CURLPROXY_SOCKS5 section in libcurl symbols
/third_party/curl/include/curl/
Dcurl.h779 CURLPROXY_SOCKS5 = 5, /* added in 7.10 */ enumerator
/third_party/curl/packages/OS400/
Dcurl.inc.in874 d CURLPROXY_SOCKS5...