|
Geant4 11.3.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 | 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 z_size_t gz_read | OF ((gz_statep, voidp, z_size_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) |
| 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 56 of file gzread.c.
Referenced by gz_decomp(), gz_look(), and OF().
Definition at line 173 of file gzread.c.
Referenced by gz_fetch(), gz_read(), and OF().
Definition at line 227 of file gzread.c.
Definition at line 21 of file gzread.c.
Referenced by gz_avail(), gz_fetch(), gz_read(), and OF().
Definition at line 91 of file gzread.c.
Referenced by gz_fetch(), gzdirect(), and OF().
Definition at line 292 of file gzread.c.
Definition at line 257 of file gzread.c.
Referenced by gz_read(), gzgets(), gzungetc(), and OF().
| int ZEXPORT gzclose_r | ( | gzFile | file | ) |
Definition at line 623 of file gzread.c.
| int ZEXPORT gzdirect | ( | gzFile | file | ) |
Definition at line 603 of file gzread.c.
Referenced by OF().
| z_size_t ZEXPORT gzfread | ( | voidp | buf, |
| z_size_t | size, | ||
| z_size_t | nitems, | ||
| gzFile | file ) |
Definition at line 409 of file gzread.c.
Referenced by OF().
| int ZEXPORT gzgetc | ( | gzFile | file | ) |
Definition at line 445 of file gzread.c.
| int ZEXPORT gzgetc_ | ( | gzFile | file | ) |
| char *ZEXPORT gzgets | ( | gzFile | file, |
| char * | buf, | ||
| int | len ) |
Definition at line 539 of file gzread.c.
Referenced by OF().
| int ZEXPORT gzread | ( | gzFile | file, |
| voidp | buf, | ||
| unsigned | len ) |
Definition at line 373 of file gzread.c.
Referenced by OF().
| int ZEXPORT gzungetc | ( | int | c, |
| gzFile | file ) |
Definition at line 479 of file gzread.c.
Referenced by OF().