Geant4  10.00.p01
gzwrite.cc File Reference
#include "gzguts.h"
+ Include dependency graph for gzwrite.cc:

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)
 

Function Documentation

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().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

local int gz_zero ( gz_statep  state,
z_off64_t  len 
)

Definition at line 130 of file gzwrite.cc.

References gz_comp(), and n.

Referenced by gzclose_w(), gzflush(), gzprintf(), gzputc(), gzsetparams(), and gzwrite().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int ZEXPORT gzflush ( gzFile  file,
int  flush 
)

Definition at line 438 of file gzwrite.cc.

References gz_comp(), and gz_zero().

+ Here is the call graph for this function:

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().

+ Here is the call graph for this function:

int ZEXPORT gzputc ( gzFile  file,
int  c 
)

Definition at line 235 of file gzwrite.cc.

References gz_zero(), and gzwrite().

+ Here is the call graph for this function:

int ZEXPORT gzputs ( gzFile  file,
const char *  str 
)

Definition at line 276 of file gzwrite.cc.

References gzwrite().

+ Here is the call graph for this function:

int ZEXPORT gzsetparams ( gzFile  file,
int  level,
int  strategy 
)

Definition at line 468 of file gzwrite.cc.

References deflateParams(), gz_comp(), and gz_zero().

+ Here is the call graph for this function:

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().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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)  )