Searched refs:pl_next (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.c127 struct player_source *pl_next; member in struct:player_source
636 q_tail->pl_next = ps;
661 q_tail->pl_next = q_head;
725 p = p->pl_next;
778 ps = ps->pl_next;
795 ps = ps->pl_next;
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))
913 ps = (shuffle) ? cur_streaming->shuffle_next : cur_streaming->pl_next;
980 ps = ps->pl_next;
[all...]

Completed in 239 milliseconds