sftp_res 85 src/vfs/sftpfs/file.c sftpfs_file__handle_error (sftpfs_super_t * super, int sftp_res, GError ** mcerror) sftp_res 87 src/vfs/sftpfs/file.c if (sftpfs_is_sftp_error (super->sftp_session, sftp_res, LIBSSH2_FX_PERMISSION_DENIED)) sftp_res 90 src/vfs/sftpfs/file.c if (sftpfs_is_sftp_error (super->sftp_session, sftp_res, LIBSSH2_FX_NO_SUCH_FILE)) sftp_res 93 src/vfs/sftpfs/file.c if (!sftpfs_waitsocket (super, sftp_res, mcerror)) sftp_res 179 src/vfs/sftpfs/internal.c sftpfs_waitsocket (sftpfs_super_t * super, int sftp_res, GError ** mcerror) sftp_res 181 src/vfs/sftpfs/internal.c if (sftp_res != LIBSSH2_ERROR_EAGAIN) sftp_res 183 src/vfs/sftpfs/internal.c sftpfs_ssherror_to_gliberror (super, sftp_res, mcerror); sftp_res 195 src/vfs/sftpfs/internal.c sftpfs_is_sftp_error (LIBSSH2_SFTP * sftp_session, int sftp_res, int sftp_error) sftp_res 197 src/vfs/sftpfs/internal.c return (sftp_res == LIBSSH2_ERROR_SFTP_PROTOCOL && sftp_res 72 src/vfs/sftpfs/internal.h gboolean sftpfs_is_sftp_error (LIBSSH2_SFTP * sftp_session, int sftp_res, int sftp_error); sftp_res 74 src/vfs/sftpfs/internal.h gboolean sftpfs_waitsocket (sftpfs_super_t * super, int sftp_res, GError ** mcerror);