sftp_res 88 src/vfs/sftpfs/file.c sftpfs_file__handle_error (sftpfs_super_t *super, int sftp_res, GError **mcerror) sftp_res 90 src/vfs/sftpfs/file.c if (sftpfs_is_sftp_error (super->sftp_session, sftp_res, LIBSSH2_FX_PERMISSION_DENIED)) sftp_res 93 src/vfs/sftpfs/file.c if (sftpfs_is_sftp_error (super->sftp_session, sftp_res, LIBSSH2_FX_NO_SUCH_FILE)) sftp_res 96 src/vfs/sftpfs/file.c if (!sftpfs_waitsocket (super, sftp_res, mcerror)) sftp_res 156 src/vfs/sftpfs/internal.c sftpfs_waitsocket (sftpfs_super_t *super, int sftp_res, GError **mcerror) sftp_res 158 src/vfs/sftpfs/internal.c if (sftp_res != LIBSSH2_ERROR_EAGAIN) sftp_res 160 src/vfs/sftpfs/internal.c sftpfs_ssherror_to_gliberror (super, sftp_res, mcerror); sftp_res 172 src/vfs/sftpfs/internal.c sftpfs_is_sftp_error (LIBSSH2_SFTP *sftp_session, int sftp_res, int sftp_error) sftp_res 174 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);