Home
last modified time | relevance | path

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

/external/lzma/C/
DMtDec.c249 SRes threadingErrorSRes; in MtDec_ThreadFunc2() local
550 threadingErrorSRes = SZ_OK; in MtDec_ThreadFunc2()
570 threadingErrorSRes = res2; in MtDec_ThreadFunc2()
685 if (threadingErrorSRes) in MtDec_ThreadFunc2()
688 p->threadingErrorSRes = threadingErrorSRes; in MtDec_ThreadFunc2()
1026 p->threadingErrorSRes = SZ_OK; in MtDec_Code()
1098 p->threadingErrorSRes = sres; in MtDec_Code()
1105 || p->threadingErrorSRes != SZ_OK in MtDec_Code()
DMtDec.h150 SRes threadingErrorSRes; member