Home
last modified time | relevance | path

Searched refs:CURLE_SSH (Results 1 – 7 of 7) sorted by relevance

/external/curl/lib/
Dssh.c252 return CURLE_SSH; in sftp_libssh2_error_to_CURLE()
297 return CURLE_SSH; in libssh2_session_error_to_CURLE()
1100 result = CURLE_SSH; in ssh_statemach_act()
1723 sftp_libssh2_error_to_CURLE(err):CURLE_SSH; in ssh_statemach_act()
1741 sftp_libssh2_error_to_CURLE(err):CURLE_SSH; in ssh_statemach_act()
1746 sshc->actualcode = CURLE_SSH; in ssh_statemach_act()
1884 sshc->actualcode = result?result:CURLE_SSH; in ssh_statemach_act()
1919 sshc->actualcode = result?result:CURLE_SSH; in ssh_statemach_act()
2023 sshc->actualcode = result?result:CURLE_SSH; in ssh_statemach_act()
2132 sshc->actualcode = result?result:CURLE_SSH; in ssh_statemach_act()
[all …]
Dstrerror.c281 case CURLE_SSH: in curl_easy_strerror()
Dssh-libssh.c211 return CURLE_SSH; in sftp_error_to_CURLE()
2285 *err = CURLE_SSH; in scp_send()
2424 *err = CURLE_SSH; in sftp_send()
/external/curl/docs/libcurl/
Dsymbols-in-versions121 CURLE_SSH 7.16.1
/external/google-breakpad/src/third_party/curl/
Dcurl.h405 CURLE_SSH, /* 79 - error from the SSH layer, somewhat enumerator
/external/curl/include/curl/
Dcurl.h578 CURLE_SSH, /* 79 - error from the SSH layer, somewhat enumerator
/external/curl/packages/OS400/
Dcurl.inc.in569 d CURLE_SSH...