Searched refs:propcnt (Results 1 – 1 of 1) sorted by relevance
1087 uint32_t propcnt = 0; in LIBMTP_Is_Property_Supported() local1093 …p_getobjectpropssupported(device->params, map_libmtp_type_to_ptp_type(filetype), &propcnt, &props); in LIBMTP_Is_Property_Supported()1099 for (i = 0; i < propcnt; i++) { in LIBMTP_Is_Property_Supported()2393 uint32_t propcnt = 0; in obj2file() local2396 ret = ptp_mtp_getobjectpropssupported(params, ob->oi.ObjectFormat, &propcnt, &props); in obj2file()2402 for (i=0;i<propcnt;i++) { in obj2file()2908 uint32_t propcnt = 0; in LIBMTP_Dump_Device_Info() local2914 …ret = ptp_mtp_getobjectpropssupported (params, params->deviceinfo.ImageFormats[i], &propcnt, &prop… in LIBMTP_Dump_Device_Info()2918 for (j=0;j<propcnt;j++) { in LIBMTP_Dump_Device_Info()4000 uint32_t propcnt = 0; in LIBMTP_Get_Filelisting_With_Callback() local[all …]