Searched refs:source_head (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.c206 static struct player_source *source_head; variable in typeref:struct:player_source
828 ps = source_shuffle(source_head);
893 head = (shuffle) ? shuffle_head : source_head;
902 if ((r_mode == REPEAT_ALL) && (source_head == source_head->pl_next))
907 else if (!force && (r_mode == REPEAT_OFF) && (source_head == source_head->pl_next))
1016 head = (shuffle) ? shuffle_head : source_head;
1067 for (p = source_head; p != ps; p = p->pl_next)
1113 if ((r_mode == REPEAT_ALL) && (source_head
[all...]

Completed in 55 milliseconds