Searched refs:XZ_CHECK_CRC32 (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_stream.h54 XZ_CHECK_CRC32 = 1, enumerator in enum:xz_check
H A Dxz_dec_stream.c255 if (s->check_type == XZ_CHECK_CRC32)
281 if (s->check_type == XZ_CHECK_CRC32)
432 if (s->check_type > XZ_CHECK_CRC32 && !IS_CRC64(s->check_type))
435 if (s->check_type > XZ_CHECK_CRC32 && !IS_CRC64(s->check_type))
668 if (s->check_type == XZ_CHECK_CRC32) {

Completed in 102 milliseconds