Home
last modified time | relevance | path

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

/external/curl/tests/libtest/
Dlib564.c48 easy_setopt(curl, CURLOPT_PROXYTYPE, (long)CURLPROXY_SOCKS4); in test()
/external/curl/docs/libcurl/
Dsymbols-in-versions596 CURLPROXY_SOCKS4 7.10
/external/curl/src/
Dtool_setopt.c48 NV(CURLPROXY_SOCKS4),
Dtool_getparam.c766 config->socksver = CURLPROXY_SOCKS4; in getparameter()
/external/google-breakpad/src/third_party/curl/
Dcurl.h485 CURLPROXY_SOCKS4 = 4, /* support added in 7.15.2, enum existed already enumerator
/external/curl/include/curl/
Dcurl.h615 CURLPROXY_SOCKS4 = 4, /* support added in 7.15.2, enum existed already enumerator
/external/curl/lib/
Dftp.c1855 case CURLPROXY_SOCKS4: in proxy_magic()
1918 conn->proxytype == CURLPROXY_SOCKS4 || in control_address()
Durl.c3473 case CURLPROXY_SOCKS4: in Curl_connected_proxy()
4548 conn->proxytype = CURLPROXY_SOCKS4; in parse_proxy()
/external/curl/packages/OS400/
Dcurl.inc.in637 d CURLPROXY_SOCKS4...
/external/curl/
DCHANGES.06611 type to the already provided type CURLPROXY_SOCKS4.