Searched refs:storageIDs (Results 1 – 1 of 1) sorted by relevance
3720 PTPStorageIDs storageIDs; in LIBMTP_Get_Storage() local3729 if (ptp_getstorageids (params, &storageIDs) != PTP_RC_OK) in LIBMTP_Get_Storage()3731 if (storageIDs.n < 1) in LIBMTP_Get_Storage()3735 for (i = 0; i < storageIDs.n; i++) { in LIBMTP_Get_Storage()3744 storage->id = storageIDs.Storage[i]; in LIBMTP_Get_Storage()3757 free(storageIDs.Storage); in LIBMTP_Get_Storage()3760 for (i = 0; i < storageIDs.n; i++) { in LIBMTP_Get_Storage()3762 ret = ptp_getstorageinfo(params, storageIDs.Storage[i], &storageInfo); in LIBMTP_Get_Storage()3778 storage->id = storageIDs.Storage[i]; in LIBMTP_Get_Storage()3796 free(storageIDs.Storage); in LIBMTP_Get_Storage()