Searched refs:Code_WithExceedReadWrite (Results 1 – 5 of 5) sorted by relevance
97 HRESULT Code_WithExceedReadWrite(const Byte *inData, size_t inSize, UInt32 outSize) throw();
1444 HRESULT CDecoder::Code_WithExceedReadWrite(const Byte *inData, size_t inSize, UInt32 outSize) throw… function in NCompress::NLzx::CDecoder
722 … res = lzxDecoder->Code_WithExceedReadWrite(packBuf, compressedSizeT, kBlockSize); // rt.BlockSize;
1210 res = lzxDecoder->Code_WithExceedReadWrite(blockPackData.GetData(),
123 res = lzxDecoder->Code_WithExceedReadWrite(packBuf.Data, inSize, (UInt32)outSize); in UnpackChunk()