Geant4 9.6.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 8 of file compress.cc.
Definition at line 57 of file compress.cc.
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 22 of file compress.cc.
Referenced by compress().
Definition at line 66 of file compress.cc.
Referenced by deflateBound().