Home
last modified time | relevance | path

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

/third_party/curl/src/
Dtool_cb_hdr.c134 (protocol & (CURLPROTO_HTTPS|CURLPROTO_HTTP))) { in tool_header_cb()
195 (CURLPROTO_HTTP|CURLPROTO_HTTPS|CURLPROTO_RTSP|CURLPROTO_FILE))) { in tool_header_cb()
Dtool_libinfo.c60 { "https", CURLPROTO_HTTPS }, in get_libcurl_info()
Dtool_paramhlp.c293 { "https", CURLPROTO_HTTPS }, in proto2num()
Dtool_setopt.c157 NV(CURLPROTO_HTTPS),
Dtool_operate.c452 if((protocol == CURLPROTO_HTTP) || (protocol == CURLPROTO_HTTPS)) { in post_per_transfer()
/third_party/curl/lib/
Ddoh.c281 ERROR_CHECK_SETOPT(CURLOPT_PROTOCOLS, CURLPROTO_HTTPS); in dohprobe()
284 ERROR_CHECK_SETOPT(CURLOPT_PROTOCOLS, CURLPROTO_HTTP|CURLPROTO_HTTPS); in dohprobe()
Dhttp.c166 CURLPROTO_HTTPS, /* protocol */
1527 if(conn->given->protocol & CURLPROTO_HTTPS) { in Curl_http_connect()
2156 if(((conn->given->protocol&CURLPROTO_HTTPS) && in Curl_http_host()
2732 (conn->handler->protocol&CURLPROTO_HTTPS)? in Curl_http_cookies()
3596 (conn->handler->protocol&CURLPROTO_HTTPS)? in Curl_http_header()
Durldata.h67 #define PROTO_FAMILY_HTTP (CURLPROTO_HTTP|CURLPROTO_HTTPS)
Durl.c571 set->redir_protocols = CURLPROTO_HTTP | CURLPROTO_HTTPS | CURLPROTO_FTP | in Curl_init_userdefined()
3279 ((conn->handler->protocol == CURLPROTO_HTTPS) ||
Dhttp2.c349 CURLPROTO_HTTPS, /* protocol */
/third_party/curl/docs/libcurl/
Dsymbols-in-versions716 CURLPROTO_HTTPS 7.19.4
/third_party/curl/lib/vquic/
Dquiche.c162 CURLPROTO_HTTPS, /* protocol */
Dngtcp2.c939 CURLPROTO_HTTPS, /* protocol */
/third_party/curl/include/curl/
Dcurl.h1001 #define CURLPROTO_HTTPS (1<<1) macro
/third_party/curl/packages/OS400/
Dcurl.inc.in951 d CURLPROTO_HTTPS...