Searched refs:totalInSize (Results 1 – 5 of 5) sorted by relevance
30 p->totalInSize = 0; in MtProgress_Init()38 if (ICompressProgress_Progress(p->progress, p->totalInSize, p->totalOutSize) != SZ_OK) in MtProgress_Progress_ST()49 p->totalInSize += inSize; in MtProgress_ProgressAdd()52 if (ICompressProgress_Progress(p->progress, p->totalInSize, p->totalOutSize) != SZ_OK) in MtProgress_ProgressAdd()215 p->mtProgress.totalInSize += inSize; in MtDec_Progress_GetError_Spec()218 …if (ICompressProgress_Progress(p->mtProgress.progress, p->mtProgress.totalInSize, p->mtProgress.to… in MtDec_Progress_GetError_Spec()
28 UInt64 totalInSize; member
2105 me->mtc.mtProgress.totalInSize = me->mtc.inProcessed; in XzDecMt_Callback_Write()2139 me->mtc.mtProgress.totalInSize = me->mtc.inProcessed; in XzDecMt_Callback_Write()2224 me->mtc.mtProgress.totalInSize = me->mtc.inProcessed; in XzDecMt_Callback_Write()
353 size_t totalInSize = (size_t)srcSize; in local_LZ4F_decompress_followHint() local375 if (inPos != totalInSize) { in local_LZ4F_decompress_followHint()377 (unsigned)inPos, (unsigned)totalInSize); in local_LZ4F_decompress_followHint()
234 U64 totalInSize; member689 cctxPtr->totalInSize = 0; in LZ4F_compressBegin_usingCDict()923 cctxPtr->totalInSize += srcSize; in LZ4F_compressUpdate()1013 if (cctxPtr->prefs.frameInfo.contentSize != cctxPtr->totalInSize) in LZ4F_compressEnd()