Searched refs:mtpprops (Results 1 – 3 of 3) sorted by relevance
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()[all …]
2781 ptp_destroy_object_prop(&ob->mtpprops[i]); in ptp_free_object()4683 prop = ob->mtpprops; in ptp_find_object_prop_in_cache()4862 ob->mtpprops = props; in ptp_object_want()
1897 MTPProperties *mtpprops; member