Home
last modified time | relevance | path

Searched refs:_outBuf (Results 1 - 2 of 2) sorted by relevance

/third_party/lzma/CPP/7zip/Compress/
H A DPpmdDecoder.cpp27 ::MidFree(_outBuf); in ~CDecoder()
135 if (!_outBuf) in Code()
137 _outBuf = (Byte *)::MidAlloc(kBufSize); in Code()
138 if (!_outBuf) in Code()
148 const HRESULT res = CodeSpec(_outBuf, kBufSize); in Code()
150 RINOK(WriteStream(outStream, _outBuf, processed)) in Code()
H A DPpmdDecoder.h53 Byte *_outBuf; member in NCompress::NPpmd::Z7_final
74 _outBuf(NULL), in CDecoder()

Completed in 1 milliseconds