Searched refs:ps_tail (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.c2985 struct player_source *ps_tail; local
2997 ps_tail = ps->pl_prev;
3000 ps_tail->pl_next = source_head;
3002 source_head->pl_prev = ps_tail;
3007 ps_tail = ps_shuffle->shuffle_prev;
3010 ps_tail->shuffle_next = shuffle_head;
3012 shuffle_head->shuffle_prev = ps_tail;

Completed in 57 milliseconds