sftpfs_is_sftp_error   90 src/vfs/sftpfs/file.c     if (sftpfs_is_sftp_error (super->sftp_session, sftp_res, LIBSSH2_FX_PERMISSION_DENIED))
sftpfs_is_sftp_error   93 src/vfs/sftpfs/file.c     if (sftpfs_is_sftp_error (super->sftp_session, sftp_res, LIBSSH2_FX_NO_SUCH_FILE))
sftpfs_is_sftp_error  136 src/vfs/sftpfs/internal.c         if (sftpfs_is_sftp_error ((*super)->sftp_session, res, LIBSSH2_FX_PERMISSION_DENIED))
sftpfs_is_sftp_error  139 src/vfs/sftpfs/internal.c         if (sftpfs_is_sftp_error ((*super)->sftp_session, res, LIBSSH2_FX_NO_SUCH_FILE))
sftpfs_is_sftp_error  463 src/vfs/sftpfs/internal.c         if (sftpfs_is_sftp_error (super->sftp_session, res, LIBSSH2_FX_NO_SUCH_FILE))
sftpfs_is_sftp_error  466 src/vfs/sftpfs/internal.c         if (sftpfs_is_sftp_error (super->sftp_session, res, LIBSSH2_FX_FAILURE))
sftpfs_is_sftp_error  516 src/vfs/sftpfs/internal.c         if (sftpfs_is_sftp_error (super->sftp_session, res, LIBSSH2_FX_NO_SUCH_FILE))
sftpfs_is_sftp_error  519 src/vfs/sftpfs/internal.c         if (sftpfs_is_sftp_error (super->sftp_session, res, LIBSSH2_FX_FAILURE))
sftpfs_is_sftp_error   72 src/vfs/sftpfs/internal.h gboolean sftpfs_is_sftp_error (LIBSSH2_SFTP * sftp_session, int sftp_res, int sftp_error);