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

  /external/curl/src/
tool_libinfo.c 58 { "http", CURLPROTO_HTTP },
tool_paramhlp.c 255 { "http", CURLPROTO_HTTP },
tool_setopt.c 144 NV(CURLPROTO_HTTP),
tool_operate.c 922 if(built_in_protos & CURLPROTO_HTTP) {
987 } /* (built_in_protos & CURLPROTO_HTTP) */
    [all...]
  /system/update_engine/
libcurl_http_fetcher.cc 297 CHECK_EQ(curl_easy_setopt(curl_handle_, CURLOPT_PROTOCOLS, CURLPROTO_HTTP),
300 CURLPROTO_HTTP),
  /external/curl/lib/
pop3.c 181 CURLPROTO_HTTP, /* protocol */
206 CURLPROTO_HTTP, /* protocol */
    [all...]
imap.c 183 CURLPROTO_HTTP, /* protocol */
208 CURLPROTO_HTTP, /* protocol */
    [all...]
smtp.c 180 CURLPROTO_HTTP, /* protocol */
205 CURLPROTO_HTTP, /* protocol */
    [all...]
urldata.h 66 #define PROTO_FAMILY_HTTP (CURLPROTO_HTTP|CURLPROTO_HTTPS)
    [all...]
http.c 123 CURLPROTO_HTTP, /* protocol */
    [all...]
http2.c 190 CURLPROTO_HTTP, /* protocol */
    [all...]
ftp.c 236 CURLPROTO_HTTP, /* protocol */
262 CURLPROTO_HTTP, /* protocol */
    [all...]
url.c     [all...]
  /external/curl/include/curl/
curl.h     [all...]
  /external/google-breakpad/src/third_party/curl/
curl.h 612 #define CURLPROTO_HTTP (1<<0)
    [all...]

Completed in 862 milliseconds