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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dssh.c266 static CURLcode libssh2_session_error_to_CURLE(int err) function
769 sshc->actualcode = libssh2_session_error_to_CURLE(err);
2296 sshc->actualcode = libssh2_session_error_to_CURLE(ssh_err);
2355 sshc->actualcode = libssh2_session_error_to_CURLE(ssh_err);
2974 *err = libssh2_session_error_to_CURLE((int)nwrite);
3117 *err = libssh2_session_error_to_CURLE((int)nwrite);
3144 *err = libssh2_session_error_to_CURLE((int)nread);

Completed in 111 milliseconds