Searched refs:cur_streaming (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dplayer.c209 static struct player_source *cur_streaming; variable in typeref:struct:player_source
557 else if (cur_streaming && (cur_streaming->end))
559 rtptime = cur_streaming->end + 1;
832 if (cur_streaming)
833 shuffle_head = cur_streaming;
910 if (!cur_streaming)
913 ps = (shuffle) ? cur_streaming->shuffle_next : cur_streaming->pl_next;
918 if (cur_streaming
[all...]

Completed in 90 milliseconds