Home
last modified time | relevance | path

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

/third_party/lzma/C/
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()
D7zTypes.h31 #define SZ_ERROR_CRC 3 macro
D7zDec.c644 res = SZ_ERROR_CRC; in SzAr_DecodeFolder()
D7zArcIn.c1543 return SZ_ERROR_CRC; in SzArEx_Open2()
1720 res = SZ_ERROR_CRC; in SzArEx_Extract()
/third_party/lzma/CPP/7zip/Common/
DCWrappers.cpp33 case SZ_ERROR_CRC: in SResToHRESULT()
/third_party/lzma/CPP/7zip/Archive/
DXzHandler.cpp378 if (sres == SZ_ERROR_CRC) v |= kpv_ErrorFlags_CrcError;
857 if (res == SZ_ERROR_CRC)
1005 else if (sres == SZ_ERROR_CRC) // (CrcError)
/third_party/lzma/C/Util/SfxSetup/
DSfxSetup.c644 else if (res == SZ_ERROR_CRC) in main()
/third_party/lzma/C/Util/7z/
D7zMain.c876 else if (res == SZ_ERROR_CRC) in main()