Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/7z/
D7zEncode.cpp317 CSequentialOutMtNotify *mtOutStreamNotifySpec = NULL; in Encode() local
428 mtOutStreamNotifySpec = new CSequentialOutMtNotify; in Encode()
429 mtOutStreamNotify = mtOutStreamNotifySpec; in Encode()
430 mtOutStreamNotifySpec->_stream = outStream; in Encode()
431 mtOutStreamNotifySpec->_mtProgresSpec = mtProgressSpec; in Encode()