Home
last modified time | relevance | path

Searched refs:SZ_ERROR_PROGRESS (Results 1 - 13 of 13) sorted by relevance

/third_party/lzma/CPP/7zip/Common/
H A DCWrappers.cpp18 case E_ABORT: return SZ_ERROR_PROGRESS; in HRESULT_To_SRes()
39 case SZ_ERROR_PROGRESS: return E_ABORT; in SResToHRESULT()
64 return HRESULT_To_SRes(p->Res, SZ_ERROR_PROGRESS); in CompressProgress()
/third_party/lzma/CPP/7zip/Compress/
H A DXzDecoder.cpp95 RET_IF_WRAP_ERROR(progressWrap.Res, res, SZ_ERROR_PROGRESS) in Decode()
H A DLzma2Encoder.cpp121 RET_IF_WRAP_ERROR(progressWrap.Res, res, SZ_ERROR_PROGRESS) in Code()
H A DXzEncoder.cpp238 RET_IF_WRAP_ERROR(progressWrap.Res, res, SZ_ERROR_PROGRESS) in Code()
H A DLzma2Decoder.cpp173 RET_IF_WRAP_ERROR(progressWrap.Res, res, SZ_ERROR_PROGRESS) in Code()
H A DLzmaEncoder.cpp335 RET_IF_WRAP_ERROR(progressWrap.Res, res, SZ_ERROR_PROGRESS) in Code()
/third_party/lzma/C/
H A DMtDec.c40 p->res = SZ_ERROR_PROGRESS; in MtProgress_Progress_ST()
54 p->res = SZ_ERROR_PROGRESS; in MtProgress_ProgressAdd()
193 p->mtProgress.res = SZ_ERROR_PROGRESS; in MtDec_Progress_GetError_Spec()
H A DXzIn.c337 return SZ_ERROR_PROGRESS; in Xzs_ReadBackward()
H A D7zTypes.h38 #define SZ_ERROR_PROGRESS 10 macro
H A DLzma2Enc.c349 return (p && ICompressProgress_Progress(p, inSize, outSize) != SZ_OK) ? SZ_ERROR_PROGRESS : SZ_OK; in Progress()
H A DXzDec.c2361 - ICompressProgress::Progress() error, stat->CombinedRes_Type = SZ_ERROR_PROGRESS.
2364 also it can set stat->CombinedRes_Type to SZ_ERROR_WRITE or SZ_ERROR_PROGRESS.
2514 stat->CombinedRes_Type = SZ_ERROR_PROGRESS; in XzDecMt_Decode_ST()
2749 stat->CombinedRes_Type = SZ_ERROR_PROGRESS; in XzDecMt_Decode()
H A DLzmaEnc.c3010 res = SZ_ERROR_PROGRESS; in LzmaEnc_Encode2()
/third_party/lzma/CPP/7zip/Archive/
H A DXzHandler.cpp434 return HRESULT_To_SRes(p->Res, SZ_ERROR_PROGRESS); in OpenCallbackProgress()
482 case SZ_ERROR_PROGRESS: return E_ABORT; in SRes_to_Open_HRESULT()
579 if (res == SZ_ERROR_PROGRESS) in Open2()

Completed in 16 milliseconds