|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
#include "gzguts.h"Go to the source code of this file.
Functions | |
| 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) |
| local 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) |
Definition at line 43 of file gzread.c.
Referenced by gz_decomp(), and gz_look().
Definition at line 156 of file gzread.c.
Referenced by gz_fetch(), and gz_read().
Definition at line 208 of file gzread.c.
Definition at line 12 of file gzread.c.
Referenced by gz_avail(), gz_fetch(), and gz_read().
Definition at line 76 of file gzread.c.
Referenced by gz_fetch(), gzdirect(), and gzungetc().
Definition at line 268 of file gzread.c.
Definition at line 236 of file gzread.c.
Referenced by gz_read(), gzgets(), and gzungetc().
| int ZEXPORT gzclose_r | ( | gzFile | file | ) |
Definition at line 577 of file gzread.c.
Referenced by gzclose().
| int ZEXPORT gzdirect | ( | gzFile | file | ) |
Definition at line 559 of file gzread.c.
| z_size_t ZEXPORT gzfread | ( | voidp | buf, |
| z_size_t | size, | ||
| z_size_t | nitems, | ||
| gzFile | file ) |
Definition at line 377 of file gzread.c.
| int ZEXPORT gzgetc | ( | gzFile | file | ) |
Definition at line 408 of file gzread.c.
| int ZEXPORT gzgetc_ | ( | gzFile | file | ) |
| char *ZEXPORT gzgets | ( | gzFile | file, |
| char * | buf, | ||
| int | len ) |
Definition at line 499 of file gzread.c.
| int ZEXPORT gzread | ( | gzFile | file, |
| voidp | buf, | ||
| unsigned | len ) |
Definition at line 345 of file gzread.c.
| int ZEXPORT gzungetc | ( | int | c, |
| gzFile | file ) |
Definition at line 438 of file gzread.c.