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);
603 append_text_t(&c, "SPL PLAYLIST"); in spl_text_t_from_tracks()
609 append_text_t(&c, vs); in spl_text_t_from_tracks()
610 append_text_t(&c, ""); in spl_text_t_from_tracks()
619 append_text_t(&c, f); in spl_text_t_from_tracks()
628 append_text_t(&c, ""); in spl_text_t_from_tracks()
629 append_text_t(&c, "END PLAYLIST"); in spl_text_t_from_tracks()
631 append_text_t(&c, ""); in spl_text_t_from_tracks()
632 append_text_t(&c, "myDNSe DATA"); in spl_text_t_from_tracks()
634 append_text_t(&c, dnse); in spl_text_t_from_tracks()
[all …]