Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Compress/
DXpressDecoder.h14 HRESULT Decode_WithExceedWrite(const Byte *in, size_t inSize, Byte *out, size_t outSize);
DXpressDecoder.cpp297 HRESULT Decode_WithExceedWrite(const Byte *in, size_t inSize, Byte *out, size_t outSize) in Decode_WithExceedWrite() function
/external/lzma/CPP/7zip/Archive/Wim/
DWimIn.cpp112 … res = NCompress::NXpress::Decode_WithExceedWrite(packBuf.Data, inSize, unpackBuf.Data, outSize); in UnpackChunk()