Lines Matching refs:MTPProperties
1273 ptp_pack_OPL (PTPParams *params, MTPProperties *props, int nrofprops, unsigned char** opldataptr) in ptp_pack_OPL()
1276 MTPProperties *propitr; in ptp_pack_OPL()
1332 const MTPProperties *px = x; in _compare_func()
1333 const MTPProperties *py = y; in _compare_func()
1339 ptp_unpack_OPL (PTPParams *params, unsigned char* data, MTPProperties **pprops, unsigned int len) in ptp_unpack_OPL()
1342 MTPProperties *props = NULL; in ptp_unpack_OPL()
1348 if (prop_count >= INT_MAX/sizeof(MTPProperties)) { in ptp_unpack_OPL()
1355 props = malloc(prop_count * sizeof(MTPProperties)); in ptp_unpack_OPL()
1362 qsort (props, i, sizeof(MTPProperties),_compare_func); in ptp_unpack_OPL()
1381 qsort (props, i, sizeof(MTPProperties),_compare_func); in ptp_unpack_OPL()
1388 qsort (props, prop_count, sizeof(MTPProperties),_compare_func); in ptp_unpack_OPL()