Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
#include "gzguts.h"
Go to the source code of this file.
Macros | |
#define | LSEEK lseek |
Functions | |
local void gz_reset | OF ((gz_statep)) |
local gzFile gz_open | OF ((const void *, int, const char *)) |
local void | gz_reset (gz_statep state) |
local gzFile | gz_open (void *path, int fd, const char *mode) const |
gzFile ZEXPORT | gzopen (char *path, const char *mode) const |
gzFile ZEXPORT | gzopen64 (char *path, const char *mode) const |
gzFile ZEXPORT | gzdopen (int fd, const char *mode) |
int ZEXPORT | gzbuffer (gzFile file, unsigned size) |
int ZEXPORT | gzrewind (gzFile file) |
z_off64_t ZEXPORT | gzseek64 (gzFile file, z_off64_t offset, int whence) |
z_off_t ZEXPORT | gzseek (gzFile file, z_off_t offset, int whence) |
z_off64_t ZEXPORT | gztell64 (gzFile file) |
z_off_t ZEXPORT | gztell (gzFile file) |
z_off64_t ZEXPORT | gzoffset64 (gzFile file) |
z_off_t ZEXPORT | gzoffset (gzFile file) |
int ZEXPORT | gzeof (gzFile file) |
const char *ZEXPORT | gzerror (gzFile file, int *errnum) |
void ZEXPORT | gzclearerr (gzFile file) |
void ZLIB_INTERNAL | gz_error (gz_statep state, int err, const char *msg) |
unsigned ZLIB_INTERNAL | gz_intmax () |
#define LSEEK lseek |
Definition at line 14 of file gzlib.c.
Referenced by gz_open(), gzoffset64(), gzrewind(), and gzseek64().
void ZLIB_INTERNAL gz_error | ( | gz_statep | state, |
int | err, | ||
const char * | msg | ||
) |
Definition at line 575 of file gzlib.c.
References free(), malloc(), NULL, Z_BUF_ERROR, Z_MEM_ERROR, and Z_OK.
Referenced by gz_comp(), gz_decomp(), gz_init(), gz_load(), gz_look(), gz_reset(), gzclearerr(), gzclose_r(), gzclose_w(), gzread(), gzseek64(), gzungetc(), and gzwrite().
unsigned ZLIB_INTERNAL gz_intmax | ( | ) |
Definition at line 91 of file gzlib.c.
References free(), GZ_APPEND, GZ_NONE, GZ_READ, gz_reset(), GZ_WRITE, GZBUFSIZE, LSEEK, malloc(), NULL, open(), SEEK_CUR, Z_DEFAULT_COMPRESSION, Z_DEFAULT_STRATEGY, Z_FILTERED, Z_FIXED, Z_HUFFMAN_ONLY, and Z_RLE.
Referenced by gzdopen(), gzopen(), and gzopen64().
Definition at line 75 of file gzlib.c.
References gz_error(), GZ_READ, LOOK, NULL, and Z_OK.
Referenced by gz_open(), and gzrewind().
Definition at line 284 of file gzlib.c.
References free(), gz_open(), malloc(), NULL, and ZEXPORT.
Referenced by gzfilebuf::attach(), main(), izstream::open(), and ozstream::open().
Definition at line 528 of file gzlib.c.
References GZ_READ, GZ_WRITE, NULL, and Z_MEM_ERROR.
Referenced by izstream::error(), ozstream::error(), gz_compress(), gz_uncompress(), tar(), and test_gzio().
Definition at line 501 of file gzlib.c.
References gzoffset64(), z_off64_t, and z_off_t.
Definition at line 268 of file gzlib.c.
References gz_open().
Referenced by file_compress(), file_uncompress(), main(), gzfilebuf::open(), izstream::open(), ozstream::open(), and test_gzio().
Definition at line 339 of file gzlib.c.
References GZ_READ, gz_reset(), LSEEK, NULL, SEEK_SET, Z_BUF_ERROR, and Z_OK.
Referenced by gzseek64().
Definition at line 439 of file gzlib.c.
References gzseek64(), z_off64_t, and z_off_t.
Referenced by test_gzio().
Definition at line 468 of file gzlib.c.
References gztell64(), z_off64_t, and z_off_t.
Referenced by test_gzio().
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:58.
© Copyright Michele Bosi. All rights reserved.