Searched refs:CURLPROXY_HTTP (Results 1 – 12 of 12) sorted by relevance
/third_party/curl/tests/libtest/ |
D | lib1529.c | 50 test_setopt(curl, CURLOPT_PROXYTYPE, CURLPROXY_HTTP); in test()
|
D | lib1528.c | 60 test_setopt(curl, CURLOPT_PROXYTYPE, CURLPROXY_HTTP); in test()
|
D | lib1525.c | 80 test_setopt(curl, CURLOPT_PROXYTYPE, CURLPROXY_HTTP); in test()
|
D | lib1527.c | 81 test_setopt(curl, CURLOPT_PROXYTYPE, CURLPROXY_HTTP); in test()
|
D | lib1526.c | 83 test_setopt(curl, CURLOPT_PROXYTYPE, CURLPROXY_HTTP); in test()
|
/third_party/curl/docs/libcurl/ |
D | symbols-in-versions | 739 CURLPROXY_HTTP 7.10
|
/third_party/curl/src/ |
D | tool_setopt.c | 48 NV(CURLPROXY_HTTP),
|
D | tool_getparam.c | 2234 config->proxyver = CURLPROXY_HTTP; in getparameter()
|
/third_party/curl/lib/ |
D | url.c | 533 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;
|
D | setopt.c | 1100 if((arg < CURLPROXY_HTTP) || (arg > CURLPROXY_SOCKS5_HOSTNAME)) in Curl_vsetopt()
|
/third_party/curl/include/curl/ |
D | curl.h | 752 CURLPROXY_HTTP = 0, /* added in 7.10, new in 7.19.4 default is to use enumerator
|
/third_party/curl/packages/OS400/ |
D | curl.inc.in | 814 d CURLPROXY_HTTP...
|