
Go to the source code of this file.
Macros | |
| #define | WIN32 |
| #define | STDC |
| #define | MAX_MEM_LEVEL 9 |
| #define | MAX_WBITS 15 /* 32K LZ77 window */ |
| #define | OF(args) args |
| #define | ZEXTERN extern |
| #define | ZEXPORT |
| #define | ZEXPORTVA |
| #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 void const * | voidpc |
| typedef void FAR * | voidpf |
| typedef void * | voidp |
| #define FAR |
Definition at line 261 of file zconf.h.
Referenced by access_virt_barray(), access_virt_sarray(), alloc_large(), compress_data(), compress_first_pass(), decompress_onepass(), do_barray_io(), do_sarray_io(), free_pool(), get_interesting_appn(), jpeg_get_large(), jzero_far(), quantize_fs_dither(), quantize_ord_dither(), save_marker(), start_pass_1_quant(), start_pass_2_quant(), and transencode_coef_controller().
| #define SEEK_END 2 /* Set file pointer to EOF plus "offset" */ |
Definition at line 302 of file zconf.h.
Referenced by mrpt::utils::simpleini::CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::LoadFile(), and XMLNode::parseFile().
| #define SEEK_SET 0 /* Seek from beginning of file. */ |
Definition at line 300 of file zconf.h.
Referenced by mrpt::utils::simpleini::CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::LoadFile(), and XMLNode::parseFile().
| Page generated by Doxygen 1.8.14 for MRPT 1.5.9 Git: 690a4699f Wed Apr 15 19:29:53 2020 +0200 at miƩ abr 15 19:30:12 CEST 2020 |