Home
last modified time | relevance | path

Searched refs:SZ_ERROR_CRC (Results 1 - 8 of 8) sorted by relevance

/third_party/lzma/CPP/7zip/Common/
H A DCWrappers.cpp33 case SZ_ERROR_CRC: in SResToHRESULT()
/third_party/lzma/C/
H A DXzDec.c1221 return SZ_ERROR_CRC; in XzUnpacker_Code()
1248 return SZ_ERROR_CRC; in XzUnpacker_Code()
1265 return SZ_ERROR_CRC; in XzUnpacker_Code()
1288 return SZ_ERROR_CRC; in XzUnpacker_Code()
1298 return SZ_ERROR_CRC; in XzUnpacker_Code()
1317 return SZ_ERROR_CRC; in XzUnpacker_Code()
1337 return SZ_ERROR_CRC; in XzUnpacker_Code()
H A D7zTypes.h31 #define SZ_ERROR_CRC 3 macro
H A D7zDec.c644 res = SZ_ERROR_CRC; in SzAr_DecodeFolder()
H A D7zArcIn.c1543 return SZ_ERROR_CRC; in SzArEx_Open2()
1720 res = SZ_ERROR_CRC; in SzArEx_Extract()
/third_party/lzma/CPP/7zip/Archive/
H A DXzHandler.cpp378 if (sres == SZ_ERROR_CRC) v |= kpv_ErrorFlags_CrcError; in GetArchiveProperty()
485 case SZ_ERROR_CRC: in SRes_to_Open_HRESULT()
853 // res = SZ_ERROR_CRC; in DecodeBlock()
857 if (res == SZ_ERROR_CRC) in DecodeBlock()
1005 else if (sres == SZ_ERROR_CRC) // (CrcError) in Get_Extract_OperationResult()
/third_party/lzma/C/Util/SfxSetup/
H A DSfxSetup.c644 else if (res == SZ_ERROR_CRC) in main()
/third_party/lzma/C/Util/7z/
H A D7zMain.c876 else if (res == SZ_ERROR_CRC) in main()

Completed in 13 milliseconds