Home
last modified time | relevance | path

Searched refs:CURLPROTO_HTTPS (Results 1 – 13 of 13) sorted by relevance

/external/curl/docs/libcurl/opts/
DCURLOPT_REDIR_PROTOCOLS.md56 CURLPROTO_HTTPS
101 CURLPROTO_HTTP | CURLPROTO_HTTPS);
DCURLINFO_PROTOCOL.md39 CURLPROTO_GOPHER, CURLPROTO_HTTP, CURLPROTO_HTTPS, CURLPROTO_IMAP,
DCURLOPT_PROTOCOLS.md49 CURLPROTO_HTTPS
/external/curl/lib/
Durldata.h81 #define CURLPROTO_REDIR (CURLPROTO_HTTP | CURLPROTO_HTTPS | CURLPROTO_FTP | \
117 #define PROTO_FAMILY_HTTP (CURLPROTO_HTTP|CURLPROTO_HTTPS|CURLPROTO_WS| \
Ddoh.c298 ERROR_CHECK_SETOPT(CURLOPT_PROTOCOLS, CURLPROTO_HTTPS); in doh_run_probe()
301 ERROR_CHECK_SETOPT(CURLOPT_PROTOCOLS, CURLPROTO_HTTP|CURLPROTO_HTTPS); in doh_run_probe()
Dhttp.c181 CURLPROTO_HTTPS, /* protocol */
1885 if(((conn->given->protocol&(CURLPROTO_HTTPS|CURLPROTO_WSS)) && in http_host()
2387 conn->handler->protocol&(CURLPROTO_HTTPS|CURLPROTO_WSS) || in http_cookies()
3218 conn->handler->protocol&(CURLPROTO_HTTPS|CURLPROTO_WSS) || in http_header()
Dconnect.c1512 conn->handler->protocol == CURLPROTO_HTTPS) { in Curl_conn_setup()
Durl.c3045 ((conn->handler->protocol == CURLPROTO_HTTPS) ||
/external/curl/docs/libcurl/
Dsymbols-in-versions946 CURLPROTO_HTTPS 7.19.4
/external/google-breakpad/src/third_party/curl/
Dcurl.h613 #define CURLPROTO_HTTPS (1<<1) macro
/external/curl/include/curl/
Dcurl.h1052 #define CURLPROTO_HTTPS (1<<1) macro
/external/elfutils/debuginfod/
Ddebuginfod-client.c1377 (CURLPROTO_HTTP | CURLPROTO_HTTPS | CURLPROTO_FILE)); in debuginfod_query_server()
/external/curl/packages/OS400/
Dcurl.inc.in1011 d CURLPROTO_HTTPS...