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_init | OF ((gz_statep)) |
local int gz_comp | OF ((gz_statep, int)) |
local int gz_zero | OF ((gz_statep, z_off64_t)) |
local int | gz_init (gz_statep state) |
local int | gz_comp (gz_statep state, int flush) |
local int | gz_zero (gz_statep state, z_off64_t len) |
int ZEXPORT | gzwrite (gzFile file, voidpc buf, unsigned len) |
int ZEXPORT | gzputc (gzFile file, int c) |
int ZEXPORT | gzputs (gzFile file, const char *str) |
int ZEXPORTVA | gzprintf (gzFile file, const char *format, int a1, int a2, int a3, int a4, int a5, int a6, int a7, int a8, int a9, int a10, int a11, int a12, int a13, int a14, int a15, int a16, int a17, int a18, int a19, int a20) |
int ZEXPORT | gzflush (gzFile file, int flush) |
int ZEXPORT | gzsetparams (gzFile file, int level, int strategy) |
int ZEXPORT | gzclose_w (gzFile file) |
Definition at line 70 of file gzwrite.c.
References deflate(), deflateReset(), gz_error(), gz_init(), gzFile_s::have, write(), Z_ERRNO, Z_FINISH, Z_NO_FLUSH, Z_OK, Z_STREAM_END, Z_STREAM_ERROR, and zstrerror.
Referenced by gz_zero(), gzclose_w(), gzflush(), gzprintf(), gzputs(), gzsetparams(), and gzwrite().
Definition at line 15 of file gzwrite.c.
References DEF_MEM_LEVEL, deflateInit2, free(), gz_error(), malloc(), MAX_WBITS, NULL, Z_DEFLATED, Z_MEM_ERROR, Z_NULL, and Z_OK.
Referenced by gz_comp(), gzprintf(), gzputs(), and gzwrite().
Definition at line 133 of file gzwrite.c.
References GT_OFF, gz_comp(), Z_NO_FLUSH, and z_off64_t.
Referenced by gzclose_w(), gzflush(), gzprintf(), gzputc(), gzputs(), gzsetparams(), and gzwrite().
Definition at line 465 of file gzwrite.c.
References gz_comp(), GZ_WRITE, gz_zero(), NULL, Z_FINISH, Z_OK, and Z_STREAM_ERROR.
Referenced by ozstream::flush().
Definition at line 245 of file gzwrite.c.
References GZ_WRITE, gz_zero(), gzwrite(), gzFile_s::have, NULL, and Z_OK.
Referenced by test_gzio().
Definition at line 293 of file gzwrite.c.
References gz_comp(), gz_init(), GZ_WRITE, gz_zero(), gzprintf(), gzwrite(), int, NULL, void(), Z_NO_FLUSH, Z_OK, and ZEXPORTVA.
Referenced by test_gzio().
Definition at line 497 of file gzwrite.c.
References deflateParams(), gz_comp(), GZ_WRITE, gz_zero(), NULL, strategy, Z_OK, Z_PARTIAL_FLUSH, and Z_STREAM_ERROR.
Referenced by gzfilebuf::setcompression(), gzfilebuf::setcompressionlevel(), and gzfilebuf::setcompressionstrategy().
Definition at line 165 of file gzwrite.c.
References gz_comp(), gz_error(), gz_init(), GZ_WRITE, gz_zero(), gzFile_s::have, NULL, z_const, Z_DATA_ERROR, Z_NO_FLUSH, and Z_OK.
Referenced by ozstream::close(), gz_compress(), gzputc(), gzputs(), operator<(), ozstream::os_flush(), gzfilebuf::overflow(), gzfilebuf::sync(), ozstream::write(), and write().
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:58.
© Copyright Michele Bosi. All rights reserved.