Searched refs:CURLPROXY_HTTP (Results 1 – 13 of 13) sorted by relevance
/external/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()
|
/external/curl/docs/libcurl/ |
D | symbols-in-versions | 721 CURLPROXY_HTTP 7.10
|
/external/curl/src/ |
D | tool_setopt.c | 47 NV(CURLPROXY_HTTP),
|
D | tool_getparam.c | 2171 config->proxyver = CURLPROXY_HTTP; in getparameter()
|
/external/google-breakpad/src/third_party/curl/ |
D | curl.h | 481 CURLPROXY_HTTP = 0, /* added in 7.10, new in 7.19.4 default is to use enumerator
|
/external/curl/lib/ |
D | url.c | 504 set->proxytype = CURLPROXY_HTTP; /* defaults to HTTP proxy */ in Curl_init_userdefined() 1667 (conn->http_proxy.proxytype == CURLPROXY_HTTP || in allocate_conn() 2578 conn->http_proxy.proxytype = CURLPROXY_HTTP;
|
D | setopt.c | 1062 if((arg < CURLPROXY_HTTP) || (arg > CURLPROXY_SOCKS5_HOSTNAME)) in Curl_vsetopt()
|
/external/curl/include/curl/ |
D | curl.h | 746 CURLPROXY_HTTP = 0, /* added in 7.10, new in 7.19.4 default is to use enumerator
|
/external/curl/packages/OS400/ |
D | curl.inc.in | 722 d CURLPROXY_HTTP...
|