Searched refs:CURLPROXY_HTTP (Results 1 - 11 of 11) sorted by relevance

/external/curl/tests/libtest/
H A Dlib1529.c48 test_setopt(curl, CURLOPT_PROXYTYPE, CURLPROXY_HTTP);
H A Dlib1528.c59 test_setopt(curl, CURLOPT_PROXYTYPE, CURLPROXY_HTTP);
H A Dlib1525.c79 test_setopt(curl, CURLOPT_PROXYTYPE, CURLPROXY_HTTP);
H A Dlib1527.c80 test_setopt(curl, CURLOPT_PROXYTYPE, CURLPROXY_HTTP);
H A Dlib1526.c82 test_setopt(curl, CURLOPT_PROXYTYPE, CURLPROXY_HTTP);
/external/curl/src/
H A Dtool_setopt.c46 NV(CURLPROXY_HTTP),
H A Dtool_getparam.c1767 config->proxyver = CURLPROXY_HTTP;
/external/curl/include/curl/
H A Dcurl.h611 CURLPROXY_HTTP = 0, /* added in 7.10, new in 7.19.4 default is to use enumerator in enum:__anon3233
1171 /* indicates type of proxy. accepted values are CURLPROXY_HTTP (default),
/external/curl/lib/
H A Durl.c536 set->proxytype = CURLPROXY_HTTP; /* defaults to HTTP proxy */
3482 case CURLPROXY_HTTP:
3801 (conn->proxytype == CURLPROXY_HTTP ||
5552 if((conn->proxytype == CURLPROXY_HTTP) ||
H A Dftp.c1865 case CURLPROXY_HTTP:
/external/google-breakpad/src/third_party/curl/
H A Dcurl.h481 CURLPROXY_HTTP = 0, /* added in 7.10, new in 7.19.4 default is to use enumerator in enum:__anon6287
985 /* indicates type of proxy. accepted values are CURLPROXY_HTTP (default),

Completed in 407 milliseconds