Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/lzma/
H A DLzmaDec.c863 SizeT outSize = *destLen; in LzmaDec_DecodeToBuf() local
874 if (outSize > p->dicBufSize - dicPos) in LzmaDec_DecodeToBuf()
881 outSizeCur = dicPos + outSize; in LzmaDec_DecodeToBuf()
892 outSize -= outSizeCur; in LzmaDec_DecodeToBuf()
896 if (outSizeCur == 0 || outSize == 0) in LzmaDec_DecodeToBuf()
999 SizeT outSize = *destLen; in LzmaDecode() local
1009 p.dicBufSize = outSize; in LzmaDecode()
1014 res = LzmaDec_DecodeToDic(&p, outSize, src, srcLen, finishMode, status); in LzmaDecode()
H A DTypes.h202 SRes (*Progress)(void *p, UInt64 inSize, UInt64 outSize);