libssh_errno 81 src/vfs/sftpfs/dir.c int libssh_errno; libssh_errno 89 src/vfs/sftpfs/dir.c libssh_errno = libssh2_session_last_errno (sftpfs_super->session); libssh_errno 90 src/vfs/sftpfs/dir.c if (!sftpfs_waitsocket (sftpfs_super, libssh_errno, mcerror)) libssh_errno 167 src/vfs/sftpfs/file.c int libssh_errno; libssh_errno 175 src/vfs/sftpfs/file.c libssh_errno = libssh2_session_last_errno (super->session); libssh_errno 176 src/vfs/sftpfs/file.c if (libssh_errno != LIBSSH2_ERROR_EAGAIN) libssh_errno 178 src/vfs/sftpfs/file.c sftpfs_ssherror_to_gliberror (super, libssh_errno, mcerror); libssh_errno 188 src/vfs/sftpfs/internal.c sftpfs_ssherror_to_gliberror (sftpfs_super_t *super, int libssh_errno, GError **mcerror) libssh_errno 196 src/vfs/sftpfs/internal.c if (libssh_errno == LIBSSH2_ERROR_SFTP_PROTOCOL && super->sftp_session != NULL) libssh_errno 197 src/vfs/sftpfs/internal.c mc_propagate_error (mcerror, libssh_errno, "%s %lu", err, libssh_errno 200 src/vfs/sftpfs/internal.c mc_propagate_error (mcerror, libssh_errno, "%s", err); libssh_errno 73 src/vfs/sftpfs/internal.h void sftpfs_ssherror_to_gliberror (sftpfs_super_t * super, int libssh_errno, GError ** mcerror);