Home
last modified time | relevance | path

Searched refs:wasInterrupted (Results 1 – 2 of 2) sorted by relevance

/third_party/lzma/C/
DMtDec.c201 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
312 res = MtDec_Progress_GetError_Spec(p, 0, 0, blockIndex, &wasInterrupted); in ThreadFunc2()
324 if (res == SZ_OK && !wasInterrupted) in ThreadFunc2()
406 res = MtDec_Progress_GetError_Spec(p, 0, 0, blockIndex, &wasInterrupted); in ThreadFunc2()
407 if (res != SZ_OK || wasInterrupted) in ThreadFunc2()
555 res = MtDec_GetError_Spec(p, blockIndex, &wasInterrupted); in ThreadFunc2()
[all …]
DMtDec.h159 BoolInt wasInterrupted; member