Home
last modified time | relevance | path

Searched refs:Code_WithExceedReadWrite (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/lzma/CPP/7zip/Compress/
H A DLzxDecoder.h97 HRESULT Code_WithExceedReadWrite(const Byte *inData, size_t inSize, UInt32 outSize) throw();
H A DLzxDecoder.cpp1444 HRESULT CDecoder::Code_WithExceedReadWrite(const Byte *inData, size_t inSize, UInt32 outSize) throw… function in NCompress::NLzx::CDecoder
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Chm/
H A DChmHandler.cpp722 … res = lzxDecoder->Code_WithExceedReadWrite(packBuf, compressedSizeT, kBlockSize); // rt.BlockSize;
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Cab/
H A DCabHandler.cpp1210 res = lzxDecoder->Code_WithExceedReadWrite(blockPackData.GetData(),
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Wim/
H A DWimIn.cpp123 res = lzxDecoder->Code_WithExceedReadWrite(packBuf.Data, inSize, (UInt32)outSize); in UnpackChunk()