Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Compress/
DLzmaDecoder.cpp133 bool stopDecoding = (_outSizeDefined && _outSizeProcessed >= _outSize); in CodeSpec() local
135 if (res != 0 || _state.dicPos == next || finished || stopDecoding) in CodeSpec()
150 if (stopDecoding) in CodeSpec()