Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_cb_hdr.c106 (protocol & (CURLPROTO_HTTPS|CURLPROTO_HTTP))) { in tool_header_cb()
171 (CURLPROTO_HTTP|CURLPROTO_HTTPS|CURLPROTO_RTSP|CURLPROTO_FILE))) { in tool_header_cb()
Dtool_libinfo.c59 { "https", CURLPROTO_HTTPS }, in get_libcurl_info()
Dtool_paramhlp.c281 { "https", CURLPROTO_HTTPS }, in proto2num()
Dtool_setopt.c146 NV(CURLPROTO_HTTPS),
/external/curl/lib/
Dhttp.c153 CURLPROTO_HTTPS, /* protocol */
1467 if(conn->given->protocol & CURLPROTO_HTTPS) { in Curl_http_connect()
2262 if(((conn->given->protocol&CURLPROTO_HTTPS) && in Curl_http()
2607 (conn->handler->protocol&CURLPROTO_HTTPS)? in Curl_http()
3946 (conn->handler->protocol&CURLPROTO_HTTPS)? in Curl_http_readwrite_headers()
Durldata.h66 #define PROTO_FAMILY_HTTP (CURLPROTO_HTTP|CURLPROTO_HTTPS)
Ddoh.c246 ERROR_CHECK_SETOPT(CURLOPT_PROTOCOLS, CURLPROTO_HTTPS); in dohprobe()
Durl.c3385 (conn->handler->protocol == CURLPROTO_HTTPS)) { in parse_connect_to_slist()
4303 case CURLPROTO_HTTPS: in get_protocol_family()
Dhttp2.c342 CURLPROTO_HTTPS, /* protocol */
/external/curl/docs/libcurl/
Dsymbols-in-versions663 CURLPROTO_HTTPS 7.19.4
/external/google-breakpad/src/third_party/curl/
Dcurl.h613 #define CURLPROTO_HTTPS (1<<1) macro
/external/curl/include/curl/
Dcurl.h894 #define CURLPROTO_HTTPS (1<<1) macro
/external/curl/packages/OS400/
Dcurl.inc.in836 d CURLPROTO_HTTPS...