Home
last modified time | relevance | path

Searched refs:GetLimitAndOffset (Results 1 – 7 of 7) sorted by relevance

/dports/multimedia/musikcube/musikcube-0.96.7/src/musikcore/library/query/
H A DGetPlaylistQuery.cpp91 this->GetLimitAndOffset(); in OnRun()
H A DTrackListQueryBase.h81 std::string GetLimitAndOffset() { in GetLimitAndOffset() function
H A DDirectoryTrackListQuery.cpp80 query += this->GetLimitAndOffset(); in OnRun()
H A DSearchTrackListQuery.cpp145 query += this->GetLimitAndOffset(); in OnRun()
H A DCategoryTrackListQuery.cpp153 std::string limitAndOffset = this->GetLimitAndOffset(); in RegularQuery()
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/server/
H A DWebSocketServer.h178 void GetLimitAndOffset(json& options, int& limit, int& offset);
H A DWebSocketServer.cpp707 void WebSocketServer::GetLimitAndOffset(json& options, int& limit, int& offset) { in GetLimitAndOffset() function in WebSocketServer
720 this->GetLimitAndOffset(options, limit, offset); in QueryTracks()
793 this->GetLimitAndOffset(options, limit, offset); in RespondWithPlayQueueTracks()
992 this->GetLimitAndOffset(options, limit, offset); in QueryTracksByCategory()