Geant4  9.6.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros | Functions
compress.cc File Reference
#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)
 

Macro Definition Documentation

#define ZLIB_INTERNAL

Definition at line 8 of file compress.cc.

Function Documentation

int ZEXPORT compress ( Bytef dest,
uLongf destLen,
const Bytef source,
uLong  sourceLen 
)

Definition at line 57 of file compress.cc.

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.

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.

Here is the caller graph for this function: