Searched refs:newprops (Results 1 – 2 of 2) sorted by relevance
6458 MTPProperties *newprops; in ptp_get_new_object_prop_entry() local6461 newprops = realloc(*props,sizeof(MTPProperties)*(*nrofprops+1)); in ptp_get_new_object_prop_entry()6462 if (newprops == NULL) in ptp_get_new_object_prop_entry()6464 prop = &newprops[*nrofprops]; in ptp_get_new_object_prop_entry()6470 (*props) = newprops; in ptp_get_new_object_prop_entry()
2713 MTPProperties *newprops; in get_all_metadata_fast() local2717 newprops = realloc(params->objects[i].mtpprops, in get_all_metadata_fast()2720 newprops = calloc(1,sizeof(MTPProperties)); in get_all_metadata_fast()2722 if (!newprops) return 0; /* FIXME: error handling? */ in get_all_metadata_fast()2723 params->objects[i].mtpprops = newprops; in get_all_metadata_fast()