Home
last modified time | relevance | path

Searched refs:totalOutSize (Results 1 - 2 of 2) sorted by relevance

/third_party/lzma/C/
H A DMtDec.c32 p->totalOutSize = 0; in MtProgress_Init()
39 if (ICompressProgress_Progress(p->progress, p->totalInSize, p->totalOutSize) != SZ_OK) in MtProgress_Progress_ST()
51 p->totalOutSize += outSize; in MtProgress_ProgressAdd()
53 if (ICompressProgress_Progress(p->progress, p->totalInSize, p->totalOutSize) != SZ_OK) in MtProgress_ProgressAdd()
190 p->mtProgress.totalOutSize += outSize; in MtDec_Progress_GetError_Spec()
192 if (ICompressProgress_Progress(p->mtProgress.progress, p->mtProgress.totalInSize, p->mtProgress.totalOutSize) != SZ_OK) in MtDec_Progress_GetError_Spec()
404 // printf("\n\n%12I64u %12I64u", (UInt64)p->mtProgress.totalInSize, (UInt64)p->mtProgress.totalOutSize); in MtDec_ThreadFunc2()
H A DMtDec.h29 UInt64 totalOutSize; member

Completed in 3 milliseconds