Searched refs:inSize (Results 1 – 2 of 2) sorted by relevance
506 static ELzmaDummy LzmaDec_TryDummy(const CLzmaDec *p, const Byte *buf, SizeT inSize) in LzmaDec_TryDummy() argument510 const Byte *bufLimit = buf + inSize; in LzmaDec_TryDummy()741 SizeT inSize = *srcLen; in LzmaDec_DecodeToDic() local753 for (; inSize > 0 && p->tempBufSize < RC_INIT_SIZE; (*srcLen)++, inSize--) in LzmaDec_DecodeToDic()795 if (inSize < LZMA_REQUIRED_INPUT_MAX || checkEndMarkNow) in LzmaDec_DecodeToDic()797 int dummyRes = LzmaDec_TryDummy(p, src, inSize); in LzmaDec_DecodeToDic()800 (void) memcpy(p->tempBuf, src, inSize); in LzmaDec_DecodeToDic()801 p->tempBufSize = (unsigned)inSize; in LzmaDec_DecodeToDic()802 (*srcLen) += inSize; in LzmaDec_DecodeToDic()814 bufLimit = src + inSize - LZMA_REQUIRED_INPUT_MAX; in LzmaDec_DecodeToDic()[all …]
202 SRes (*Progress)(void *p, UInt64 inSize, UInt64 outSize);