Home
last modified time | relevance | path

Searched refs:blockFinished (Results 1 - 1 of 1) sorted by relevance

/third_party/lzma/CPP/7zip/Archive/
H A DXzHandler.cpp867 const BoolInt blockFinished = XzUnpacker_IsBlockFinished(&xzu.p); in DecodeBlock() local
869 if ((inLen == 0 && outLen == 0) || blockFinished) in DecodeBlock()
871 if (packRem != 0 || !blockFinished || unpackSize != outPos) in DecodeBlock()

Completed in 2 milliseconds