Lines Matching refs:CURLE_SSH
241 return CURLE_SSH; in sftp_libssh2_error_to_CURLE()
282 return CURLE_SSH; in libssh2_session_error_to_CURLE()
764 return CURLE_SSH; in ssh_force_knownhost_key_type()
768 return CURLE_SSH; in ssh_force_knownhost_key_type()
1262 result = CURLE_SSH; in ssh_statemach_act()
1918 sftp_libssh2_error_to_CURLE(sftperr):CURLE_SSH; in ssh_statemach_act()
1936 sftp_libssh2_error_to_CURLE(sftperr):CURLE_SSH; in ssh_statemach_act()
1941 sshc->actualcode = CURLE_SSH; in ssh_statemach_act()
2080 sshc->actualcode = result?result:CURLE_SSH; in ssh_statemach_act()
2115 sshc->actualcode = result?result:CURLE_SSH; in ssh_statemach_act()
2201 sshc->actualcode = result?result:CURLE_SSH; in ssh_statemach_act()
2298 sshc->actualcode = result?result:CURLE_SSH; in ssh_statemach_act()
2555 if(sshc->actualcode == CURLE_SSH || in ssh_statemach_act()