Home
last modified time | relevance | path

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

/external/curl/lib/
Dssh-libssh.c190 static CURLcode sftp_error_to_CURLE(int err) in sftp_error_to_CURLE() function
447 sshc->actualcode = sftp_error_to_CURLE(sftp_get_error(sshc->sftp_session)); \
830 MOVE_TO_ERROR_STATE(sftp_error_to_CURLE(rc)); in myssh_statemach_act()