Geant4
10.00.p02
|
#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) |
local int gz_comp | ( | gz_statep | state, |
int | flush | ||
) |
Definition at line 69 of file gzwrite.cc.
References deflate(), deflateReset(), gz_error(), and gz_init().
Referenced by gz_zero(), gzclose_w(), gzflush(), gzprintf(), gzsetparams(), and gzwrite().
local int gz_init | ( | gz_statep | state | ) |
Definition at line 15 of file gzwrite.cc.
References free(), gz_error(), and malloc().
Referenced by gz_comp(), gzprintf(), and gzwrite().
local int gz_zero | ( | gz_statep | state, |
z_off64_t | len | ||
) |
Definition at line 130 of file gzwrite.cc.
Referenced by gzclose_w(), gzflush(), gzprintf(), gzputc(), gzsetparams(), and gzwrite().
int ZEXPORT gzclose_w | ( | gzFile | file | ) |
Definition at line 507 of file gzwrite.cc.
References deflateEnd(), free(), gz_comp(), gz_error(), and gz_zero().
Referenced by gzclose().
int ZEXPORT gzflush | ( | gzFile | file, |
int | flush | ||
) |
Definition at line 438 of file gzwrite.cc.
References gz_comp(), and gz_zero().
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 | ||
) |
Definition at line 362 of file gzwrite.cc.
References gz_comp(), gz_init(), and gz_zero().
int ZEXPORT gzputc | ( | gzFile | file, |
int | c | ||
) |
Definition at line 235 of file gzwrite.cc.
References gz_zero(), and gzwrite().
int ZEXPORT gzputs | ( | gzFile | file, |
const char * | str | ||
) |
Definition at line 276 of file gzwrite.cc.
References gzwrite().
int ZEXPORT gzsetparams | ( | gzFile | file, |
int | level, | ||
int | strategy | ||
) |
Definition at line 468 of file gzwrite.cc.
References deflateParams(), gz_comp(), and gz_zero().
int ZEXPORT gzwrite | ( | gzFile | file, |
voidpc | buf, | ||
unsigned | len | ||
) |
Definition at line 160 of file gzwrite.cc.
References gz_comp(), gz_error(), gz_init(), gz_zero(), and n.
Referenced by gzputc(), and gzputs().