Home
last modified time | relevance | path

Searched defs:offset_requested (Results 1 – 2 of 2) sorted by relevance

/dports/audio/strawberry/strawberry-1.0.0/src/tidal/
H A Dtidalrequest.cpp329 …ArtistsReplyReceived(QNetworkReply *reply, const int limit_requested, const int offset_requested) { in ArtistsReplyReceived()
478 …:AlbumsReplyReceived(QNetworkReply *reply, const int limit_requested, const int offset_requested) { in AlbumsReplyReceived()
511 …stAlbumsReplyReceived(QNetworkReply *reply, const QString &artist_id, const int offset_requested) { in ArtistAlbumsReplyReceived()
521 …const QString &artist_id_requested, const int limit_requested, const int offset_requested, const b… in AlbumsReceived()
749 …::SongsReplyReceived(QNetworkReply *reply, const int limit_requested, const int offset_requested) { in SongsReplyReceived()
792 …ply *reply, const QString &artist_id, const QString &album_id, const int offset_requested, const Q… in AlbumSongsReplyReceived()
803 …artist_id, const QString &album_id, const int limit_requested, const int offset_requested, const b… in SongsReceived()
/dports/audio/strawberry/strawberry-1.0.0/src/subsonic/
H A Dsubsonicrequest.cpp166 void SubsonicRequest::AlbumsReplyReceived(QNetworkReply *reply, const int offset_requested, const i… in AlbumsReplyReceived()