Home
last modified time | relevance | path

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

/external/curl/lib/
Dssh-libssh.c1670 sshc->actualcode = CURLE_UPLOAD_FAILED; in myssh_statemach_act()
1671 MOVE_TO_ERROR_STATE(CURLE_UPLOAD_FAILED); in myssh_statemach_act()
1687 MOVE_TO_ERROR_STATE(CURLE_UPLOAD_FAILED); in myssh_statemach_act()
1698 MOVE_TO_ERROR_STATE(CURLE_UPLOAD_FAILED); in myssh_statemach_act()
1707 MOVE_TO_ERROR_STATE(CURLE_UPLOAD_FAILED); in myssh_statemach_act()
Dimap.c761 return CURLE_UPLOAD_FAILED; in imap_perform_append()
1216 result = CURLE_UPLOAD_FAILED; in imap_state_append_resp()
1242 result = CURLE_UPLOAD_FAILED; in imap_state_append_final_resp()
Dstrerror.c134 case CURLE_UPLOAD_FAILED: in curl_easy_strerror()
Dsmb.c826 req->result = CURLE_UPLOAD_FAILED; in smb_request_state()
Dssh.c2333 sshc->actualcode = CURLE_UPLOAD_FAILED; in ssh_statemach_act()
2372 sshc->actualcode = CURLE_UPLOAD_FAILED; in ssh_statemach_act()
Dftp.c2342 return CURLE_UPLOAD_FAILED; in ftp_state_stor_resp()
3154 case CURLE_UPLOAD_FAILED: in ftp_done()
Dhttp.c2005 return CURLE_UPLOAD_FAILED; in Curl_http()
/external/google-breakpad/src/third_party/curl/
Dcurl.h338 CURLE_UPLOAD_FAILED, /* 25 - failed upload "command" */ enumerator
460 #define CURLE_FTP_COULDNT_STOR_FILE CURLE_UPLOAD_FAILED
/external/curl/include/curl/
Dcurl.h488 CURLE_UPLOAD_FAILED, /* 25 - failed upload "command" */ enumerator
634 #define CURLE_FTP_COULDNT_STOR_FILE CURLE_UPLOAD_FAILED
/external/curl/docs/libcurl/
Dsymbols-in-versions140 CURLE_UPLOAD_FAILED 7.16.3
/external/curl/
DRELEASE-NOTES23 o libssh2: return CURLE_UPLOAD_FAILED on failure to upload
DCHANGES853 libssh2: return CURLE_UPLOAD_FAILED on failure to upload
/external/curl/packages/OS400/
Dcurl.inc.in423 d CURLE_UPLOAD_FAILED...