Searched refs:XZ_CHECK_CRC32 (Results 1 – 7 of 7) sorted by relevance
52 case XZ_CHECK_CRC32: p->crc = CRC_INIT_VAL; break; in XzCheck_Init()62 case XZ_CHECK_CRC32: p->crc = CrcUpdate(p->crc, data, size); break; in XzCheck_Update()72 case XZ_CHECK_CRC32: in XzCheck_Final()
80 #define XZ_CHECK_CRC32 1 macro100 #define XzFlags_HasDataCrc32(f) (Xz_GetCheckType(f) == XZ_CHECK_CRC32)
475 p->checkId = XZ_CHECK_CRC32; in XzProps_Init()
255 if (s->check_type == XZ_CHECK_CRC32) in dec_block()281 if (s->check_type == XZ_CHECK_CRC32) in dec_block()432 if (s->check_type > XZ_CHECK_CRC32 && !IS_CRC64(s->check_type)) in dec_stream_header()435 if (s->check_type > XZ_CHECK_CRC32 && !IS_CRC64(s->check_type)) in dec_stream_header()678 if (s->check_type == XZ_CHECK_CRC32) { in dec_main()
54 XZ_CHECK_CRC32 = 1, enumerator
82 case 4: id = XZ_CHECK_CRC32; break; in SetCheckSize()
2334 XZ_CHECK_CRC32 = 1, enumerator2570 if (s->check_type == XZ_CHECK_CRC32) in dec_block()2740 if (s->check_type > XZ_CHECK_CRC32 && !IS_CRC64(s->check_type)) in dec_stream_header()2972 if (s->check_type == XZ_CHECK_CRC32) { in dec_main()