Home
last modified time | relevance | path

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

/third_party/curl/docs/libcurl/opts/
DCURLOPT_REDIR_PROTOCOLS.md53 CURLPROTO_HTTPS
100 CURLPROTO_HTTP | CURLPROTO_HTTPS);
DCURLINFO_PROTOCOL.md36 CURLPROTO_GOPHER, CURLPROTO_HTTP, CURLPROTO_HTTPS, CURLPROTO_IMAP,
DCURLOPT_PROTOCOLS.md46 CURLPROTO_HTTPS
/third_party/curl/lib/
Ddoh.c258 ERROR_CHECK_SETOPT(CURLOPT_PROTOCOLS, CURLPROTO_HTTPS); in dohprobe()
261 ERROR_CHECK_SETOPT(CURLOPT_PROTOCOLS, CURLPROTO_HTTP|CURLPROTO_HTTPS); in dohprobe()
Dhttp.c154 CURLPROTO_HTTPS, /* protocol */
2206 if(((conn->given->protocol&(CURLPROTO_HTTPS|CURLPROTO_WSS)) && in Curl_http_host()
2785 conn->handler->protocol&(CURLPROTO_HTTPS|CURLPROTO_WSS) || in Curl_http_cookies()
3624 conn->handler->protocol&(CURLPROTO_HTTPS|CURLPROTO_WSS) || in Curl_http_header()
Durldata.h96 #define PROTO_FAMILY_HTTP (CURLPROTO_HTTP|CURLPROTO_HTTPS|CURLPROTO_WS| \
Dconnect.c1420 conn->handler->protocol == CURLPROTO_HTTPS) { in Curl_conn_setup()
Durl.c424 set->redir_protocols = CURLPROTO_HTTP | CURLPROTO_HTTPS | CURLPROTO_FTP | in Curl_init_userdefined()
3088 ((conn->handler->protocol == CURLPROTO_HTTPS) ||
/third_party/curl/docs/libcurl/
Dsymbols-in-versions938 CURLPROTO_HTTPS 7.19.4
Dlibcurl-symbols.md2798 ## CURLPROTO_HTTPS section in libcurl symbols
/third_party/curl/include/curl/
Dcurl.h1033 #define CURLPROTO_HTTPS (1<<1) macro
/third_party/elfutils/debuginfod/
Ddebuginfod-client.c1331 (CURLPROTO_HTTP | CURLPROTO_HTTPS | CURLPROTO_FILE)); in debuginfod_query_server()
/third_party/curl/packages/OS400/
Dcurl.inc.in1003 d CURLPROTO_HTTPS...