Home
last modified time | relevance | path

Searched refs:PL_FLAG_ACTIVE (Results 1 – 2 of 2) sorted by relevance

/dports/audio/aqualung/aqualung-1.0/src/
H A Dplaylist.h162 PL_FLAG_ACTIVE = (1 << 0), enumerator
192 #define IS_PL_ACTIVE(plist) PL_IS_SET_FLAG(plist, PL_FLAG_ACTIVE)
H A Dplaylist.c522 PL_SET_FLAG(data, PL_FLAG_ACTIVE); in playlist_set_active()
536 PL_UNSET_FLAG(data, PL_FLAG_ACTIVE); in playlist_set_inactive()
1817 PL_SET_FLAG(pldata, PL_FLAG_ACTIVE); in add_files_to_playlist_thread()
1896 PL_SET_FLAG(pldata, PL_FLAG_ACTIVE); in add_dir_to_playlist()
4793 PL_SET_FLAG(data, PL_FLAG_ACTIVE); in parse_playlist_track()
4801 if (flags & PL_FLAG_ACTIVE) { in parse_playlist_track()
4803 act_flag = PL_FLAG_ACTIVE; in parse_playlist_track()
4841 act_flag = PL_FLAG_ACTIVE; in playlist_load_xml_thread()