• Home
  • Raw
  • Download

Lines Matching refs:wasInterrupted

201 static SRes MtDec_GetError_Spec(CMtDec *p, UInt64 interruptIndex, BoolInt *wasInterrupted)  in MtDec_GetError_Spec()  argument
205 *wasInterrupted = (p->needInterrupt && interruptIndex > p->interruptIndex); in MtDec_GetError_Spec()
211 …rror_Spec(CMtDec *p, UInt64 inSize, UInt64 outSize, UInt64 interruptIndex, BoolInt *wasInterrupted) in MtDec_Progress_GetError_Spec() argument
222 *wasInterrupted = (p->needInterrupt && interruptIndex > p->interruptIndex); in MtDec_Progress_GetError_Spec()
275 BoolInt wasInterrupted, isAllocError, overflow, finish; in ThreadFunc2() local
311 res = MtDec_Progress_GetError_Spec(p, 0, 0, blockIndex, &wasInterrupted); in ThreadFunc2()
323 if (res == SZ_OK && !wasInterrupted) in ThreadFunc2()
405 res = MtDec_Progress_GetError_Spec(p, 0, 0, blockIndex, &wasInterrupted); in ThreadFunc2()
406 if (res != SZ_OK || wasInterrupted) in ThreadFunc2()
556 res = MtDec_GetError_Spec(p, blockIndex, &wasInterrupted); in ThreadFunc2()
561 if (res == SZ_OK && needCode && !wasInterrupted) in ThreadFunc2()
574 if (res != SZ_OK || wasInterrupted) in ThreadFunc2()
676 res = MtDec_Progress_GetError_Spec(p, inDelta, outDelta, blockIndex, &wasInterrupted); in ThreadFunc2()
677 if (res != SZ_OK || wasInterrupted) in ThreadFunc2()
701 if (p->wasInterrupted) in ThreadFunc2()
702 wasInterrupted = True; in ThreadFunc2()
707 p->wasInterrupted = True; in ThreadFunc2()
715 p->wasInterrupted = True; in ThreadFunc2()
721 p->wasInterrupted = True; in ThreadFunc2()
727 p->wasInterrupted = True; in ThreadFunc2()
735 if (wasInterrupted) in ThreadFunc2()
756 res == SZ_OK && needWriteToStream && !wasInterrupted, // needWrite in ThreadFunc2()
770 p->wasInterrupted = True; in ThreadFunc2()
783 || p->wasInterrupted in ThreadFunc2()
785 || wasInterrupted in ThreadFunc2()
1054 p->wasInterrupted = False; in MtDec_Code()