Oolite 1.91.0.7644-241112-7f5034b
|
Public Attributes | |
size_t | m_size |
size_t | m_capacity |
mz_uint8 * | m_pBuf |
mz_bool | m_expandable |
size_t tdefl_output_buffer::m_capacity |
Definition at line 2056 of file miniz.c.
Referenced by tdefl_compress_mem_to_mem(), tdefl_output_buffer_putter(), and tdefl_write_image_to_png_file_in_memory_ex().
mz_bool tdefl_output_buffer::m_expandable |
Definition at line 2058 of file miniz.c.
Referenced by tdefl_compress_mem_to_heap(), tdefl_output_buffer_putter(), and tdefl_write_image_to_png_file_in_memory_ex().
mz_uint8* tdefl_output_buffer::m_pBuf |
Definition at line 2057 of file miniz.c.
Referenced by tdefl_compress_mem_to_heap(), tdefl_compress_mem_to_mem(), tdefl_output_buffer_putter(), and tdefl_write_image_to_png_file_in_memory_ex().
size_t tdefl_output_buffer::m_size |
Definition at line 2056 of file miniz.c.
Referenced by tdefl_compress_mem_to_heap(), tdefl_compress_mem_to_mem(), tdefl_output_buffer_putter(), and tdefl_write_image_to_png_file_in_memory_ex().