|
Canorus
0.0
|
#include <miniz.h>
| mz_uint tdefl_compressor::m_adler32 |
Referenced by tdefl_compress(), tdefl_flush_block(), tdefl_get_adler32(), and tdefl_init().
| mz_uint tdefl_compressor::m_bit_buffer |
Referenced by tdefl_flush_block(), and tdefl_init().
| mz_uint tdefl_compressor::m_bits_in |
Referenced by tdefl_flush_block(), and tdefl_init().
| mz_uint tdefl_compressor::m_block_index |
Referenced by tdefl_flush_block(), and tdefl_init().
| mz_uint8 tdefl_compressor::m_dict[TDEFL_LZ_DICT_SIZE+TDEFL_MAX_MATCH_LEN - 1] |
Referenced by tdefl_compress_normal(), tdefl_find_match(), and tdefl_flush_block().
| mz_uint tdefl_compressor::m_dict_size |
Referenced by tdefl_compress(), tdefl_compress_normal(), tdefl_flush_block(), and tdefl_init().
| mz_uint tdefl_compressor::m_finished |
Referenced by tdefl_compress(), tdefl_flush_output_buffer(), and tdefl_init().
| mz_uint tdefl_compressor::m_flags |
Referenced by tdefl_compress(), tdefl_compress_normal(), tdefl_flush_block(), and tdefl_init().
| tdefl_flush tdefl_compressor::m_flush |
Referenced by tdefl_compress(), tdefl_compress_normal(), and tdefl_init().
| int tdefl_compressor::m_greedy_parsing |
Referenced by tdefl_compress_normal(), and tdefl_init().
| mz_uint16 tdefl_compressor::m_hash[TDEFL_LZ_HASH_SIZE] |
Referenced by tdefl_compress(), tdefl_compress_normal(), and tdefl_init().
| mz_uint8 tdefl_compressor::m_huff_code_sizes[TDEFL_MAX_HUFF_TABLES][TDEFL_MAX_HUFF_SYMBOLS] |
| mz_uint16 tdefl_compressor::m_huff_codes[TDEFL_MAX_HUFF_TABLES][TDEFL_MAX_HUFF_SYMBOLS] |
Referenced by tdefl_compress_lz_codes(), tdefl_optimize_huffman_table(), and tdefl_start_dynamic_block().
| mz_uint16 tdefl_compressor::m_huff_count[TDEFL_MAX_HUFF_TABLES][TDEFL_MAX_HUFF_SYMBOLS] |
| mz_uint tdefl_compressor::m_lookahead_pos |
Referenced by tdefl_compress_normal(), tdefl_flush_block(), and tdefl_init().
| mz_uint tdefl_compressor::m_lookahead_size |
Referenced by tdefl_compress(), tdefl_compress_normal(), and tdefl_init().
| mz_uint8 tdefl_compressor::m_lz_code_buf[TDEFL_LZ_CODE_BUF_SIZE] |
Referenced by tdefl_compress_lz_codes(), tdefl_compress_normal(), tdefl_flush_block(), and tdefl_init().
| mz_uint tdefl_compressor::m_lz_code_buf_dict_pos |
Referenced by tdefl_flush_block(), and tdefl_init().
| mz_uint tdefl_compressor::m_max_probes[2] |
Referenced by tdefl_find_match(), and tdefl_init().
| mz_uint16 tdefl_compressor::m_next[TDEFL_LZ_DICT_SIZE] |
Referenced by tdefl_compress(), and tdefl_compress_normal().
| mz_uint tdefl_compressor::m_num_flags_left |
Referenced by tdefl_flush_block(), tdefl_init(), tdefl_record_literal(), and tdefl_record_match().
| size_t tdefl_compressor::m_out_buf_ofs |
Referenced by tdefl_compress(), tdefl_flush_block(), tdefl_flush_output_buffer(), and tdefl_init().
| mz_uint8 tdefl_compressor::m_output_buf[TDEFL_OUT_BUF_SIZE] |
Referenced by tdefl_flush_block(), tdefl_flush_output_buffer(), and tdefl_init().
| mz_uint tdefl_compressor::m_output_flush_ofs |
Referenced by tdefl_flush_block(), tdefl_flush_output_buffer(), and tdefl_init().
| mz_uint tdefl_compressor::m_output_flush_remaining |
Referenced by tdefl_compress(), tdefl_flush_block(), tdefl_flush_output_buffer(), and tdefl_init().
| const void* tdefl_compressor::m_pIn_buf |
Referenced by tdefl_compress(), tdefl_flush_block(), tdefl_flush_output_buffer(), and tdefl_init().
| size_t* tdefl_compressor::m_pIn_buf_size |
Referenced by tdefl_compress(), tdefl_flush_block(), tdefl_flush_output_buffer(), and tdefl_init().
| mz_uint8* tdefl_compressor::m_pLZ_code_buf |
Referenced by tdefl_compress_normal(), tdefl_flush_block(), tdefl_init(), tdefl_record_literal(), and tdefl_record_match().
| mz_uint8 * tdefl_compressor::m_pLZ_flags |
Referenced by tdefl_flush_block(), tdefl_init(), tdefl_record_literal(), and tdefl_record_match().
| void* tdefl_compressor::m_pOut_buf |
Referenced by tdefl_compress(), tdefl_flush_block(), tdefl_flush_output_buffer(), and tdefl_init().
| size_t * tdefl_compressor::m_pOut_buf_size |
Referenced by tdefl_compress(), tdefl_flush_block(), tdefl_flush_output_buffer(), and tdefl_init().
| mz_uint8 * tdefl_compressor::m_pOutput_buf |
Referenced by tdefl_compress_lz_codes(), tdefl_flush_block(), and tdefl_init().
| mz_uint8 * tdefl_compressor::m_pOutput_buf_end |
Referenced by tdefl_compress_lz_codes(), tdefl_flush_block(), and tdefl_init().
| tdefl_put_buf_func_ptr tdefl_compressor::m_pPut_buf_func |
Referenced by tdefl_compress(), tdefl_compress_buffer(), tdefl_flush_block(), and tdefl_init().
| void* tdefl_compressor::m_pPut_buf_user |
Referenced by tdefl_flush_block(), and tdefl_init().
| tdefl_status tdefl_compressor::m_prev_return_status |
Referenced by tdefl_compress(), tdefl_flush_block(), tdefl_get_prev_return_status(), and tdefl_init().
Referenced by tdefl_compress(), tdefl_compress_normal(), tdefl_flush_block(), tdefl_flush_output_buffer(), and tdefl_init().
| mz_uint tdefl_compressor::m_saved_lit |
Referenced by tdefl_compress_normal(), and tdefl_init().
| mz_uint tdefl_compressor::m_saved_match_dist |
Referenced by tdefl_compress_normal(), and tdefl_init().
| mz_uint tdefl_compressor::m_saved_match_len |
Referenced by tdefl_compress_normal(), and tdefl_init().
| size_t tdefl_compressor::m_src_buf_left |
Referenced by tdefl_compress(), tdefl_compress_normal(), and tdefl_init().
| mz_uint tdefl_compressor::m_total_lz_bytes |
Referenced by tdefl_compress_normal(), tdefl_flush_block(), tdefl_init(), tdefl_record_literal(), and tdefl_record_match().
| mz_uint tdefl_compressor::m_wants_to_finish |
Referenced by tdefl_compress(), and tdefl_init().