Home
last modified time | relevance | path

Searched refs:SZ_ERROR_PROGRESS (Results 1 – 16 of 16) sorted by relevance

/third_party/lzma/CPP/7zip/Common/
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/
DXzDecoder.cpp95 RET_IF_WRAP_ERROR(progressWrap.Res, res, SZ_ERROR_PROGRESS) in Decode()
DLzma2Encoder.cpp121 RET_IF_WRAP_ERROR(progressWrap.Res, res, SZ_ERROR_PROGRESS) in Code()
DXzEncoder.cpp240 RET_IF_WRAP_ERROR(progressWrap.Res, res, SZ_ERROR_PROGRESS) in Code()
DLzma2Decoder.cpp173 RET_IF_WRAP_ERROR(progressWrap.Res, res, SZ_ERROR_PROGRESS) in Code()
DLzmaEncoder.cpp326 RET_IF_WRAP_ERROR(progressWrap.Res, res, SZ_ERROR_PROGRESS) in Code()
/third_party/lzma/C/
DMtDec.c40 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()
D7zTypes.h38 #define SZ_ERROR_PROGRESS 10 macro
DXzIn.c322 return SZ_ERROR_PROGRESS; in Xzs_ReadBackward()
DLzma2Enc.c349 return (p && ICompressProgress_Progress(p, inSize, outSize) != SZ_OK) ? SZ_ERROR_PROGRESS : SZ_OK; in Progress()
DXzDec.c2480 stat->CombinedRes_Type = SZ_ERROR_PROGRESS; in XzDecMt_Decode_ST()
2715 stat->CombinedRes_Type = SZ_ERROR_PROGRESS; in XzDecMt_Decode()
DLzmaEnc.c3033 res = SZ_ERROR_PROGRESS; in LzmaEnc_Encode2()
/third_party/lzma/CPP/7zip/Archive/
DXzHandler.cpp435 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/
Dlzma.txt261 or it can return the code like SZ_ERROR_READ, SZ_ERROR_WRITE or SZ_ERROR_PROGRESS.
/third_party/lzma/
DREADME_zh.md422 如果回调函数返回某些错误码,LzmaEnc_Encode 也会返回该错误码或者返回类似于SZ_ERROR_READ, SZ_ERROR_WRITE or SZ_ERROR_PROGRESS
DREADME.md462 or it can return the code like SZ_ERROR_READ, SZ_ERROR_WRITE or SZ_ERROR_PROGRESS.