Searched refs:stopDecoding (Results 1 – 2 of 2) sorted by relevance
121 bool stopDecoding = (_outSizeDefined && _outSizeProcessed >= _outSize); in Code() local123 if (res != 0 || _state.decoder.dicPos == _state.decoder.dicBufSize || finished || stopDecoding) in Code()129 if (stopDecoding) in Code()
131 bool stopDecoding = (_outSizeDefined && _outSizeProcessed >= _outSize); in CodeSpec() local133 if (res != 0 || _state.dicPos == next || finished || stopDecoding) in CodeSpec()148 if (stopDecoding) in CodeSpec()