Lines Matching refs:CURLE_SSH
252 return CURLE_SSH; in sftp_libssh2_error_to_CURLE()
297 return CURLE_SSH; in libssh2_session_error_to_CURLE()
1100 result = CURLE_SSH; in ssh_statemach_act()
1723 sftp_libssh2_error_to_CURLE(err):CURLE_SSH; in ssh_statemach_act()
1741 sftp_libssh2_error_to_CURLE(err):CURLE_SSH; in ssh_statemach_act()
1746 sshc->actualcode = CURLE_SSH; in ssh_statemach_act()
1884 sshc->actualcode = result?result:CURLE_SSH; in ssh_statemach_act()
1919 sshc->actualcode = result?result:CURLE_SSH; in ssh_statemach_act()
2023 sshc->actualcode = result?result:CURLE_SSH; in ssh_statemach_act()
2132 sshc->actualcode = result?result:CURLE_SSH; in ssh_statemach_act()
2390 if(sshc->actualcode == CURLE_SSH || in ssh_statemach_act()