Searched refs:check_type (Results 1 – 1 of 1) sorted by relevance
49 enum xz_check check_type; member244 if (s->check_type == XZ_CHECK_CRC32) in dec_block()263 s->block.hash.unpadded += check_sizes[s->check_type]; in dec_block()265 if (s->check_type == XZ_CHECK_CRC32) in dec_block()371 while (s->pos < check_sizes[s->check_type]) { in check_skip()404 s->check_type = s->temp.buf[HEADER_MAGIC_SIZE + 1]; in dec_stream_header()407 if (s->check_type > XZ_CHECK_MAX) in dec_stream_header()410 if (s->check_type > XZ_CHECK_CRC32) in dec_stream_header()413 if (s->check_type > XZ_CHECK_CRC32) in dec_stream_header()437 if (s->temp.buf[8] != 0 || s->temp.buf[9] != s->check_type) in dec_stream_footer()[all …]