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.
Functions | |
local int gz_load | OF ((gz_statep, unsigned char *, unsigned, unsigned *)) |
local int gz_avail | OF ((gz_statep)) |
local int gz_skip | OF ((gz_statep, z_off64_t)) |
local int | gz_load (gz_statep state, unsigned char *buf, unsigned len, unsigned *have) |
local int | gz_avail (gz_statep state) |
local int | gz_look (gz_statep state) |
local int | gz_decomp (gz_statep state) |
local int | gz_fetch (gz_statep state) |
local int | gz_skip (gz_statep state, z_off64_t len) |
int ZEXPORT | gzread (gzFile file, voidp buf, unsigned len) |
int ZEXPORT | gzgetc (gzFile file) |
int ZEXPORT | gzgetc_ (gzFile file) |
int ZEXPORT | gzungetc (int c, gzFile file) |
char *ZEXPORT | gzgets (gzFile file, char *buf, int len) |
int ZEXPORT | gzdirect (gzFile file) |
int ZEXPORT | gzclose_r (gzFile file) |
Definition at line 51 of file gzread.c.
References gz_load(), Z_BUF_ERROR, and Z_OK.
Referenced by gz_decomp(), and gz_look().
Definition at line 172 of file gzread.c.
References gz_avail(), gz_error(), inflate(), LOOK, NULL, Z_BUF_ERROR, Z_DATA_ERROR, Z_MEM_ERROR, Z_NEED_DICT, Z_NO_FLUSH, Z_OK, Z_STREAM_END, and Z_STREAM_ERROR.
Referenced by gz_fetch(), and gzread().
Definition at line 20 of file gzread.c.
References gz_error(), read(), Z_ERRNO, and zstrerror.
Referenced by gz_avail(), gz_fetch(), and gzread().
Definition at line 86 of file gzread.c.
References COPY, free(), gz_avail(), gz_error(), GZIP, inflateInit2, inflateReset(), malloc(), NULL, Z_MEM_ERROR, Z_NULL, and Z_OK.
Referenced by gz_fetch(), and gzdirect().
Definition at line 256 of file gzread.c.
References GT_OFF, gz_fetch(), and z_off64_t.
Referenced by gzgets(), gzread(), and gzungetc().
Definition at line 567 of file gzread.c.
References close(), free(), gz_error(), GZ_READ, inflateEnd(), NULL, Z_BUF_ERROR, Z_ERRNO, Z_OK, and Z_STREAM_ERROR.
Referenced by gzclose().
Definition at line 387 of file gzread.c.
References GZ_READ, gzread(), gzFile_s::have, NULL, Z_BUF_ERROR, and Z_OK.
Referenced by gzgetc_(), and test_gzio().
Definition at line 483 of file gzread.c.
References gz_fetch(), GZ_READ, gz_skip(), NULL, Z_BUF_ERROR, and Z_OK.
Referenced by test_gzio().
Definition at line 288 of file gzread.c.
References COPY, gz_decomp(), gz_error(), gz_fetch(), gz_load(), GZ_READ, gz_skip(), LOOK, NULL, Z_BUF_ERROR, Z_DATA_ERROR, and Z_OK.
Referenced by gz_uncompress(), gzgetc(), operator>(), izstream::read(), read(), read_string(), gzfilebuf::showmanyc(), gzfilebuf::sync(), tar(), and test_gzio().
Definition at line 423 of file gzread.c.
References gz_error(), GZ_READ, gz_skip(), gzFile_s::have, NULL, Z_BUF_ERROR, Z_DATA_ERROR, and Z_OK.
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.