Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#include "gzguts.h"
Go to the source code of this file.
Functions | |
int gz_load | OF ((gz_statep, unsigned char *, unsigned, unsigned *)) |
int gz_avail | OF ((gz_statep)) |
int gz_skip | OF ((gz_statep, z_off64_t)) |
z_size_t gz_read | OF ((gz_statep, voidp, z_size_t)) |
int | gz_load (gz_statep state, unsigned char *buf, unsigned len, unsigned *have) |
int | gz_avail (gz_statep state) |
int | gz_look (gz_statep state) |
int | gz_decomp (gz_statep state) |
int | gz_fetch (gz_statep state) |
int | gz_skip (gz_statep state, z_off64_t len) |
z_size_t | gz_read (gz_statep state, voidp buf, z_size_t len) |
int ZEXPORT | gzread (gzFile file, voidp buf, unsigned len) |
z_size_t ZEXPORT | gzfread (voidp buf, z_size_t size, z_size_t nitems, gzFile file) |
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) |
int gz_avail | ( | gz_statep | state | ) |
Definition at line 56 of file gzread.c.
Referenced by gz_decomp(), and gz_look().
int gz_decomp | ( | gz_statep | state | ) |
Definition at line 175 of file gzread.c.
Referenced by gz_fetch(), and gz_read().
int gz_fetch | ( | gz_statep | state | ) |
Definition at line 229 of file gzread.c.
int gz_load | ( | gz_statep | state, |
unsigned char * | buf, | ||
unsigned | len, | ||
unsigned * | have | ||
) |
Definition at line 21 of file gzread.c.
Referenced by gz_avail(), gz_fetch(), and gz_read().
int gz_look | ( | gz_statep | state | ) |
Definition at line 91 of file gzread.c.
Referenced by gz_fetch(), and gzdirect().
z_size_t gz_read | ( | gz_statep | state, |
voidp | buf, | ||
z_size_t | len | ||
) |
Definition at line 294 of file gzread.c.
int gz_skip | ( | gz_statep | state, |
z_off64_t | len | ||
) |
Definition at line 259 of file gzread.c.
Referenced by gz_read(), gzgets(), and gzungetc().
int ZEXPORT gzclose_r | ( | gzFile | file | ) |
Definition at line 625 of file gzread.c.
Referenced by gzclose().
int ZEXPORT gzdirect | ( | gzFile | file | ) |
Definition at line 605 of file gzread.c.
z_size_t ZEXPORT gzfread | ( | voidp | buf, |
z_size_t | size, | ||
z_size_t | nitems, | ||
gzFile | file | ||
) |
Definition at line 411 of file gzread.c.
int ZEXPORT gzgetc | ( | gzFile | file | ) |
Definition at line 447 of file gzread.c.
int ZEXPORT gzgetc_ | ( | gzFile | file | ) |
char *ZEXPORT gzgets | ( | gzFile | file, |
char * | buf, | ||
int | len | ||
) |
Definition at line 541 of file gzread.c.
int ZEXPORT gzread | ( | gzFile | file, |
voidp | buf, | ||
unsigned | len | ||
) |
Definition at line 375 of file gzread.c.
int ZEXPORT gzungetc | ( | int | c, |
gzFile | file | ||
) |
Definition at line 481 of file gzread.c.