|
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.
Macros | |
| #define | LSEEK lseek |
Functions | |
| local void gz_reset | OF ((gz_statep)) |
| local gzFile gz_open | OF ((const void *, int, const char *)) |
| local void | gz_reset (gz_statep state) |
| local gzFile | gz_open (void *path, int fd, const char *mode) const |
| gzFile ZEXPORT | gzopen (char *path, const char *mode) const |
| gzFile ZEXPORT | gzopen64 (char *path, const char *mode) const |
| gzFile ZEXPORT | gzdopen (int fd, const char *mode) |
| int ZEXPORT | gzbuffer (gzFile file, unsigned size) |
| int ZEXPORT | gzrewind (gzFile file) |
| z_off64_t ZEXPORT | gzseek64 (gzFile file, z_off64_t offset, int whence) |
| z_off_t ZEXPORT | gzseek (gzFile file, z_off_t offset, int whence) |
| z_off64_t ZEXPORT | gztell64 (gzFile file) |
| z_off_t ZEXPORT | gztell (gzFile file) |
| z_off64_t ZEXPORT | gzoffset64 (gzFile file) |
| z_off_t ZEXPORT | gzoffset (gzFile file) |
| int ZEXPORT | gzeof (gzFile file) |
| const char *ZEXPORT | gzerror (gzFile file, int *errnum) |
| void ZEXPORT | gzclearerr (gzFile file) |
| void ZLIB_INTERNAL | gz_error (gz_statep state, int err, const char *msg) |
| unsigned ZLIB_INTERNAL | gz_intmax () |
| #define LSEEK lseek |
Definition at line 14 of file gzlib.c.
Referenced by gz_open(), gzoffset64(), gzrewind(), and gzseek64().
| void ZLIB_INTERNAL gz_error | ( | gz_statep | state, |
| int | err, | ||
| const char * | msg ) |
Definition at line 581 of file gzlib.c.
Referenced by gz_comp(), gz_decomp(), gz_init(), gz_load(), gz_look(), gz_reset(), gzclearerr(), gzclose_r(), gzclose_w(), gzfread(), gzfwrite(), gzputs(), gzread(), gzseek64(), gzungetc(), gzwrite(), and OF().
| unsigned ZLIB_INTERNAL gz_intmax | ( | ) |
Definition at line 93 of file gzlib.c.
Referenced by gzdopen(), gzopen(), gzopen64(), and OF().
Definition at line 75 of file gzlib.c.
Referenced by gz_open(), gzrewind(), and OF().
| int ZEXPORT gzbuffer | ( | gzFile | file, |
| unsigned | size ) |
Definition at line 318 of file gzlib.c.
Referenced by OF().
| void ZEXPORT gzclearerr | ( | gzFile | file | ) |
Definition at line 555 of file gzlib.c.
Referenced by OF().
| gzFile ZEXPORT gzdopen | ( | int | fd, |
| const char * | mode ) |
Definition at line 288 of file gzlib.c.
Referenced by OF().
| int ZEXPORT gzeof | ( | gzFile | file | ) |
| const char *ZEXPORT gzerror | ( | gzFile | file, |
| int * | errnum ) |
Definition at line 534 of file gzlib.c.
Referenced by OF().
| z_off_t ZEXPORT gzoffset | ( | gzFile | file | ) |
Definition at line 507 of file gzlib.c.
Referenced by OF().
| z_off64_t ZEXPORT gzoffset64 | ( | gzFile | file | ) |
Definition at line 484 of file gzlib.c.
Referenced by gzoffset(), and OF().
| gzFile ZEXPORT gzopen | ( | char * | path, |
| const char * | mode ) const |
| gzFile ZEXPORT gzopen64 | ( | char * | path, |
| const char * | mode ) const |
| int ZEXPORT gzrewind | ( | gzFile | file | ) |
Definition at line 345 of file gzlib.c.
Referenced by gzseek64(), and OF().
| z_off_t ZEXPORT gzseek | ( | gzFile | file, |
| z_off_t | offset, | ||
| int | whence ) |
| z_off64_t ZEXPORT gzseek64 | ( | gzFile | file, |
| z_off64_t | offset, | ||
| int | whence ) |
Definition at line 368 of file gzlib.c.
| z_off_t ZEXPORT gztell | ( | gzFile | file | ) |
| z_off64_t ZEXPORT gztell64 | ( | gzFile | file | ) |