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

  /external/curl/lib/
file.c 529 return CURLE_BAD_DOWNLOAD_RESUME;
551 return CURLE_BAD_DOWNLOAD_RESUME;
strerror.c 157 case CURLE_BAD_DOWNLOAD_RESUME:
ssh.c     [all...]
ftp.c     [all...]
  /external/curl/include/curl/
curl.h 473 CURLE_BAD_DOWNLOAD_RESUME, /* 36 - couldn't resume download */
606 #define CURLE_FTP_BAD_DOWNLOAD_RESUME CURLE_BAD_DOWNLOAD_RESUME
    [all...]
  /external/google-breakpad/src/third_party/curl/
curl.h 353 CURLE_BAD_DOWNLOAD_RESUME, /* 36 - couldn't resume download */
463 #define CURLE_FTP_BAD_DOWNLOAD_RESUME CURLE_BAD_DOWNLOAD_RESUME
    [all...]

Completed in 48 milliseconds