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

  /external/curl/src/
tool_libinfo.c 54 { "file", CURLPROTO_FILE },
tool_cfgable.c 40 ~(CURLPROTO_FILE | CURLPROTO_SCP | CURLPROTO_SMB |
tool_paramhlp.c 265 { "file", CURLPROTO_FILE },
tool_setopt.c 130 NV(CURLPROTO_FILE),
  /system/update_engine/
libcurl_http_fetcher.cc 275 CHECK_EQ(curl_easy_setopt(curl_handle_, CURLOPT_PROTOCOLS, CURLPROTO_FILE),
278 curl_easy_setopt(curl_handle_, CURLOPT_REDIR_PROTOCOLS, CURLPROTO_FILE),
  /external/curl/lib/
file.c 112 CURLPROTO_FILE, /* protocol */
url.c 571 ~(CURLPROTO_FILE | CURLPROTO_SCP | CURLPROTO_SMB |
    [all...]
  /external/curl/include/curl/
curl.h     [all...]
  /external/google-breakpad/src/third_party/curl/
curl.h 622 #define CURLPROTO_FILE (1<<10)
    [all...]

Completed in 58 milliseconds