Searched refs:storageIDs (Results 1 – 1 of 1) sorted by relevance
4104 PTPStorageIDs storageIDs; in LIBMTP_Get_Storage() local4113 if (ptp_getstorageids (params, &storageIDs) != PTP_RC_OK) in LIBMTP_Get_Storage()4115 if (storageIDs.n < 1) in LIBMTP_Get_Storage()4119 for (i = 0; i < storageIDs.n; i++) { in LIBMTP_Get_Storage()4129 storage->id = storageIDs.Storage[i]; in LIBMTP_Get_Storage()4142 free(storageIDs.Storage); in LIBMTP_Get_Storage()4145 for (i = 0; i < storageIDs.n; i++) { in LIBMTP_Get_Storage()4147 ret = ptp_getstorageinfo(params, storageIDs.Storage[i], &storageInfo); in LIBMTP_Get_Storage()4165 storage->id = storageIDs.Storage[i]; in LIBMTP_Get_Storage()4183 free(storageIDs.Storage); in LIBMTP_Get_Storage()