Home
last modified time | relevance | path

Searched refs:checkId (Results 1 – 3 of 3) sorted by relevance

/external/lzma/C/
DXzEnc.h27 unsigned checkId; member
DXzEnc.c387 p->checkId = XZ_CHECK_CRC32; in XzProps_Init()
402 xz->flags = (Byte)props->checkId; in Xz_Compress()
/external/lzma/CPP/7zip/Archive/
DXzHandler.cpp900 case 0: xzProps.checkId = XZ_CHECK_NO; break; in UpdateItems()
901 case 4: xzProps.checkId = XZ_CHECK_CRC32; break; in UpdateItems()
902 case 8: xzProps.checkId = XZ_CHECK_CRC64; break; in UpdateItems()
903 case 32: xzProps.checkId = XZ_CHECK_SHA256; break; in UpdateItems()