libMVRgdtf e5d999f
A library for GDTF and MVR
Loading...
Searching...
No Matches
tinfl_decompressor_tag Struct Reference

Public Attributes

mz_uint32 m_state
mz_uint32 m_num_bits
mz_uint32 m_zhdr0
mz_uint32 m_zhdr1
mz_uint32 m_z_adler32
mz_uint32 m_final
mz_uint32 m_type
mz_uint32 m_check_adler32
mz_uint32 m_dist
mz_uint32 m_counter
mz_uint32 m_num_extra
mz_uint32 m_table_sizes [TINFL_MAX_HUFF_TABLES]
tinfl_bit_buf_t m_bit_buf
size_t m_dist_from_out_buf_start
tinfl_huff_table m_tables [TINFL_MAX_HUFF_TABLES]
mz_uint8 m_raw_header [4]
mz_uint8 m_len_codes [TINFL_MAX_HUFF_SYMBOLS_0+TINFL_MAX_HUFF_SYMBOLS_1+137]

Member Data Documentation

◆ m_bit_buf

tinfl_bit_buf_t tinfl_decompressor_tag::m_bit_buf

◆ m_check_adler32

mz_uint32 tinfl_decompressor_tag::m_check_adler32

◆ m_counter

mz_uint32 tinfl_decompressor_tag::m_counter

◆ m_dist

mz_uint32 tinfl_decompressor_tag::m_dist

◆ m_dist_from_out_buf_start

size_t tinfl_decompressor_tag::m_dist_from_out_buf_start

◆ m_final

mz_uint32 tinfl_decompressor_tag::m_final

◆ m_len_codes

mz_uint8 tinfl_decompressor_tag::m_len_codes[TINFL_MAX_HUFF_SYMBOLS_0+TINFL_MAX_HUFF_SYMBOLS_1+137]

◆ m_num_bits

mz_uint32 tinfl_decompressor_tag::m_num_bits

◆ m_num_extra

mz_uint32 tinfl_decompressor_tag::m_num_extra

◆ m_raw_header

mz_uint8 tinfl_decompressor_tag::m_raw_header[4]

◆ m_state

mz_uint32 tinfl_decompressor_tag::m_state

◆ m_table_sizes

mz_uint32 tinfl_decompressor_tag::m_table_sizes[TINFL_MAX_HUFF_TABLES]

◆ m_tables

tinfl_huff_table tinfl_decompressor_tag::m_tables[TINFL_MAX_HUFF_TABLES]

◆ m_type

mz_uint32 tinfl_decompressor_tag::m_type

◆ m_z_adler32

mz_uint32 tinfl_decompressor_tag::m_z_adler32

◆ m_zhdr0

mz_uint32 tinfl_decompressor_tag::m_zhdr0

◆ m_zhdr1

mz_uint32 tinfl_decompressor_tag::m_zhdr1

The documentation for this struct was generated from the following file: