Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/7z/
D7zEncode.cpp266 class CSequentialOutMtNotify: class
274 CSequentialOutMtNotify(): _mtProgresSpec(NULL) {} in CSequentialOutMtNotify() function in NArchive::N7z::CSequentialOutMtNotify
280 STDMETHODIMP CSequentialOutMtNotify::Write(const void *data, UInt32 size, UInt32 *processed) in Write()
317 CSequentialOutMtNotify *mtOutStreamNotifySpec = NULL; in Encode()
428 mtOutStreamNotifySpec = new CSequentialOutMtNotify; in Encode()