Searched refs:CURLPROXY_HTTP (Results 1 – 13 of 13) sorted by relevance
/external/curl/tests/libtest/ |
D | lib1529.c | 48 test_setopt(curl, CURLOPT_PROXYTYPE, CURLPROXY_HTTP); in test()
|
D | lib1528.c | 59 test_setopt(curl, CURLOPT_PROXYTYPE, CURLPROXY_HTTP); in test()
|
D | lib1525.c | 79 test_setopt(curl, CURLOPT_PROXYTYPE, CURLPROXY_HTTP); in test()
|
D | lib1527.c | 80 test_setopt(curl, CURLOPT_PROXYTYPE, CURLPROXY_HTTP); in test()
|
D | lib1526.c | 82 test_setopt(curl, CURLOPT_PROXYTYPE, CURLPROXY_HTTP); in test()
|
/external/curl/docs/libcurl/ |
D | symbols-in-versions | 594 CURLPROXY_HTTP 7.10
|
/external/curl/src/ |
D | tool_setopt.c | 46 NV(CURLPROXY_HTTP),
|
D | tool_getparam.c | 1767 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 | 536 set->proxytype = CURLPROXY_HTTP; /* defaults to HTTP proxy */ in Curl_init_userdefined() 3482 case CURLPROXY_HTTP: in Curl_connected_proxy() 3801 (conn->proxytype == CURLPROXY_HTTP || in allocate_conn() 5552 if((conn->proxytype == CURLPROXY_HTTP) || in create_conn()
|
D | ftp.c | 1865 case CURLPROXY_HTTP: in proxy_magic()
|
/external/curl/include/curl/ |
D | curl.h | 611 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 | 633 d CURLPROXY_HTTP...
|