Lines Matching refs:wasInterrupted
200 static SRes MtDec_GetError_Spec(CMtDec *p, UInt64 interruptIndex, BoolInt *wasInterrupted) in MtDec_GetError_Spec() argument
204 *wasInterrupted = (p->needInterrupt && interruptIndex > p->interruptIndex); in MtDec_GetError_Spec()
210 …rror_Spec(CMtDec *p, UInt64 inSize, UInt64 outSize, UInt64 interruptIndex, BoolInt *wasInterrupted) in MtDec_Progress_GetError_Spec() argument
221 *wasInterrupted = (p->needInterrupt && interruptIndex > p->interruptIndex); in MtDec_Progress_GetError_Spec()
274 BoolInt wasInterrupted, isAllocError, overflow, finish; in ThreadFunc2() local
310 res = MtDec_Progress_GetError_Spec(p, 0, 0, blockIndex, &wasInterrupted); in ThreadFunc2()
322 if (res == SZ_OK && !wasInterrupted) in ThreadFunc2()
404 res = MtDec_Progress_GetError_Spec(p, 0, 0, blockIndex, &wasInterrupted); in ThreadFunc2()
405 if (res != SZ_OK || wasInterrupted) in ThreadFunc2()
555 res = MtDec_GetError_Spec(p, blockIndex, &wasInterrupted); in ThreadFunc2()
560 if (res == SZ_OK && needCode && !wasInterrupted) in ThreadFunc2()
573 if (res != SZ_OK || wasInterrupted) in ThreadFunc2()
675 res = MtDec_Progress_GetError_Spec(p, inDelta, outDelta, blockIndex, &wasInterrupted); in ThreadFunc2()
676 if (res != SZ_OK || wasInterrupted) in ThreadFunc2()
700 if (p->wasInterrupted) in ThreadFunc2()
701 wasInterrupted = True; in ThreadFunc2()
706 p->wasInterrupted = True; in ThreadFunc2()
714 p->wasInterrupted = True; in ThreadFunc2()
720 p->wasInterrupted = True; in ThreadFunc2()
726 p->wasInterrupted = True; in ThreadFunc2()
734 if (wasInterrupted) in ThreadFunc2()
755 res == SZ_OK && needWriteToStream && !wasInterrupted, // needWrite in ThreadFunc2()
769 p->wasInterrupted = True; in ThreadFunc2()
782 || p->wasInterrupted in ThreadFunc2()
784 || wasInterrupted in ThreadFunc2()
1053 p->wasInterrupted = False; in MtDec_Code()