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.
Classes | |
struct | gz_state |
Macros | |
#define | ZLIB_INTERNAL |
#define | local static |
#define | zstrerror() strerror(errno) |
#define | DEF_MEM_LEVEL 8 |
#define | GZBUFSIZE 8192 |
#define | GZ_NONE 0 |
#define | GZ_READ 7247 |
#define | GZ_WRITE 31153 |
#define | GZ_APPEND 1 /* mode set to GZ_WRITE after the file is opened */ |
#define | LOOK 0 /* look for a gzip header */ |
#define | COPY 1 /* copy input directly */ |
#define | GZIP 2 /* decompress a gzip stream */ |
#define | GT_OFF(x) (sizeof(int) == sizeof(z_off64_t) && (x) > gz_intmax()) |
Typedefs | |
typedef gz_state FAR * | gz_statep |
Functions | |
voidp malloc | OF ((uInt size)) |
void free | OF ((voidpf ptr)) |
ZEXTERN gzFile ZEXPORT gzopen64 | OF ((const char *, const char *)) |
ZEXTERN z_off64_t ZEXPORT gzseek64 | OF ((gzFile, z_off64_t, int)) |
ZEXTERN z_off64_t ZEXPORT gztell64 | OF ((gzFile)) |
void ZLIB_INTERNAL gz_error | OF ((gz_statep, int, const char *)) |
unsigned ZLIB_INTERNAL gz_intmax | OF ((void)) |
#define COPY 1 /* copy input directly */ |
Definition at line 157 of file gzguts.h.
Referenced by gz_fetch(), gz_look(), gzread(), gzseek64(), inflate(), and inflateMark().
Definition at line 208 of file gzguts.h.
Referenced by gz_skip(), gz_zero(), and gzseek64().
#define GZ_READ 7247 |
Definition at line 151 of file gzguts.h.
Referenced by gz_open(), gz_reset(), gzbuffer(), gzclearerr(), gzclose(), gzclose_r(), gzdirect(), gzeof(), gzerror(), gzgetc(), gzgets(), gzoffset64(), gzread(), gzrewind(), gzseek64(), gztell64(), and gzungetc().
#define GZ_WRITE 31153 |
Definition at line 152 of file gzguts.h.
Referenced by gz_open(), gzbuffer(), gzclearerr(), gzclose_w(), gzeof(), gzerror(), gzflush(), gzoffset64(), gzprintf(), gzputc(), gzputs(), gzseek64(), gzsetparams(), gztell64(), and gzwrite().
Definition at line 156 of file gzguts.h.
Referenced by gz_decomp(), gz_fetch(), gz_reset(), gzdirect(), and gzread().
unsigned ZLIB_INTERNAL gz_intmax OF | ( | (void) | ) |
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:58.
© Copyright Michele Bosi. All rights reserved.