HomeSort by relevance Sort by last modified time
    Searched refs:CURLPROTO_HTTPS (Results 1 - 10 of 10) sorted by null

  /external/curl/src/
tool_libinfo.c 59 { "https", CURLPROTO_HTTPS },
tool_paramhlp.c 256 { "https", CURLPROTO_HTTPS },
tool_setopt.c 135 NV(CURLPROTO_HTTPS),
  /system/update_engine/
libcurl_http_fetcher.cc 255 CHECK_EQ(curl_easy_setopt(curl_handle_, CURLOPT_PROTOCOLS, CURLPROTO_HTTPS),
258 CURLPROTO_HTTPS),
  /external/curl/lib/
http.c 147 CURLPROTO_HTTPS, /* protocol */
    [all...]
urldata.h 66 #define PROTO_FAMILY_HTTP (CURLPROTO_HTTP|CURLPROTO_HTTPS)
    [all...]
http2.c 206 CURLPROTO_HTTPS, /* protocol */
    [all...]
url.c     [all...]
  /external/curl/include/curl/
curl.h     [all...]
  /external/google-breakpad/src/third_party/curl/
curl.h 613 #define CURLPROTO_HTTPS (1<<1)
    [all...]

Completed in 56 milliseconds