- m_adler32
mz_uint m_adler32;
- m_bit_buffer
mz_uint m_bit_buffer;
- m_bits_in
mz_uint m_bits_in;
- m_block_index
mz_uint m_block_index;
Undocumented in source.
- m_dict
mz_uint8[TDEFL_LZ_DICT_SIZE + TDEFL_MAX_MATCH_LEN - 1] m_dict;
- m_dict_size
mz_uint m_dict_size;
- m_finished
mz_uint m_finished;
Undocumented in source.
- m_flags
mz_uint m_flags;
Undocumented in source.
- m_flush
tdefl_flush m_flush;
Undocumented in source.
- m_greedy_parsing
int m_greedy_parsing;
Undocumented in source.
- m_hash
mz_uint16[TDEFL_LZ_HASH_SIZE] m_hash;
Undocumented in source.
- m_huff_code_sizes
mz_uint8[TDEFL_MAX_HUFF_SYMBOLS][TDEFL_MAX_HUFF_TABLES] m_huff_code_sizes;
Undocumented in source.
- m_huff_codes
mz_uint16[TDEFL_MAX_HUFF_SYMBOLS][TDEFL_MAX_HUFF_TABLES] m_huff_codes;
Undocumented in source.
- m_huff_count
mz_uint16[TDEFL_MAX_HUFF_SYMBOLS][TDEFL_MAX_HUFF_TABLES] m_huff_count;
- m_lookahead_pos
mz_uint m_lookahead_pos;
- m_lookahead_size
mz_uint m_lookahead_size;
Undocumented in source.
- m_lz_code_buf
mz_uint8[TDEFL_LZ_CODE_BUF_SIZE] m_lz_code_buf;
- m_lz_code_buf_dict_pos
mz_uint m_lz_code_buf_dict_pos;
Undocumented in source.
- m_max_probes
mz_uint[2] m_max_probes;
Undocumented in source.
- m_next
mz_uint16[TDEFL_LZ_DICT_SIZE] m_next;
Undocumented in source.
- m_num_flags_left
mz_uint m_num_flags_left;
- m_out_buf_ofs
size_t m_out_buf_ofs;
Undocumented in source.
- m_output_buf
mz_uint8[TDEFL_OUT_BUF_SIZE] m_output_buf;
- m_output_flush_ofs
mz_uint m_output_flush_ofs;
- m_output_flush_remaining
mz_uint m_output_flush_remaining;
Undocumented in source.
- m_pIn_buf
const(void)* m_pIn_buf;
Undocumented in source.
- m_pIn_buf_size
size_t* m_pIn_buf_size;
Undocumented in source.
- m_pLZ_code_buf
mz_uint8* m_pLZ_code_buf;
- m_pLZ_flags
mz_uint8* m_pLZ_flags;
Undocumented in source.
- m_pOut_buf
void* m_pOut_buf;
- m_pOut_buf_size
size_t* m_pOut_buf_size;
- m_pOutput_buf
mz_uint8* m_pOutput_buf;
- m_pOutput_buf_end
mz_uint8* m_pOutput_buf_end;
Undocumented in source.
- m_pPut_buf_func
tdefl_put_buf_func_ptr m_pPut_buf_func;
Undocumented in source.
- m_pPut_buf_user
void* m_pPut_buf_user;
Undocumented in source.
- m_pSrc
const(mz_uint8)* m_pSrc;
Undocumented in source.
- m_prev_return_status
tdefl_status m_prev_return_status;
- m_saved_lit
mz_uint m_saved_lit;
Undocumented in source.
- m_saved_match_dist
mz_uint m_saved_match_dist;
- m_saved_match_len
mz_uint m_saved_match_len;
Undocumented in source.
- m_src_buf_left
size_t m_src_buf_left;
- m_total_lz_bytes
mz_uint m_total_lz_bytes;
- m_wants_to_finish
mz_uint m_wants_to_finish;
Undocumented in source.