Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
#include "zconf.h"
Go to the source code of this file.
Classes | |
struct | z_stream_s |
Typedefs | |
typedef voidpf alloc_func | OF((voidpf opaque, uInt items, uInt size)) |
Addition for GDAL : START. More... | |
typedef struct z_stream_s | z_stream |
typedef z_stream FAR * | z_streamp |
Functions | |
ZEXTERN (int) inflate OF((z_streamp strm | |
ZEXTERN (uLong) adler32 OF((uLong adler | |
Variables | |
int | flush |
const Bytef * | buf |
const Bytef uInt | len |
int | windowBits |
int const char * | version |
int const char int | stream_size |
#define deflateInit | ( | strm, | |
level | |||
) | deflateInit_((strm), (level), ZLIB_VERSION, sizeof(z_stream)) |
Definition at line 815 of file zlib.h.
Referenced by vl::compress(), compress2(), vl::decompress(), def(), and main().
#define deflateInit2 | ( | strm, | |
level, | |||
method, | |||
windowBits, | |||
memLevel, | |||
strategy | |||
) |
Definition at line 819 of file zlib.h.
Referenced by gz_init(), log_compress(), vl::GZipCodec::open(), and zipOpenNewFileInZip4_64().
#define inflateInit | ( | strm | ) | inflateInit_((strm), ZLIB_VERSION, sizeof(z_stream)) |
Definition at line 817 of file zlib.h.
Referenced by cover_support(), vl::decompress(), inf(), main(), and uncompress().
#define inflateInit2 | ( | strm, | |
windowBits | |||
) | inflateInit2_((strm), (windowBits), ZLIB_VERSION, sizeof(z_stream)) |
Definition at line 822 of file zlib.h.
Referenced by cover_wrap(), vl::decompress(), extract(), gz_look(), gzcopy(), inf(), vl::GZipCodec::open(), vl::ZippedFile::open(), try(), and unzOpenCurrentFile3().
#define Z_ASCII 1 |
Definition at line 157 of file zlib.h.
Referenced by zipCloseFileInZipRaw64().
#define Z_BINARY 0 |
Definition at line 156 of file zlib.h.
Referenced by detect_data_type(), TIFFInitPixarLog(), TIFFInitZIP(), and zipOpenNewFileInZip4_64().
#define Z_BUF_ERROR (-5) |
Definition at line 139 of file zlib.h.
Referenced by compress2(), cover_back(), deflate(), deflateParams(), deflatePrime(), gunpipe(), gz_avail(), gz_decomp(), gz_error(), gzclose_r(), gzgetc(), gzgets(), gzread(), gzrewind(), gzseek64(), gzungetc(), huft_build(), inf(), inflate(), inflate_flush(), inflate_trees_bits(), inflate_trees_dynamic(), inflateBack(), inflateSync(), lunpipe(), and uncompress().
#define Z_DATA_ERROR (-3) |
Definition at line 137 of file zlib.h.
Referenced by cover_fast(), cover_wrap(), vl::decompress(), deflateEnd(), extract(), vl::GZipCodec::fillUncompressedBuffer(), vl::ZippedFile::fillUncompressedBuffer(), gunpipe(), gz_decomp(), gzcopy(), gzread(), gzungetc(), gzwrite(), huft_build(), inf(), inflate(), inflate_blocks(), inflate_codes(), inflate_trees_bits(), inflate_trees_dynamic(), inflateBack(), inflateSetDictionary(), inflateSync(), inflateUndermine(), lunpipe(), main(), recompress(), try(), uncompress(), unzReadCurrentFile(), and zerr().
#define Z_DEFAULT_COMPRESSION (-1) |
Definition at line 148 of file zlib.h.
Referenced by compress(), deflateInit2_(), deflateParams(), gz_open(), log_compress(), main(), and ozstream::open().
#define Z_DEFAULT_STRATEGY 0 |
Definition at line 153 of file zlib.h.
Referenced by deflateInit_(), gz_open(), log_compress(), main(), vl::GZipCodec::open(), zipOpenNewFileInZip(), zipOpenNewFileInZip2(), zipOpenNewFileInZip2_64(), and zipOpenNewFileInZip64().
#define Z_DEFLATED 8 |
Definition at line 161 of file zlib.h.
Referenced by deflate(), deflateInit2_(), deflateInit_(), do_list(), gz_init(), inflate(), log_compress(), main(), vl::GZipCodec::open(), unz64local_CheckCurrentFileCoherencyHeader(), unzCloseCurrentFile(), unzOpenCurrentFile3(), zipCloseFileInZipRaw64(), zipOpenNewFileInZip4_64(), and zipWriteInFileInZip().
#define Z_ERRNO (-1) |
Definition at line 135 of file zlib.h.
Referenced by vl::decompress(), def(), extract(), gunpipe(), gz_comp(), gz_compress(), gz_load(), gzclose_r(), gzclose_w(), inf(), main(), partcompress(), unzRepair(), and zerr().
#define Z_FILTERED 1 |
Definition at line 151 of file zlib.h.
Referenced by deflate_slow(), and gz_open().
#define Z_FINISH 4 |
Definition at line 129 of file zlib.h.
Referenced by vl::GZipCodec::close(), vl::compress(), compress2(), vl::decompress(), def(), deflate(), deflate_fast(), deflate_huff(), deflate_slow(), deflate_stored(), gz_comp(), gzclose_w(), gzflush(), gztack(), inflate(), main(), partcompress(), recompress(), uncompress(), and zipCloseFileInZipRaw64().
#define Z_HUFFMAN_ONLY 2 |
#define Z_MEM_ERROR (-4) |
Definition at line 138 of file zlib.h.
Referenced by cover_wrap(), vl::decompress(), deflateCopy(), deflateInit2_(), extract(), vl::GZipCodec::fillUncompressedBuffer(), vl::ZippedFile::fillUncompressedBuffer(), gz_decomp(), gz_error(), gz_init(), gz_look(), gzcopy(), gzerror(), inf(), inflate(), inflate_blocks(), inflate_trees_bits(), inflate_trees_dynamic(), inflate_trees_fixed(), inflateInit2_(), inflateSetDictionary(), main(), recompress(), try(), unzRepair(), zerr(), and ZEXPORT().
#define Z_NEED_DICT 2 |
Definition at line 134 of file zlib.h.
Referenced by cover_wrap(), vl::decompress(), extract(), vl::GZipCodec::fillUncompressedBuffer(), vl::ZippedFile::fillUncompressedBuffer(), gz_decomp(), inf(), inflate(), recompress(), try(), and uncompress().
#define Z_NO_FLUSH 0 |
Definition at line 125 of file zlib.h.
Referenced by vl::compress(), cover_wrap(), vl::decompress(), def(), deflate(), deflate_fast(), deflate_huff(), deflate_rle(), deflate_slow(), deflate_stored(), deflateResetKeep(), extract(), vl::GZipCodec::fillUncompressedBuffer(), vl::ZippedFile::fillUncompressedBuffer(), gz_comp(), gz_decomp(), gz_zero(), gzprintf(), gzputs(), gztack(), gzwrite(), inf(), log_compress(), partcompress(), recompress(), vl::GZipCodec::write_Implementation(), and zipWriteInFileInZip().
#define Z_NULL 0 /* for initializing zalloc, zfree, opaque */ |
Definition at line 164 of file zlib.h.
Referenced by adler32(), vl::ZippedFile::close(), vl::compress(), cover_back(), cover_support(), cover_wrap(), crc32(), vl::decompress(), def(), deflate(), deflateBound(), deflateCopy(), deflateEnd(), deflateInit2_(), deflateParams(), deflatePending(), deflatePrime(), deflateResetKeep(), deflateSetDictionary(), deflateSetHeader(), deflateTune(), extract(), gunpipe(), gz_init(), gz_look(), gzcopy(), gzinit(), huft_build(), inf(), inflate(), inflate_blocks(), inflate_blocks_free(), inflate_blocks_new(), inflate_blocks_reset(), inflate_codes_new(), inflate_flush(), inflate_trees_bits(), inflate_trees_dynamic(), inflate_trees_fixed(), inflateBack(), inflateBack9End(), inflateBackEnd(), inflateEnd(), inflateGetDictionary(), inflateGetHeader(), inflateInit2_(), inflateMark(), inflatePrime(), inflateReset(), inflateReset2(), inflateResetKeep(), inflateSetDictionary(), inflateSync(), inflateSyncPoint(), inflateUndermine(), log_compress(), main(), mem_done(), vl::GZipCodec::open(), vl::ZippedFile::open(), pull(), push(), try(), updatewindow(), and ZEXPORT().
#define Z_OK 0 |
Definition at line 132 of file zlib.h.
Referenced by vl::compress(), compress2(), cover_back(), cover_fast(), cover_inflate(), cover_support(), cover_wrap(), vl::decompress(), def(), deflate(), deflateCopy(), deflateEnd(), deflateParams(), deflatePending(), deflatePrime(), deflateReset(), deflateResetKeep(), deflateSetDictionary(), deflateSetHeader(), deflateTune(), extract(), gunpipe(), gz_avail(), gz_comp(), gz_compress(), gz_decomp(), gz_error(), gz_init(), gz_look(), gz_reset(), gz_uncompress(), gzclearerr(), gzclose_r(), gzclose_w(), gzcopy(), gzflush(), gzgetc(), gzgets(), gzprintf(), gzputc(), gzputs(), gzread(), gzrewind(), gzseek64(), gzsetparams(), gzungetc(), gzwrite(), huft_build(), inf(), inflate(), inflate_blocks(), inflate_blocks_free(), inflate_codes(), inflate_flush(), inflate_trees_dynamic(), inflate_trees_fixed(), inflateBack9End(), inflateBackEnd(), inflateEnd(), inflateGetDictionary(), inflateGetHeader(), inflateInit2_(), inflateInit_(), inflatePrime(), inflateReset(), inflateResetKeep(), inflateSetDictionary(), inflateSync(), inflateUndermine(), log_compress(), lunpipe(), main(), vl::GZipCodec::open(), vl::ZippedFile::open(), tar(), try(), uncompress(), unzOpenCurrentFile3(), unzReadCurrentFile(), unzRepair(), ZEXPORT(), and zipOpenNewFileInZip4_64().
#define Z_PARTIAL_FLUSH 1 /* will be removed, use Z_SYNC_FLUSH instead */ |
Definition at line 126 of file zlib.h.
Referenced by deflate(), gzsetparams(), and log_compress().
#define Z_STREAM_END 1 |
Definition at line 133 of file zlib.h.
Referenced by vl::compress(), compress2(), cover_back(), cover_fast(), cover_inflate(), cover_support(), cover_wrap(), vl::decompress(), def(), deflate(), extract(), gunpipe(), gz_comp(), gz_decomp(), gztack(), inf(), inflate(), inflate_blocks(), inflate_codes(), inflateBack(), main(), recompress(), uncompress(), unzReadCurrentFile(), and zipCloseFileInZipRaw64().
#define Z_STREAM_ERROR (-2) |
Definition at line 136 of file zlib.h.
Referenced by vl::GZipCodec::close(), vl::compress(), cover_back(), cover_support(), cover_wrap(), vl::decompress(), def(), deflate(), deflateCopy(), deflateEnd(), deflateInit2_(), deflateParams(), deflatePending(), deflatePrime(), deflateResetKeep(), deflateSetDictionary(), deflateSetHeader(), deflateTune(), vl::GZipCodec::fillUncompressedBuffer(), vl::ZippedFile::fillUncompressedBuffer(), gz_comp(), gz_decomp(), gzclose(), gzclose_r(), gzclose_w(), gzflush(), gzsetparams(), inf(), inflate(), inflate_blocks(), inflateBack(), inflateBack9End(), inflateBackEnd(), inflateEnd(), inflateGetDictionary(), inflateGetHeader(), inflateInit2_(), inflatePrime(), inflateReset(), inflateReset2(), inflateResetKeep(), inflateSetDictionary(), inflateSync(), inflateSyncPoint(), inflateUndermine(), main(), partcompress(), recompress(), try(), unzRepair(), vl::GZipCodec::write_Implementation(), zerr(), and ZEXPORT().
#define Z_SYNC_FLUSH 2 |
Definition at line 127 of file zlib.h.
Referenced by main(), and unzReadCurrentFile().
#define Z_UNKNOWN 2 |
Definition at line 158 of file zlib.h.
Referenced by _tr_flush_block(), and deflateResetKeep().
#define Z_VERSION_ERROR (-6) |
Definition at line 140 of file zlib.h.
Referenced by cover_back(), cover_support(), deflateInit2_(), inflateInit2_(), zerr(), and ZEXPORT().
#define ZLIB_VERSION "1.1.4" |
Definition at line 40 of file zlib.h.
Referenced by cover_support(), deflateInit2_(), inflateInit2_(), main(), readpng2_version_info(), readpng_version_info(), writepng_version_info(), ZEXPORT(), and zlibVersion().
typedef struct z_stream_s z_stream |
ZEXTERN | ( | int | ) |
ZEXTERN | ( | uLong | ) |
int flush |
Definition at line 309 of file zlib.h.
Referenced by vl::compress(), vl::decompress(), def(), deflate(), partcompress(), vl::StandardLog::printImplementation(), recompress(), and unzReadCurrentFile().
int version |
Definition at line 813 of file zlib.h.
Referenced by examine_app14(), gxv_bsln_validate(), gxv_just_validate(), gxv_lcar_validate(), gxv_mort_validate(), gxv_morx_validate(), gxv_opbd_validate(), gxv_prop_validate(), gxv_trak_validate(), vl::initializeOpenGL(), vl::isTIFF(), vl::DaeLoader::parseAsset(), vl::saveTIFF(), vl::OpenGLContextFormat::setContextClientVersion(), tt_face_get_kerning(), tt_face_load_eblc(), tt_face_load_hdmx(), tt_face_load_maxp(), tt_face_load_os2(), unzRepair(), and ZEXPORT().
int windowBits |
Definition at line 813 of file zlib.h.
Referenced by deflateInit2_(), inflateReset2(), and zipOpenNewFileInZip4_64().
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:55.
© Copyright Michele Bosi. All rights reserved.