Home
last modified time | relevance | path

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

/external/lzma/C/
DMtDec.c274 BoolInt wasInterrupted, isAllocError, overflow, finish; in ThreadFunc2() local
315 isAllocError = False; in ThreadFunc2()
341 isAllocError = True; in ThreadFunc2()
510 isAllocError = True; in ThreadFunc2()
709 isAllocError = True; in ThreadFunc2()
718 if (isAllocError) in ThreadFunc2()
721 p->isAllocError = True; in ThreadFunc2()
1040 p->isAllocError = False; in MtDec_Code()
1119 p->isAllocError in MtDec_Code()
DMtDec.h147 BoolInt isAllocError; member