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.c266 static CURLcode libssh2_session_error_to_CURLE(int err) in libssh2_session_error_to_CURLE() function
783 sshc->actualcode = libssh2_session_error_to_CURLE(err); in ssh_statemach_act()
2336 sshc->actualcode = libssh2_session_error_to_CURLE(ssh_err); in ssh_statemach_act()
2395 sshc->actualcode = libssh2_session_error_to_CURLE(ssh_err); in ssh_statemach_act()
3014 *err = libssh2_session_error_to_CURLE((int)nwrite); in scp_send()
3156 *err = libssh2_session_error_to_CURLE((int)nwrite); in sftp_send()
3183 *err = libssh2_session_error_to_CURLE((int)nread); in sftp_recv()