ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
uncompr.c File Reference
#include "zlib.h"
+ Include dependency graph for uncompr.c:

Go to the source code of this file.

Macros

#define ZLIB_INTERNAL
 

Functions

int ZEXPORT uncompress2 (Bytef *dest, uLongf *destLen, const Bytef *source, uLong *sourceLen)
 
int ZEXPORT uncompress (Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen)
 

Macro Definition Documentation

#define ZLIB_INTERNAL

Definition at line 7 of file uncompr.c.

View newest version in sPHENIX GitHub at line 7 of file uncompr.c

Function Documentation

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

Definition at line 85 of file uncompr.c.

View newest version in sPHENIX GitHub at line 85 of file uncompr.c

References uncompress2().

Referenced by G4ParticleHPManager::GetDataStream(), gzbuffer::gzbuffer(), G4SBBremTable::ReadCompressedFile(), and G4GSMottCorrection::ReadCompressedFile().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

Definition at line 26 of file uncompr.c.

View newest version in sPHENIX GitHub at line 26 of file uncompr.c

References z_stream_s::avail_in, z_stream_s::avail_out, check_license::err(), inflate(), inflateEnd(), inflateInit, left, max, z_stream_s::next_in, z_stream_s::next_out, z_stream_s::opaque, z_stream_s::total_out, Z_BUF_ERROR, Z_DATA_ERROR, Z_NEED_DICT, Z_NO_FLUSH, Z_OK, Z_STREAM_END, z_stream_s::zalloc, and z_stream_s::zfree.

Referenced by uncompress().

+ Here is the call graph for this function:

+ Here is the caller graph for this function: