Home
last modified time | relevance | path

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

/curl/lib/vssh/
H A Dlibssh2.c244 static CURLcode libssh2_session_error_to_CURLE(int err) in libssh2_session_error_to_CURLE() function
947 result = libssh2_session_error_to_CURLE(rc); in ssh_force_knownhost_key_type()
1060 sshc->actualcode = libssh2_session_error_to_CURLE(ssherr); in ssh_statemach_act()
2738 sshc->actualcode = libssh2_session_error_to_CURLE(ssh_err); in ssh_statemach_act()
2813 sshc->actualcode = libssh2_session_error_to_CURLE(ssh_err); in ssh_statemach_act()
3560 *err = libssh2_session_error_to_CURLE((int)nwrite); in scp_send()
3697 *err = libssh2_session_error_to_CURLE((int)nwrite); in sftp_send()
3726 *err = libssh2_session_error_to_CURLE((int)nread); in sftp_recv()

Completed in 10 milliseconds