Home
last modified time | relevance | path

Searched refs:nextToRead (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/update/updater/services/package/pkg_algorithm/
H A Dpkg_algo_lz4.cpp343 size_t &nextToRead, size_t &srcOffset) in GetUnpackParam() argument
357 if (LZ4F_isError(nextToRead)) { in GetUnpackParam()
361 if (nextToRead > pkgHeader.length) { in GetUnpackParam()
367 PkgBuffer inbuffer(nullptr, nextToRead); in GetUnpackParam()
372 if (readLen != nextToRead) { in GetUnpackParam()
399 while (nextToRead != 0) { in UnpackDecode()
402 if (nextToRead > msg.inBuffSize) { in UnpackDecode()
408 msg.inBuffer.length = nextToRead; in UnpackDecode()
426 if (sizeCheck != nextToRead) { in UnpackDecode()
438 nextToRead = errorCode; in UnpackDecode()
[all …]
H A Dpkg_algo_lz4.h54 PkgBufferMessage &msg, size_t &nextToRead, LZ4F_decompressionContext_t &ctx);
69 const PkgStreamPtr inStream, size_t &nextToRead, size_t &srcOffset);