Searched refs:CURLPROTO_HTTPS (Results 1 – 13 of 13) sorted by relevance
53 CURLPROTO_HTTPS100 CURLPROTO_HTTP | CURLPROTO_HTTPS);
36 CURLPROTO_GOPHER, CURLPROTO_HTTP, CURLPROTO_HTTPS, CURLPROTO_IMAP,
46 CURLPROTO_HTTPS
258 ERROR_CHECK_SETOPT(CURLOPT_PROTOCOLS, CURLPROTO_HTTPS); in dohprobe()261 ERROR_CHECK_SETOPT(CURLOPT_PROTOCOLS, CURLPROTO_HTTP|CURLPROTO_HTTPS); in dohprobe()
154 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()
96 #define PROTO_FAMILY_HTTP (CURLPROTO_HTTP|CURLPROTO_HTTPS|CURLPROTO_WS| \
1420 conn->handler->protocol == CURLPROTO_HTTPS) { in Curl_conn_setup()
424 set->redir_protocols = CURLPROTO_HTTP | CURLPROTO_HTTPS | CURLPROTO_FTP | in Curl_init_userdefined()3088 ((conn->handler->protocol == CURLPROTO_HTTPS) ||
938 CURLPROTO_HTTPS 7.19.4
2798 ## CURLPROTO_HTTPS section in libcurl symbols
1033 #define CURLPROTO_HTTPS (1<<1) macro
1331 (CURLPROTO_HTTP | CURLPROTO_HTTPS | CURLPROTO_FILE)); in debuginfod_query_server()
1003 d CURLPROTO_HTTPS...