Lines Matching refs:old
254 * list will result in the old playlist being replaced (ie: new playlist_id).
269 LIBMTP_playlist_t * old = LIBMTP_Get_Playlist(device, newlist->playlist_id);
272 if (!old)
278 if(old->no_tracks != newlist->no_tracks)
281 if(old->tracks[i] != newlist->tracks[i])
288 LIBMTP_PLST_DEBUG("delete old playlist and build a new one\n");
290 if(LIBMTP_Delete_Object(device, old->playlist_id) != 0)
293 if(strcmp(old->name,newlist->name) == 0)
303 if(strcmp(old->name,newlist->name) != 0) {
367 LIBMTP_PLST_DEBUG("read buff= {%dB new, %dB old/left-over}%s\n",(int)rdcnt, (int)(iw-w), eof?", EOF":"");