Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_cb_hdr.c108 (protocol & (CURLPROTO_HTTPS|CURLPROTO_HTTP))) { in tool_header_cb()
173 (CURLPROTO_HTTP|CURLPROTO_HTTPS|CURLPROTO_RTSP|CURLPROTO_FILE))) { in tool_header_cb()
Dtool_libinfo.c59 { "https", CURLPROTO_HTTPS }, in get_libcurl_info()
Dtool_paramhlp.c320 { "https", CURLPROTO_HTTPS }, in proto2num()
Dtool_setopt.c147 NV(CURLPROTO_HTTPS),
Dtool_operate.c466 if((protocol == CURLPROTO_HTTP) || (protocol == CURLPROTO_HTTPS)) { in post_per_transfer()
/external/curl/lib/
Ddoh.c266 ERROR_CHECK_SETOPT(CURLOPT_PROTOCOLS, CURLPROTO_HTTPS); in dohprobe()
269 ERROR_CHECK_SETOPT(CURLOPT_PROTOCOLS, CURLPROTO_HTTP|CURLPROTO_HTTPS); in dohprobe()
Dhttp.c152 CURLPROTO_HTTPS, /* protocol */
1495 if(conn->given->protocol & CURLPROTO_HTTPS) { in Curl_http_connect()
2330 if(((conn->given->protocol&CURLPROTO_HTTPS) && in Curl_http()
2685 (conn->handler->protocol&CURLPROTO_HTTPS)? in Curl_http()
4027 (conn->handler->protocol&CURLPROTO_HTTPS)? in Curl_http_readwrite_headers()
Durldata.h66 #define PROTO_FAMILY_HTTP (CURLPROTO_HTTP|CURLPROTO_HTTPS)
Durl.c498 set->redir_protocols = CURLPROTO_HTTP | CURLPROTO_HTTPS | CURLPROTO_FTP | in Curl_init_userdefined()
2999 (conn->handler->protocol == CURLPROTO_HTTPS)) {
3967 case CURLPROTO_HTTPS:
Dhttp2.c333 CURLPROTO_HTTPS, /* protocol */
/external/curl/docs/libcurl/
Dsymbols-in-versions668 CURLPROTO_HTTPS 7.19.4
/external/curl/lib/vquic/
Dquiche.c136 CURLPROTO_HTTPS, /* protocol */
Dngtcp2.c689 CURLPROTO_HTTPS, /* protocol */
/external/google-breakpad/src/third_party/curl/
Dcurl.h613 #define CURLPROTO_HTTPS (1<<1) macro
/external/curl/include/curl/
Dcurl.h896 #define CURLPROTO_HTTPS (1<<1) macro
/external/curl/packages/OS400/
Dcurl.inc.in838 d CURLPROTO_HTTPS...