Searched refs:inPreSize (Results 1 – 2 of 2) sorted by relevance
67 size_t inPreSize; member264 t->inPreSize = 0; in Lzma2DecMt_MtCallback_Parse()367 t->inPreSize += cc->srcSize; in Lzma2DecMt_MtCallback_Parse()382 t->inPreSize--; in Lzma2DecMt_MtCallback_Parse()421 if (t->inPreSize == 0) in Lzma2DecMt_MtCallback_PreCode()508 if (t->inPreSize == t->inCodeSize) in Lzma2DecMt_MtCallback_Code()562 || t->inPreSize != t->inCodeSize) in Lzma2DecMt_MtCallback_Write()
1418 size_t inPreSize; member1647 coder->inPreSize = 0; in XzDecMt_Callback_Parse()1710 coder->inPreSize = coder->inPreHeaderSize; in XzDecMt_Callback_Parse()1742 UInt64 blockPackSum = coder->inPreSize + packSizeAligned + checkSize; in XzDecMt_Callback_Parse()1772 UInt64 rem = coder->blockPackTotal - coder->inPreSize; in XzDecMt_Callback_Parse()1777 coder->inPreSize += cur; in XzDecMt_Callback_Parse()1780 if (coder->inPreSize == coder->blockPackTotal) in XzDecMt_Callback_Parse()1957 *inCodePos = coder->inPreSize; in XzDecMt_Callback_Code()2086 if (coder->inPreSize != coder->inCodeSize in XzDecMt_Callback_Write()