Searched refs:Decode2 (Results 1 – 2 of 2) sorted by relevance
/external/lzma/C/Util/Lzma/ |
D | LzmaUtil.c | 55 static SRes Decode2(CLzmaDec *state, ISeqOutStream *outStream, ISeqInStream *inStream, in Decode2() function 129 res = Decode2(&state, outStream, inStream, unpackSize); in Decode()
|
/external/lzma/CPP/7zip/Archive/ |
D | XzHandler.cpp | 151 …HRESULT Decode2(ISequentialInStream *seqInStream, ISequentialOutStream *outStream, IDecodeState &p… in Decode2() function in NArchive::NXz::CHandler 772 RINOK(Decode2(_seqStream, realOutStream, vp)); in Extract()
|