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