Home
last modified time | relevance | path

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

/external/libmtp/src/
Dplaylist-spl.c80 static void append_text_t(text_t** t, char* s);
600 append_text_t(&c, "SPL PLAYLIST"); in spl_text_t_from_tracks()
606 append_text_t(&c, vs); in spl_text_t_from_tracks()
607 append_text_t(&c, ""); in spl_text_t_from_tracks()
616 append_text_t(&c, f); in spl_text_t_from_tracks()
625 append_text_t(&c, ""); in spl_text_t_from_tracks()
626 append_text_t(&c, "END PLAYLIST"); in spl_text_t_from_tracks()
628 append_text_t(&c, ""); in spl_text_t_from_tracks()
629 append_text_t(&c, "myDNSe DATA"); in spl_text_t_from_tracks()
631 append_text_t(&c, dnse); in spl_text_t_from_tracks()
[all …]