Home
last modified time | relevance | path

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

/external/curl/lib/vssh/
Dlibssh2.c247 static CURLcode libssh2_session_error_to_CURLE(int err) in libssh2_session_error_to_CURLE() function
775 result = libssh2_session_error_to_CURLE( in ssh_force_knownhost_key_type()
890 sshc->actualcode = libssh2_session_error_to_CURLE(ssherr); in ssh_statemach_act()
2564 sshc->actualcode = libssh2_session_error_to_CURLE(ssh_err); in ssh_statemach_act()
2639 sshc->actualcode = libssh2_session_error_to_CURLE(ssh_err); in ssh_statemach_act()
3358 *err = libssh2_session_error_to_CURLE((int)nwrite); in scp_send()
3491 *err = libssh2_session_error_to_CURLE((int)nwrite); in sftp_send()
3518 *err = libssh2_session_error_to_CURLE((int)nread); in sftp_recv()