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  137 src/vfs/sftpfs/internal.c         if (sftpfs_is_sftp_error ((*super)->sftp_session, res, LIBSSH2_FX_PERMISSION_DENIED))
sftpfs_is_sftp_error  140 src/vfs/sftpfs/internal.c         if (sftpfs_is_sftp_error ((*super)->sftp_session, res, LIBSSH2_FX_NO_SUCH_FILE))
sftpfs_is_sftp_error  462 src/vfs/sftpfs/internal.c         if (sftpfs_is_sftp_error (super->sftp_session, res, LIBSSH2_FX_NO_SUCH_FILE))
sftpfs_is_sftp_error  465 src/vfs/sftpfs/internal.c         if (sftpfs_is_sftp_error (super->sftp_session, res, LIBSSH2_FX_FAILURE))
sftpfs_is_sftp_error  515 src/vfs/sftpfs/internal.c         if (sftpfs_is_sftp_error (super->sftp_session, res, LIBSSH2_FX_NO_SUCH_FILE))
sftpfs_is_sftp_error  518 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);