Home
last modified time | relevance | path

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

/external/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.c59 { "https", CURLPROTO_HTTPS }, in get_libcurl_info()
Dtool_paramhlp.c273 { "https", CURLPROTO_HTTPS }, in proto2num()
Dtool_setopt.c150 NV(CURLPROTO_HTTPS),
Dtool_operate.c469 if((protocol == CURLPROTO_HTTP) || (protocol == CURLPROTO_HTTPS)) { in post_per_transfer()
/external/curl/lib/
Ddoh.c278 ERROR_CHECK_SETOPT(CURLOPT_PROTOCOLS, CURLPROTO_HTTPS); in dohprobe()
281 ERROR_CHECK_SETOPT(CURLOPT_PROTOCOLS, CURLPROTO_HTTP|CURLPROTO_HTTPS); in dohprobe()
Dhttp.c154 CURLPROTO_HTTPS, /* protocol */
1422 if(conn->given->protocol & CURLPROTO_HTTPS) { in Curl_http_connect()
2253 if(((conn->given->protocol&CURLPROTO_HTTPS) && in Curl_http()
2610 (conn->handler->protocol&CURLPROTO_HTTPS)? in Curl_http()
3923 (conn->handler->protocol&CURLPROTO_HTTPS)? in Curl_http_readwrite_headers()
Durldata.h67 #define PROTO_FAMILY_HTTP (CURLPROTO_HTTP|CURLPROTO_HTTPS)
Durl.c540 set->redir_protocols = CURLPROTO_HTTP | CURLPROTO_HTTPS | CURLPROTO_FTP | in Curl_init_userdefined()
3100 ((conn->handler->protocol == CURLPROTO_HTTPS) ||
Dhttp2.c324 CURLPROTO_HTTPS, /* protocol */
/external/curl/docs/libcurl/
Dsymbols-in-versions698 CURLPROTO_HTTPS 7.19.4
/external/curl/lib/vquic/
Dquiche.c156 CURLPROTO_HTTPS, /* protocol */
Dngtcp2.c952 CURLPROTO_HTTPS, /* protocol */
/external/google-breakpad/src/third_party/curl/
Dcurl.h613 #define CURLPROTO_HTTPS (1<<1) macro
/external/curl/include/curl/
Dcurl.h961 #define CURLPROTO_HTTPS (1<<1) macro
/external/curl/packages/OS400/
Dcurl.inc.in852 d CURLPROTO_HTTPS...