Home
last modified time | relevance | path

Searched refs:tempselectid (Results 1 – 4 of 4) sorted by relevance

/dports/audio/harp/harp-0.6.0/
H A Dedit.c745 …ROM Artist WHERE ArtistID IN (SELECT SelectID FROM TempSelect WHERE TempID=%d)",ids->tempselectid); in listArtists()
772 …Playlist WHERE PlaylistID IN (SELECT SelectID FROM TempSelect WHERE TempID=%d)",ids->tempselectid); in listPlaylists()
864 cleanTempSelect(id_struct->tempselectid); in songPortal()
896 ids->tempselectid=insertTempSelect(ids->songid,ids->length); in albumPortal()
899 cleanTempSelect(ids->tempselectid); in albumPortal()
928 ids->tempselectid=insertTempSelect(ids->songid,ids->length); in artistPortal()
931 cleanTempSelect(ids->tempselectid); in artistPortal()
969 ids->tempselectid=insertTempSelect(ids->songid,ids->length); in playlistPortal()
971 cleanTempSelect(ids->tempselectid); in playlistPortal()
1018 ids->tempselectid=insertTempSelect(ids->songid,ids->length); in genrePortal()
[all …]
H A Dplayer.c478 …(SELECT SelectID FROM TempSelect WHERE TempID=%d) ORDER BY \"Order\" DESC",id_struct.tempselectid); in remitem()
481 …istSong WHERE SongID IN (SELECT SelectID FROM TempSelect WHERE TempID=%d)",id_struct.tempselectid); in remitem()
485 cleanTempSelect(id_struct.tempselectid); in remitem()
523 sprintf(query,"SELECT SelectID FROM TempSelect WHERE TempID=%d",id_struct.tempselectid); in additem()
526 cleanTempSelect(id_struct.tempselectid); in additem()
H A Ddefs.h236 int tempselectid; member
H A Dutil.c478 id_struct->tempselectid=insertTempSelect(song_ids,song_idlen); in getGroupSongIDs()
515 id_struct->tempselectid=insertTempSelect(song_ids,song_idlen); in getGroupSongIDs()