• Home
  • Raw
  • Download

Lines Matching refs:LIBMTP_PLST_DEBUG

49 #define LIBMTP_PLST_DEBUG(format, args...) \  macro
133 LIBMTP_PLST_DEBUG("pl->name='%s'\n", pl->name); in spl_to_playlist_t()
163 LIBMTP_PLST_DEBUG("%u track%s found\n", pl->no_tracks, pl->no_tracks==1?"":"s"); in spl_to_playlist_t()
170 LIBMTP_PLST_DEBUG("------------\n\n"); in spl_to_playlist_t()
193 LIBMTP_PLST_DEBUG("pl->name='%s'\n",pl->name); in playlist_t_to_spl()
212 LIBMTP_PLST_DEBUG("%u track%s\n", pl->no_tracks, pl->no_tracks==1?"":"s"); in playlist_t_to_spl()
213 LIBMTP_PLST_DEBUG(".spl version %d.%02d\n", ver_major, ver_minor); in playlist_t_to_spl()
232 LIBMTP_PLST_DEBUG("%s is %dB\n", f->filename, (int)f->filesize); in playlist_t_to_spl()
244 LIBMTP_PLST_DEBUG("------------\n\n"); in playlist_t_to_spl()
266 LIBMTP_PLST_DEBUG("pl->name='%s'\n",newlist->name); in update_spl_playlist()
287 LIBMTP_PLST_DEBUG("new tracks detected:\n"); in update_spl_playlist()
288 LIBMTP_PLST_DEBUG("delete old playlist and build a new one\n"); in update_spl_playlist()
289 LIBMTP_PLST_DEBUG(" NOTE: new playlist_id will result!\n"); in update_spl_playlist()
294 LIBMTP_PLST_DEBUG("name unchanged\n"); in update_spl_playlist()
296 LIBMTP_PLST_DEBUG("name is changing too -> %s\n",newlist->name); in update_spl_playlist()
304 LIBMTP_PLST_DEBUG("ONLY name is changing -> %s\n",newlist->name); in update_spl_playlist()
305 LIBMTP_PLST_DEBUG("playlist_id will remain unchanged\n"); in update_spl_playlist()
314 LIBMTP_PLST_DEBUG("no change\n"); in update_spl_playlist()
367LIBMTP_PLST_DEBUG("read buff= {%dB new, %dB old/left-over}%s\n",(int)rdcnt, (int)(iw-w), eof?", EO… in read_into_spl_text_t()
409 LIBMTP_PLST_DEBUG("line: %s\n", tail->text); in read_into_spl_text_t()
463 LIBMTP_PLST_DEBUG("\nutf8=%s ",p->text); in write_from_spl_text_t()
465 LIBMTP_PLST_DEBUG("%02x ", p->text[i] & 0xff); in write_from_spl_text_t()
466 LIBMTP_PLST_DEBUG("\n"); in write_from_spl_text_t()
467 LIBMTP_PLST_DEBUG("ucs2="); in write_from_spl_text_t()
469 LIBMTP_PLST_DEBUG("%02x ", t[i] & 0xff); in write_from_spl_text_t()
470 LIBMTP_PLST_DEBUG("\n"); in write_from_spl_text_t()
526 LIBMTP_PLST_DEBUG("%s\n",p->text); in print_spl_text_t()
570 LIBMTP_PLST_DEBUG("track %d = %s (%u)\n", c+1, p->text, tracks[c]); in tracks_from_spl_text_t()
617 LIBMTP_PLST_DEBUG("track %d = %s (%u)\n", i+1, f, tracks[i]); in spl_text_t_from_tracks()
643 LIBMTP_PLST_DEBUG(".spl playlist:\n"); in spl_text_t_from_tracks()