Searched refs:mtpprops (Results 1 – 3 of 3) sorted by relevance
2717 newprops = realloc(params->objects[i].mtpprops, in get_all_metadata_fast()2723 params->objects[i].mtpprops = newprops; in get_all_metadata_fast()2724 memcpy(¶ms->objects[i].mtpprops[params->objects[i].nrofmtpprops], in get_all_metadata_fast()4295 if (ob->mtpprops) { in obj2file()4296 MTPProperties *prop = ob->mtpprops; in obj2file()4762 if (ob->mtpprops) { in get_track_metadata()4763 prop = ob->mtpprops; in get_track_metadata()8403 if (ob->mtpprops) {8404 prop = ob->mtpprops;
4169 ptp_destroy_object_prop(&ob->mtpprops[i]); in ptp_free_object()6517 prop = ob->mtpprops; in ptp_find_object_prop_in_cache()6724 ob->mtpprops = props; in ptp_object_want()6730 MTPProperties *prop = ob->mtpprops; in ptp_object_want()
2425 MTPProperties *mtpprops; member