Home
last modified time | relevance | path

Searched refs:CURLPROXY_HTTP (Results 1 – 12 of 12) sorted by relevance

/third_party/curl/tests/libtest/
Dlib1529.c50 test_setopt(curl, CURLOPT_PROXYTYPE, CURLPROXY_HTTP); in test()
Dlib1528.c60 test_setopt(curl, CURLOPT_PROXYTYPE, CURLPROXY_HTTP); in test()
Dlib1525.c80 test_setopt(curl, CURLOPT_PROXYTYPE, CURLPROXY_HTTP); in test()
Dlib1527.c81 test_setopt(curl, CURLOPT_PROXYTYPE, CURLPROXY_HTTP); in test()
Dlib1526.c83 test_setopt(curl, CURLOPT_PROXYTYPE, CURLPROXY_HTTP); in test()
/third_party/curl/docs/libcurl/
Dsymbols-in-versions739 CURLPROXY_HTTP 7.10
/third_party/curl/src/
Dtool_setopt.c48 NV(CURLPROXY_HTTP),
Dtool_getparam.c2234 config->proxyver = CURLPROXY_HTTP; in getparameter()
/third_party/curl/lib/
Durl.c533 set->proxytype = CURLPROXY_HTTP; /* defaults to HTTP proxy */ in Curl_init_userdefined()
1743 (conn->http_proxy.proxytype == CURLPROXY_HTTP || in allocate_conn()
2762 conn->http_proxy.proxytype = CURLPROXY_HTTP;
Dsetopt.c1100 if((arg < CURLPROXY_HTTP) || (arg > CURLPROXY_SOCKS5_HOSTNAME)) in Curl_vsetopt()
/third_party/curl/include/curl/
Dcurl.h752 CURLPROXY_HTTP = 0, /* added in 7.10, new in 7.19.4 default is to use enumerator
/third_party/curl/packages/OS400/
Dcurl.inc.in814 d CURLPROXY_HTTP...