Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Common/
DCWrappers.cpp38 case E_ABORT: return SZ_ERROR_PROGRESS; in HRESULT_To_SRes()
94 case SZ_ERROR_PROGRESS: return E_ABORT; in SResToHRESULT()
/external/lzma/CPP/7zip/Compress/
DLzma2Encoder.cpp89 if (res == SZ_ERROR_PROGRESS && progressWrap.Res != S_OK) in Code()
DLzmaEncoder.cpp156 if (res == SZ_ERROR_PROGRESS && progressWrap.Res != S_OK) in Code()
/external/lzma/C/
D7zTypes.h36 #define SZ_ERROR_PROGRESS 10 macro
DLzma2Enc.c254 return (p && p->Progress(p, inSize, outSize) != SZ_OK) ? SZ_ERROR_PROGRESS : SZ_OK; in Progress()
361 res = SZ_ERROR_PROGRESS; in MtCallbackImp_Code()
DXzIn.c304 return SZ_ERROR_PROGRESS; in Xzs_ReadBackward()
DMtCoder.c60 return (p && p->Progress(p, inSize, outSize) != SZ_OK) ? SZ_ERROR_PROGRESS : SZ_OK; in Progress()
DLzmaEnc.c2185 res = SZ_ERROR_PROGRESS; in LzmaEnc_Encode2()
/external/lzma/CPP/7zip/Archive/
DXzHandler.cpp452 case SZ_ERROR_PROGRESS: return E_ABORT; in SRes_to_Open_HRESULT()
505 if (res == SZ_ERROR_PROGRESS) in Open2()
/external/lzma/DOC/
Dlzma.txt261 or it can return the code like SZ_ERROR_READ, SZ_ERROR_WRITE or SZ_ERROR_PROGRESS.