Searched refs:SZ_ERROR_PROGRESS (Results 1 – 14 of 14) sorted by relevance
/external/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()
|
/external/lzma/CPP/7zip/Compress/ |
D | XzDecoder.cpp | 95 RET_IF_WRAP_ERROR(progressWrap.Res, res, SZ_ERROR_PROGRESS) in Decode()
|
D | Lzma2Encoder.cpp | 117 RET_IF_WRAP_ERROR(progressWrap.Res, res, SZ_ERROR_PROGRESS) in Code()
|
D | LzmaEncoder.cpp | 177 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()
|
/external/lzma/C/ |
D | MtDec.c | 39 p->res = SZ_ERROR_PROGRESS; in MtProgress_Progress_ST() 53 p->res = SZ_ERROR_PROGRESS; in MtProgress_ProgressAdd() 219 p->mtProgress.res = SZ_ERROR_PROGRESS; in MtDec_Progress_GetError_Spec()
|
D | 7zTypes.h | 36 #define SZ_ERROR_PROGRESS 10 macro
|
D | XzIn.c | 316 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 | 2448 stat->CombinedRes_Type = SZ_ERROR_PROGRESS; in XzDecMt_Decode_ST() 2652 stat->CombinedRes_Type = SZ_ERROR_PROGRESS; in XzDecMt_Decode()
|
D | LzmaEnc.c | 2864 res = SZ_ERROR_PROGRESS; in LzmaEnc_Encode2()
|
/external/lzma/CPP/7zip/Archive/ |
D | XzHandler.cpp | 413 return HRESULT_To_SRes(p->Res, SZ_ERROR_PROGRESS); in OpenCallbackProgress() 461 case SZ_ERROR_PROGRESS: return E_ABORT; in SRes_to_Open_HRESULT() 534 if (res == SZ_ERROR_PROGRESS) in Open2()
|
/external/lzma/DOC/ |
D | lzma.txt | 261 or it can return the code like SZ_ERROR_READ, SZ_ERROR_WRITE or SZ_ERROR_PROGRESS.
|