Home | History | Annotate | Download | only in src

Lines Matching refs:MTPProperties

2573 ptp_mtp_getobjectproplist (PTPParams* params, uint32_t handle, MTPProperties **props, int *nrofprops)
2597 uint16_t objecttype, uint64_t objectsize, MTPProperties *props, int nrofprops)
2625 ptp_mtp_setobjectproplist (PTPParams* params, MTPProperties *props, int nrofprops)
4618 MTPProperties *
4619 ptp_get_new_object_prop_entry(MTPProperties **props, int *nrofprops) {
4620 MTPProperties *newprops;
4621 MTPProperties *prop;
4624 newprops = malloc(sizeof(MTPProperties)*(*nrofprops+1));
4626 newprops = realloc(*props,sizeof(MTPProperties)*(*nrofprops+1));
4642 ptp_destroy_object_prop(MTPProperties *prop)
4658 ptp_destroy_object_prop_list(MTPProperties *props, int nrofprops)
4661 MTPProperties *prop = props;
4672 MTPProperties *
4676 MTPProperties *prop;
4845 MTPProperties *props = NULL;
4866 MTPProperties *xpl;