Home
last modified time | relevance | path

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

/external/curl/lib/
Dssh.c272 static CURLcode libssh2_session_error_to_CURLE(int err) in libssh2_session_error_to_CURLE() function
792 sshc->actualcode = libssh2_session_error_to_CURLE(err); in ssh_statemach_act()
2445 sshc->actualcode = libssh2_session_error_to_CURLE(ssh_err); in ssh_statemach_act()
2515 sshc->actualcode = libssh2_session_error_to_CURLE(ssh_err); in ssh_statemach_act()
3130 *err = libssh2_session_error_to_CURLE((int)nwrite); in scp_send()
3266 *err = libssh2_session_error_to_CURLE((int)nwrite); in sftp_send()
3293 *err = libssh2_session_error_to_CURLE((int)nread); in sftp_recv()