Home
last modified time | relevance | path

Searched refs:newprops (Results 1 – 2 of 2) sorted by relevance

/external/libmtp/src/
Dptp.c6458 MTPProperties *newprops; in ptp_get_new_object_prop_entry() local
6461 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()
Dlibmtp.c2713 MTPProperties *newprops; in get_all_metadata_fast() local
2717 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()