Home
last modified time | relevance | path

Searched refs:SZ_ERROR_DATA (Results 1 - 14 of 14) sorted by relevance

/third_party/lzma/C/
H A D7zDec.c131 res = SZ_ERROR_DATA; in SzDecodePpmd()
144 res = SZ_ERROR_DATA; in SzDecodePpmd()
148 res = SZ_ERROR_DATA; in SzDecodePpmd()
152 res = (s.res != SZ_OK ? s.res : SZ_ERROR_DATA); in SzDecodePpmd()
154 res = SZ_ERROR_DATA; in SzDecodePpmd()
197 res = SZ_ERROR_DATA; in SzDecodeLzma()
206 res = SZ_ERROR_DATA; in SzDecodeLzma()
231 return SZ_ERROR_DATA; in SzDecodeLzma2()
259 res = SZ_ERROR_DATA; in SzDecodeLzma2()
265 res = SZ_ERROR_DATA; in SzDecodeLzma2()
[all...]
H A DLzmaDec.c221 SZ_ERROR_DATA - error, when the MATCH-Symbol refers out of dictionary
609 return SZ_ERROR_DATA; in LZMA_DECODE_REAL()
938 1) Strict mode (default) : the decoder returns SZ_ERROR_DATA.
948 return SZ_ERROR_DATA; // for strict mode
962 return p->remainLen == kMatchSpecLen_Error_Fail ? SZ_ERROR_FAIL : SZ_ERROR_DATA; in LzmaDec_DecodeToDic()
967 return SZ_ERROR_DATA; in LzmaDec_DecodeToDic()
982 return SZ_ERROR_DATA; in LzmaDec_DecodeToDic()
1006 return SZ_ERROR_DATA; in LzmaDec_DecodeToDic()
1106 return SZ_ERROR_DATA; in LzmaDec_DecodeToDic()
1186 return SZ_ERROR_DATA; in LzmaDec_DecodeToDic()
[all...]
H A DBcj2.c35 p->state = BCJ2_DEC_STATE_ERROR; /* for case if we return SZ_ERROR_DATA; */ in Bcj2Dec_Decode()
39 return SZ_ERROR_DATA; in Bcj2Dec_Decode()
49 return SZ_ERROR_DATA; in Bcj2Dec_Decode()
H A DLzma2DecMt.c424 t->codeRes = SZ_ERROR_DATA; in Lzma2DecMt_MtCallback_PreCode()
771 return SZ_ERROR_DATA; in Lzma2Dec_Decode_ST()
782 return SZ_ERROR_DATA; in Lzma2Dec_Decode_ST()
1083 return SZ_ERROR_DATA; in Lzma2DecMt_Read()
H A DXzDec.c1049 return SZ_ERROR_DATA; in XzUnpacker_Code()
1099 return SZ_ERROR_DATA; in XzUnpacker_Code()
1115 return SZ_ERROR_DATA; in XzUnpacker_Code()
1165 return SZ_ERROR_DATA; in XzUnpacker_Code()
1532 // it can be = SZ_ERROR_DATA, in some another cases
2072 me->mainErrorCode = SZ_ERROR_DATA; in XzDecMt_Callback_Write()
2582 res = SZ_ERROR_DATA; in XzStatInfo_SetStat()
H A D7zTypes.h29 #define SZ_ERROR_DATA 1 macro
H A DLzma2Dec.c301 return SZ_ERROR_DATA; in Lzma2Dec_DecodeToDic()
/third_party/lzma/CPP/7zip/Common/
H A DCWrappers.cpp19 case S_FALSE: return SZ_ERROR_DATA; in HRESULT_To_SRes()
32 case SZ_ERROR_DATA: in SResToHRESULT()
/third_party/lzma/C/Util/Lzma/
H A DLzmaUtil.c151 return SZ_ERROR_DATA; in Decode2()
304 else if (res == SZ_ERROR_DATA) in main()
/third_party/lzma/CPP/7zip/Compress/
H A DLzma2Decoder.cpp180 res = SZ_ERROR_DATA; in Code()
182 res = SZ_ERROR_DATA; in Code()
H A DXzDecoder.cpp106 res = SZ_ERROR_DATA; in Decode()
109 res = SZ_ERROR_DATA; in Decode()
H A DLzmaDecoder.cpp19 case SZ_ERROR_DATA: return S_FALSE; in SResToHRESULT()
/third_party/lzma/CPP/7zip/Archive/
H A DXzHandler.cpp377 if (sres == SZ_ERROR_DATA) v |= kpv_ErrorFlags_DataError; in GetArchiveProperty()
486 case SZ_ERROR_DATA: in SRes_to_Open_HRESULT()
1011 else if (sres == SZ_ERROR_DATA) // (DataError) in Get_Extract_OperationResult()
/third_party/lzma/Asm/x86/
H A DLzmaDecOpt.asm934 ; return SZ_ERROR_DATA;

Completed in 16 milliseconds