Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/7z/
D7zEncode.cpp308 CSequentialOutMtNotify *mtOutStreamNotifySpec = NULL; in Encode() local
408 mtOutStreamNotifySpec = new CSequentialOutMtNotify; in Encode()
409 mtOutStreamNotify = mtOutStreamNotifySpec; in Encode()
410 mtOutStreamNotifySpec->_stream = outStream; in Encode()
411 mtOutStreamNotifySpec->_mtProgresSpec = mtProgressSpec; in Encode()