| 
    Geant4
    10.01
    
   | 
 
#include "zlib.h"
 Include dependency graph for compress.cc: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.
| int ZEXPORT compress | ( | Bytef * | dest, | 
| uLongf * | destLen, | ||
| const Bytef * | source, | ||
| uLong | sourceLen | ||
| ) | 
Definition at line 57 of file compress.cc.
References compress2().
 Here is the call graph for this function:| int ZEXPORT compress2 | ( | Bytef * | dest, | 
| uLongf * | destLen, | ||
| const Bytef * | source, | ||
| uLong | sourceLen, | ||
| int | level | ||
| ) | 
Definition at line 22 of file compress.cc.
References deflate(), and deflateEnd().
Referenced by compress().
 Here is the call graph for this function:
 Here is the caller graph for this function:| uLong ZEXPORT compressBound | ( | uLong | sourceLen | ) | 
Definition at line 66 of file compress.cc.