Home
last modified time | relevance | path

Searched refs:CURLPROXY_SOCKS4 (Results 1 – 8 of 8) sorted by relevance

/third_party/curl/tests/libtest/
Dlib564.c48 easy_setopt(curl, CURLOPT_PROXYTYPE, (long)CURLPROXY_SOCKS4); in test()
/third_party/curl/src/
Dtool_setopt.c51 NV(CURLPROXY_SOCKS4),
59 NV(CURLPROXY_SOCKS4),
Dtool_getparam.c941 config->proxyver = CURLPROXY_SOCKS4; in getparameter()
/third_party/curl/docs/libcurl/
Dsymbols-in-versions742 CURLPROXY_SOCKS4 7.10
/third_party/curl/lib/
Durl.c1736 conn->socks_proxy.proxytype = CURLPROXY_SOCKS4; in allocate_conn()
2455 proxytype = CURLPROXY_SOCKS4;
2485 proxytype == CURLPROXY_SOCKS4;
Dconnect.c804 case CURLPROXY_SOCKS4: in connect_SOCKS()
/third_party/curl/include/curl/
Dcurl.h757 CURLPROXY_SOCKS4 = 4, /* support added in 7.15.2, enum existed already enumerator
/third_party/curl/packages/OS400/
Dcurl.inc.in820 d CURLPROXY_SOCKS4...