Searched refs:XZ_CHECK_CRC32 (Results 1 – 6 of 6) sorted by relevance
50 case XZ_CHECK_CRC32: p->crc = CRC_INIT_VAL; break; in XzCheck_Init()60 case XZ_CHECK_CRC32: p->crc = CrcUpdate(p->crc, data, size); break; in XzCheck_Update()70 case XZ_CHECK_CRC32: in XzCheck_Final()
73 #define XZ_CHECK_CRC32 1 macro93 #define XzFlags_HasDataCrc32(f) (Xz_GetCheckType(f) == XZ_CHECK_CRC32)
397 xz->flags = XZ_CHECK_CRC32; in Xz_Compress()
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()668 if (s->check_type == XZ_CHECK_CRC32) { in dec_main()
54 XZ_CHECK_CRC32 = 1, enumerator
2341 XZ_CHECK_CRC32 = 1, enumerator2578 if (s->check_type == XZ_CHECK_CRC32) in dec_block()2748 if (s->check_type > XZ_CHECK_CRC32 && !IS_CRC64(s->check_type)) in dec_stream_header()2980 if (s->check_type == XZ_CHECK_CRC32) { in dec_main()