Home
last modified time | relevance | path

Searched refs:crc64 (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/oss/include/alibabacloud/oss/model/
A DPutObjectResult.h31 PutObjectResult(const std::string eTag, const uint64_t crc64) :eTag_(eTag), crc64_(crc64) {} in PutObjectResult() argument
/AliOS-Things-master/components/oss/src/resumable/
A DResumableDownloader.cc109 …part.crc64 = std::strtoull(outcome.result().Metadata().HttpMetaData().at("x-oss-hash-crc64ecma-by-… in Download()
132 root["parts"][index]["crc64"] = partR.crc64; in Download()
204 uint64_t localCRC64 = downloadedParts[0].crc64; in Download()
206 … localCRC64 = CRC64::CombineCRC(localCRC64, downloadedParts[i].crc64, downloadedParts[i].size); in Download()
306 root["parts"][index]["crc64"] = part.crc64; in validateRecord()
350 part.crc64 = partValue["crc64"].asUInt64(); in loadRecord()
A DResumableDownloader.h29 uint64_t crc64; member

Completed in 5 milliseconds