Home
last modified time | relevance | path

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

/third_party/lzma/C/Util/Lzma/
DLzmaUtil.c76 int thereIsSize = (unpackSize != (UInt64)(Int64)-1); in Decode2() local
95 if (thereIsSize && outProcessed > unpackSize) in Decode2()
113 if (res != SZ_OK || (thereIsSize && unpackSize == 0)) in Decode2()
118 if (thereIsSize || status != LZMA_STATUS_FINISHED_WITH_MARK) in Decode2()