Lines Matching refs:mtpprops
2247 …newprops = realloc(params->objects[i].mtpprops,(params->objects[i].nrofmtpprops+1)*sizeof(MTPPrope… in get_all_metadata_fast()
2252 params->objects[i].mtpprops = newprops; in get_all_metadata_fast()
2253 … memcpy(¶ms->objects[i].mtpprops[params->objects[i].nrofmtpprops],&props[j],sizeof(props[j])); in get_all_metadata_fast()
2375 if (ob->mtpprops) { in obj2file()
2376 MTPProperties *prop = ob->mtpprops; in obj2file()
3982 if (ob->mtpprops) { in LIBMTP_Get_Filelisting_With_Callback()
3983 MTPProperties *prop = ob->mtpprops; in LIBMTP_Get_Filelisting_With_Callback()
4100 if (ob->mtpprops) { in LIBMTP_Get_Filemetadata()
4101 MTPProperties *prop = ob->mtpprops; in LIBMTP_Get_Filemetadata()
4328 if (ob->mtpprops) { in get_track_metadata()
4329 prop = ob->mtpprops; in get_track_metadata()
7771 if (ob->mtpprops) {
7772 prop = ob->mtpprops;