Home
last modified time | relevance | path

Searched refs:CURLPROXY_HTTPS2 (Results 1 – 10 of 10) sorted by relevance

/third_party/curl/lib/
Dhttp_proxy.h59 ((t) == CURLPROXY_HTTPS2))
Durl.c2217 if(proxytype != CURLPROXY_HTTPS2)
2220 proxytype = CURLPROXY_HTTPS2;
/third_party/curl/docs/libcurl/opts/
DCURLOPT_PROXYTYPE.md38 ## CURLPROXY_HTTPS2 section in DESCRIPTION
DCURLOPT_PROXY.md52 **CURLPROXY_HTTPS2** allows libcurl to negotiate using HTTP/2 with proxy.
/third_party/curl/docs/libcurl/
Dsymbols-in-versions964 CURLPROXY_HTTPS2 8.1.0
Dlibcurl-symbols.md2876 ## CURLPROXY_HTTPS2 section in libcurl symbols
/third_party/curl/src/
Dtool_getparam.c1936 config->proxyver = CURLPROXY_HTTPS2; in getparameter()
2666 if(config->proxyver != CURLPROXY_HTTPS2) in getparameter()
/third_party/curl/include/curl/
Dcurl.h776 CURLPROXY_HTTPS2 = 3, /* HTTPS and attempt HTTP/2 added in 8.2.0 */ enumerator
/third_party/curl/lib/vtls/
Dvtls.c1947 if(conn->http_proxy.proxytype == CURLPROXY_HTTPS2) { in cf_ssl_proxy_create()
/third_party/curl/packages/OS400/
Dcurl.inc.in870 d CURLPROXY_HTTPS2...