Searched refs:SZ_ERROR_PROGRESS (Results 1 – 16 of 16) sorted by relevance
/third_party/lzma/CPP/7zip/Common/ |
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/ |
D | XzDecoder.cpp | 95 RET_IF_WRAP_ERROR(progressWrap.Res, res, SZ_ERROR_PROGRESS) in Decode()
|
D | Lzma2Encoder.cpp | 121 RET_IF_WRAP_ERROR(progressWrap.Res, res, SZ_ERROR_PROGRESS) in Code()
|
D | XzEncoder.cpp | 240 RET_IF_WRAP_ERROR(progressWrap.Res, res, SZ_ERROR_PROGRESS) in Code()
|
D | Lzma2Decoder.cpp | 173 RET_IF_WRAP_ERROR(progressWrap.Res, res, SZ_ERROR_PROGRESS) in Code()
|
D | LzmaEncoder.cpp | 326 RET_IF_WRAP_ERROR(progressWrap.Res, res, SZ_ERROR_PROGRESS) in Code()
|
/third_party/lzma/C/ |
D | MtDec.c | 40 p->res = SZ_ERROR_PROGRESS; in MtProgress_Progress_ST() 54 p->res = SZ_ERROR_PROGRESS; in MtProgress_ProgressAdd() 220 p->mtProgress.res = SZ_ERROR_PROGRESS; in MtDec_Progress_GetError_Spec()
|
D | 7zTypes.h | 38 #define SZ_ERROR_PROGRESS 10 macro
|
D | XzIn.c | 322 return SZ_ERROR_PROGRESS; in Xzs_ReadBackward()
|
D | Lzma2Enc.c | 349 return (p && ICompressProgress_Progress(p, inSize, outSize) != SZ_OK) ? SZ_ERROR_PROGRESS : SZ_OK; in Progress()
|
D | XzDec.c | 2480 stat->CombinedRes_Type = SZ_ERROR_PROGRESS; in XzDecMt_Decode_ST() 2715 stat->CombinedRes_Type = SZ_ERROR_PROGRESS; in XzDecMt_Decode()
|
D | LzmaEnc.c | 3033 res = SZ_ERROR_PROGRESS; in LzmaEnc_Encode2()
|
/third_party/lzma/CPP/7zip/Archive/ |
D | XzHandler.cpp | 435 return HRESULT_To_SRes(p->Res, SZ_ERROR_PROGRESS); in OpenCallbackProgress() 483 case SZ_ERROR_PROGRESS: return E_ABORT; in SRes_to_Open_HRESULT() 580 if (res == SZ_ERROR_PROGRESS) in Open2()
|
/third_party/lzma/DOC/ |
D | lzma.txt | 261 or it can return the code like SZ_ERROR_READ, SZ_ERROR_WRITE or SZ_ERROR_PROGRESS.
|
/third_party/lzma/ |
D | README_zh.md | 422 如果回调函数返回某些错误码,LzmaEnc_Encode 也会返回该错误码或者返回类似于SZ_ERROR_READ, SZ_ERROR_WRITE or SZ_ERROR_PROGRESS。
|
D | README.md | 462 or it can return the code like SZ_ERROR_READ, SZ_ERROR_WRITE or SZ_ERROR_PROGRESS.
|