#include <stdio.h>
#include "zlib.h"
#include <fcntl.h>
#include <errno.h>
Go to the source code of this file.
Definition at line 30 of file gzguts.h.
View newest version in sPHENIX GitHub at line 30 of file gzguts.h
#define COPY 1 /* copy input directly */ |
#define DEF_MEM_LEVEL MAX_MEM_LEVEL |
#define GT_OFF |
( |
|
x | ) |
(sizeof(int) == sizeof(z_off64_t) && (x) > gz_intmax()) |
#define GZ_APPEND 1 /* mode set to GZ_WRITE after the file is opened */ |
Definition at line 160 of file gzguts.h.
View newest version in sPHENIX GitHub at line 160 of file gzguts.h
Referenced by gz_open(), gz_reset(), gzbuffer(), gzclearerr(), gzclose(), gzclose_r(), gzdirect(), gzeof(), gzerror(), gzfread(), gzgetc(), gzgets(), gzoffset64(), gzread(), gzrewind(), gzseek64(), gztell64(), and gzungetc().
Definition at line 161 of file gzguts.h.
View newest version in sPHENIX GitHub at line 161 of file gzguts.h
Referenced by gz_open(), gzbuffer(), gzclearerr(), gzclose_w(), gzeof(), gzerror(), gzflush(), gzfwrite(), gzoffset64(), gzprintf(), gzputc(), gzputs(), gzseek64(), gzsetparams(), gztell64(), and gzwrite().
#define GZIP 2 /* decompress a gzip stream */ |
Definition at line 114 of file gzguts.h.
View newest version in sPHENIX GitHub at line 114 of file gzguts.h
Referenced by F04FocusSolenoid::AddFieldValue(), F04SimpleSolenoid::AddFieldValue(), Acts::Test::BOOST_DATA_TEST_CASE(), F04ElementField::Construct(), FW::ResPlotTool::fill(), CylinderGeom_Mvtx::get_local_coords_from_pixel(), CylinderGeomMicromegas::get_local_from_world_coords(), CylinderGeomIntt::get_local_from_world_coords(), CylinderGeomMicromegas::get_local_from_world_vect(), CylinderGeomMicromegas::get_world_from_local_coords(), CylinderGeomMicromegas::get_world_from_local_vect(), ActsTransformations::getGlobalPosition(), ActsFatras::Interactor< generator_t, physics_list_t, hit_surface_selector_t >::operator()(), PHTpcClusterMover::process_event(), PHG4MicromegasHitReco::process_event(), FW::CsvPlanarClusterReader::read(), ActsEvaluator::visitTrackStates(), FW::RootPlanarClusterWriter::writeT(), and FW::RootTrajectoryWriter::writeT().
#define LOOK 0 /* look for a gzip header */ |
Definition at line 18 of file gzguts.h.
View newest version in sPHENIX GitHub at line 18 of file gzguts.h
#define zstrerror |
( |
| ) |
strerror(errno) |
voidp malloc OF |
( |
(uInt size) |
| ) |
|
void free OF |
( |
(voidpf ptr) |
| ) |
|