Searched refs:SZ_ERROR_PROGRESS (Results 1 - 13 of 13) sorted by relevance
/third_party/lzma/CPP/7zip/Common/ |
H A D | CWrappers.cpp | 18 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 D | XzDecoder.cpp | 95 RET_IF_WRAP_ERROR(progressWrap.Res, res, SZ_ERROR_PROGRESS)
in Decode()
|
H A D | Lzma2Encoder.cpp | 121 RET_IF_WRAP_ERROR(progressWrap.Res, res, SZ_ERROR_PROGRESS)
in Code()
|
H A D | XzEncoder.cpp | 238 RET_IF_WRAP_ERROR(progressWrap.Res, res, SZ_ERROR_PROGRESS)
in Code()
|
H A D | Lzma2Decoder.cpp | 173 RET_IF_WRAP_ERROR(progressWrap.Res, res, SZ_ERROR_PROGRESS)
in Code()
|
H A D | LzmaEncoder.cpp | 335 RET_IF_WRAP_ERROR(progressWrap.Res, res, SZ_ERROR_PROGRESS)
in Code()
|
/third_party/lzma/C/ |
H A D | MtDec.c | 40 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 D | XzIn.c | 337 return SZ_ERROR_PROGRESS;
in Xzs_ReadBackward()
|
H A D | 7zTypes.h | 38 #define SZ_ERROR_PROGRESS 10
macro
|
H A D | Lzma2Enc.c | 349 return (p && ICompressProgress_Progress(p, inSize, outSize) != SZ_OK) ? SZ_ERROR_PROGRESS : SZ_OK;
in Progress()
|
H A D | XzDec.c | 2361 - 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 D | LzmaEnc.c | 3010 res = SZ_ERROR_PROGRESS;
in LzmaEnc_Encode2()
|
/third_party/lzma/CPP/7zip/Archive/ |
H A D | XzHandler.cpp | 434 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