Home
last modified time | relevance | path

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

/linux-6.12.1/lib/xz/
Dxz_dec_stream.c243 if (s->check_type == XZ_CHECK_CRC32) in dec_block()
264 if (s->check_type == XZ_CHECK_CRC32) in dec_block()
410 if (s->check_type > XZ_CHECK_CRC32) in dec_stream_header()
413 if (s->check_type > XZ_CHECK_CRC32) in dec_stream_header()
656 if (s->check_type == XZ_CHECK_CRC32) { in dec_main()
Dxz_stream.h53 XZ_CHECK_CRC32 = 1, enumerator