Searched refs:outSize (Results 1 – 2 of 2) sorted by relevance
863 SizeT outSize = *destLen; in LzmaDec_DecodeToBuf() local874 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() local1009 p.dicBufSize = outSize; in LzmaDecode()1014 res = LzmaDec_DecodeToDic(&p, outSize, src, srcLen, finishMode, status); in LzmaDecode()
202 SRes (*Progress)(void *p, UInt64 inSize, UInt64 outSize);