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

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)
 

Function Documentation

local int gz_avail ( gz_statep  state)

Definition at line 47 of file gzread.cc.

References gz_load(), and n.

Referenced by gz_decomp(), and gz_look().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

local int gz_decomp ( gz_statep  state)

Definition at line 166 of file gzread.cc.

References gz_avail(), gz_error(), and inflate().

Referenced by gz_fetch(), and gzread().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

local int gz_fetch ( gz_statep  state)

Definition at line 219 of file gzread.cc.

References gz_decomp(), gz_load(), and gz_look().

Referenced by gz_skip(), gzgets(), and gzread().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

local int gz_load ( gz_statep  state,
unsigned char *  buf,
unsigned  len,
unsigned *  have 
)

Definition at line 20 of file gzread.cc.

References gz_error().

Referenced by gz_avail(), gz_fetch(), and gzread().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

local int gz_look ( gz_statep  state)

Definition at line 81 of file gzread.cc.

References free, gz_avail(), gz_error(), and inflateReset().

Referenced by gz_fetch(), and gzdirect().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

local int gz_skip ( gz_statep  state,
z_off64_t  len 
)

Definition at line 248 of file gzread.cc.

References gz_fetch(), and n.

Referenced by gzgets(), gzread(), and gzungetc().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int ZEXPORT gzclose_r ( gzFile  file)

Definition at line 546 of file gzread.cc.

References free, gz_error(), and inflateEnd().

Referenced by gzclose().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int ZEXPORT gzdirect ( gzFile  file)

Definition at line 527 of file gzread.cc.

References gz_look().

+ Here is the call graph for this function:

int ZEXPORT gzgetc ( gzFile  file)

Definition at line 374 of file gzread.cc.

References gzread().

Referenced by gzgetc_().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int ZEXPORT gzgetc_ ( gzFile  file)

Definition at line 402 of file gzread.cc.

References gzgetc().

+ Here is the call graph for this function:

char* ZEXPORT gzgets ( gzFile  file,
char *  buf,
int  len 
)

Definition at line 466 of file gzread.cc.

References gz_fetch(), gz_skip(), left, and n.

+ Here is the call graph for this function:

int ZEXPORT gzread ( gzFile  file,
voidp  buf,
unsigned  len 
)

Definition at line 278 of file gzread.cc.

References gz_decomp(), gz_error(), gz_fetch(), gz_load(), gz_skip(), and n.

Referenced by gzgetc().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int ZEXPORT gzungetc ( int  c,
gzFile  file 
)

Definition at line 408 of file gzread.cc.

References gz_error(), and gz_skip().

+ Here is the call graph for this function:

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