|
Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include "zlib.h"Go to the source code of this file.
Macros | |
| #define | ZLIB_INTERNAL |
Functions | |
| int ZEXPORT | compress2 (Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen, int level) |
| int ZEXPORT | compress (Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen) |
| uLong ZEXPORT | compressBound (uLong sourceLen) |
| #define ZLIB_INTERNAL |
Definition at line 7 of file compress.c.
| int ZEXPORT compress | ( | Bytef * | dest, |
| uLongf * | destLen, | ||
| const Bytef * | source, | ||
| uLong | sourceLen | ||
| ) |
Definition at line 67 of file compress.c.
Referenced by cheprep::XMLHepRepFactory::createHepRepWriter(), cheprep::DeflateOutputStreamBuffer::init(), cheprep::ZipOutputStream::putNextEntry(), and cheprep::ZipOutputStreamBuffer::putNextEntry().
| int ZEXPORT compress2 | ( | Bytef * | dest, |
| uLongf * | destLen, | ||
| const Bytef * | source, | ||
| uLong | sourceLen, | ||
| int | level | ||
| ) |
Definition at line 21 of file compress.c.
Referenced by compress().
| uLong ZEXPORT compressBound | ( | uLong | sourceLen | ) |
Definition at line 80 of file compress.c.