Home | History | Annotate | Download | only in src

Lines Matching refs:prop_count

1044 	uint32_t prop_count = dtoh32a(data);
1048 if (prop_count == 0) {
1052 ptp_debug (params ,"Unpacking MTP OPL, size %d (prop_count %d)", len, prop_count);
1055 props = malloc(prop_count * sizeof(MTPProperties));
1057 for (i = 0; i < prop_count; i++) {
1059 ptp_debug (params ,"short MTP Object Property List at property %d (of %d)", i, prop_count);
1083 qsort (props, prop_count, sizeof(MTPProperties),_compare_func);
1085 return prop_count;