Searched refs:SZ_ERROR_PROGRESS (Results 1 – 14 of 14) sorted by relevance
38 case E_ABORT: return SZ_ERROR_PROGRESS; in HRESULT_To_SRes()91 case SZ_ERROR_PROGRESS: return E_ABORT; in SResToHRESULT()
89 if (res == SZ_ERROR_PROGRESS && progressWrap.Res != S_OK) in Code()
144 if (res == SZ_ERROR_PROGRESS && progressWrap.Res != S_OK) in Code()
36 #define SZ_ERROR_PROGRESS 10 macro
2175 res = SZ_ERROR_PROGRESS; in LzmaEnc_Encode2()
37 #define SZ_ERROR_PROGRESS 10 macro
2176 res = SZ_ERROR_PROGRESS; in LzmaEnc_Encode2()
238 return (p && p->Progress(p, inSize, outSize) != SZ_OK) ? SZ_ERROR_PROGRESS : SZ_OK; in Progress()345 res = SZ_ERROR_PROGRESS; in MtCallbackImp_Code()
303 return SZ_ERROR_PROGRESS; in Xzs_ReadBackward()
58 return (p && p->Progress(p, inSize, outSize) != SZ_OK) ? SZ_ERROR_PROGRESS : SZ_OK; in Progress()
531 or it can return the code like SZ_ERROR_READ, SZ_ERROR_WRITE or SZ_ERROR_PROGRESS.
246 + SZ_ERROR_PROGRESS - some break from progress callback595 +#define SZ_ERROR_PROGRESS 105080 + res = SZ_ERROR_PROGRESS;