Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
#include <zlib.h>
Public Attributes | |
Bytef * | next_in |
uInt | avail_in |
uLong | total_in |
Bytef * | next_out |
uInt | avail_out |
uLong | total_out |
char * | msg |
struct internal_state FAR * | state |
alloc_func | zalloc |
free_func | zfree |
voidpf | opaque |
int | data_type |
uLong | adler |
uLong | reserved |
z_const Bytef * | next_in |
z_const char * | msg |
uInt z_stream_s::avail_in |
Definition at line 70 of file zlib.h.
Referenced by vl::GZipCodec::close(), vl::compress(), compress2(), cover_back(), cover_support(), cover_wrap(), vl::decompress(), def(), extract(), vl::GZipCodec::fillUncompressedBuffer(), vl::ZippedFile::fillUncompressedBuffer(), gunpipe(), gzcopy(), gztack(), inf(), log_compress(), main(), vl::GZipCodec::open(), vl::ZippedFile::open(), try(), uncompress(), and vl::GZipCodec::write_Implementation().
uInt z_stream_s::avail_out |
Definition at line 74 of file zlib.h.
Referenced by vl::GZipCodec::close(), vl::compress(), compress2(), cover_wrap(), vl::decompress(), def(), extract(), vl::GZipCodec::fillUncompressedBuffer(), vl::ZippedFile::fillUncompressedBuffer(), gzcopy(), gztack(), inf(), log_compress(), main(), try(), uncompress(), and vl::GZipCodec::write_Implementation().
char* z_stream_s::msg |
Bytef* z_stream_s::next_in |
Definition at line 69 of file zlib.h.
Referenced by vl::GZipCodec::close(), vl::ZippedFile::close(), vl::compress(), compress2(), cover_back(), cover_support(), cover_wrap(), vl::decompress(), def(), extract(), vl::GZipCodec::fillUncompressedBuffer(), vl::ZippedFile::fillUncompressedBuffer(), gunpipe(), gzcopy(), gztack(), inf(), log_compress(), lunpipe(), main(), vl::GZipCodec::open(), vl::ZippedFile::open(), try(), uncompress(), and vl::GZipCodec::write_Implementation().
Bytef * z_stream_s::next_out |
Definition at line 73 of file zlib.h.
Referenced by vl::GZipCodec::close(), vl::compress(), compress2(), cover_wrap(), vl::decompress(), def(), extract(), vl::GZipCodec::fillUncompressedBuffer(), vl::ZippedFile::fillUncompressedBuffer(), gzcopy(), gztack(), inf(), log_compress(), main(), try(), uncompress(), and vl::GZipCodec::write_Implementation().
voidpf z_stream_s::opaque |
Definition at line 82 of file zlib.h.
Referenced by vl::compress(), compress2(), vl::decompress(), def(), extract(), gzcopy(), inf(), log_compress(), main(), mem_done(), mem_high(), mem_limit(), mem_setup(), mem_used(), vl::GZipCodec::open(), and vl::ZippedFile::open().
struct internal_state FAR * z_stream_s::state |
uLong z_stream_s::total_in |
uLong z_stream_s::total_out |
Definition at line 75 of file zlib.h.
Referenced by compress2(), main(), and uncompress().
alloc_func z_stream_s::zalloc |
Definition at line 80 of file zlib.h.
Referenced by vl::compress(), compress2(), vl::decompress(), def(), extract(), gzcopy(), inf(), log_compress(), main(), mem_done(), mem_setup(), vl::GZipCodec::open(), vl::ZippedFile::open(), test_deflate(), test_dict_deflate(), test_dict_inflate(), test_flush(), test_inflate(), test_large_deflate(), test_large_inflate(), test_sync(), and uncompress().
free_func z_stream_s::zfree |
Definition at line 81 of file zlib.h.
Referenced by vl::compress(), compress2(), vl::decompress(), def(), extract(), gzcopy(), inf(), log_compress(), main(), mem_done(), mem_setup(), vl::GZipCodec::open(), vl::ZippedFile::open(), and uncompress().
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:45:02.
© Copyright Michele Bosi. All rights reserved.