|
Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
Go to the source code of this file.
Macros | |
| #define | const |
| #define | MAX_MEM_LEVEL 9 |
| #define | MAX_WBITS 15 /* 32K LZ77 window */ |
| #define | OF(args) () |
| #define | ZEXPORT(x) static x |
| #define | ZEXPORTVA(x) static x |
| #define | ZEXTERN(x) static x |
| #define | ZEXTERNDEF(x) static x |
| #define | FAR |
| #define | SEEK_SET 0 /* Seek from beginning of file. */ |
| #define | SEEK_CUR 1 /* Seek from current position. */ |
| #define | SEEK_END 2 /* Set file pointer to EOF plus "offset" */ |
| #define | z_off_t long |
Typedefs | |
| typedef unsigned char | Byte |
| typedef unsigned int | uInt |
| typedef unsigned long | uLong |
| typedef Byte FAR | Bytef |
| typedef char FAR | charf |
| typedef int FAR | intf |
| typedef uInt FAR | uIntf |
| typedef uLong FAR | uLongf |
| typedef Byte FAR * | voidpf |
| typedef Byte * | voidp |
| #define FAR |
Definition at line 215 of file zconf.h.
Referenced by access_virt_barray(), access_virt_sarray(), alloc_large(), compress_data(), compress_first_pass(), crc32(), decompress_onepass(), do_barray_io(), do_sarray_io(), free_pool(), get_crc_table(), get_interesting_appn(), inflate_table(), inflate_table9(), jpeg_free_small(), jpeg_get_large(), jzero_far(), quantize_fs_dither(), quantize_ord_dither(), save_marker(), start_pass_1_quant(), start_pass_2_quant(), transencode_coef_controller(), and ZEXPORT().
| #define MAX_MEM_LEVEL 9 |
Definition at line 114 of file zconf.h.
Referenced by deflateInit2_().
| #define MAX_WBITS 15 /* 32K LZ77 window */ |
Definition at line 124 of file zconf.h.
Referenced by deflateInit_(), gz_init(), main(), unzOpenCurrentFile3(), zipOpenNewFileInZip(), zipOpenNewFileInZip2(), zipOpenNewFileInZip2_64(), and zipOpenNewFileInZip64().
| #define SEEK_CUR 1 /* Seek from current position. */ |
Definition at line 250 of file zconf.h.
Referenced by bskip(), gz_open(), gzlog_compress(), gzoffset64(), gzseek64(), log_append(), log_compress(), log_last(), lseek(), skip(), test_gzio(), and TIFFRewriteDirectory().
Definition at line 251 of file zconf.h.
Referenced by FT_Stream_Open(), isLargeFile(), log_open(), lseek(), and ReadFileMemory().
| #define SEEK_SET 0 /* Seek from beginning of file. */ |
Definition at line 249 of file zconf.h.
Referenced by extract(), ft_ansi_stream_io(), FT_Stream_Open(), gzlog_compress(), gzrewind(), gzseek64(), log_compress(), log_head(), log_last(), log_mark(), lseek(), ReadFileMemory(), vl::DiskFile::seekSet_Implementation(), and TIFFRewriteDirectory().
| #define z_off_t long |
Definition at line 254 of file zconf.h.
Referenced by gzcopy(), gzoffset(), gzseek(), gztell(), test_gzio(), unztell(), and zlibCompileFlags().
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:55.
© Copyright Michele Bosi. All rights reserved.