Searched refs:CURLPROXY_HTTP (Results 1 – 12 of 12) sorted by relevance
/third_party/curl/tests/libtest/ |
D | lib1529.c | 52 test_setopt(curl, CURLOPT_PROXYTYPE, CURLPROXY_HTTP); in test()
|
D | lib1528.c | 62 test_setopt(curl, CURLOPT_PROXYTYPE, CURLPROXY_HTTP); in test()
|
D | lib1525.c | 82 test_setopt(curl, CURLOPT_PROXYTYPE, CURLPROXY_HTTP); in test()
|
D | lib1527.c | 83 test_setopt(curl, CURLOPT_PROXYTYPE, CURLPROXY_HTTP); in test()
|
D | lib1526.c | 85 test_setopt(curl, CURLOPT_PROXYTYPE, CURLPROXY_HTTP); in test()
|
/third_party/curl/src/ |
D | tool_setopt.c | 50 NV(CURLPROXY_HTTP),
|
D | tool_getparam.c | 2586 config->proxyver = CURLPROXY_HTTP; in getparameter()
|
/third_party/curl/docs/libcurl/ |
D | symbols-in-versions | 958 CURLPROXY_HTTP 7.10
|
/third_party/curl/lib/ |
D | url.c | 522 set->proxytype = CURLPROXY_HTTP; /* defaults to HTTP proxy */ in Curl_init_userdefined() 1543 (conn->http_proxy.proxytype == CURLPROXY_HTTP || in allocate_conn() 2539 conn->http_proxy.proxytype = CURLPROXY_HTTP;
|
D | setopt.c | 1171 if((arg < CURLPROXY_HTTP) || (arg > CURLPROXY_SOCKS5_HOSTNAME)) in Curl_vsetopt()
|
/third_party/curl/include/curl/ |
D | curl.h | 779 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 | 862 d CURLPROXY_HTTP...
|