Macros | |
| #define | Buf_size (8 * 2*sizeof(char)) |
| #define | PUTBYTE(b) |
| #define | PUTSHORT(w) |
Functions | |
| int | R__bi_init (bits_internal_state *state) |
| unsigned | R__bi_reverse (unsigned code, int len) |
| int | R__bi_windup (bits_internal_state *state) |
| int | R__copy_block (bits_internal_state *state, char *buf, unsigned len, int header) |
| int | R__error (char *msg) |
| static int | R__flush_outbuf () |
| static int | R__flush_outbuf (bits_internal_state *state, unsigned w, unsigned bytes) |
| int | R__mem_read (bits_internal_state *state, char *b, unsigned bsize) |
| ulg | R__memcompress (char *tgt, ulg tgtsize, char *src, ulg srcsize) |
| int | R__seekable () |
| int | R__send_bits (bits_internal_state *state, int value, int length) |
Variables | |
| static int | gBitsVerbose = 0 |
| int | gCompressionLevel = 6 |
| Copyright (C) 1990-1993 Mark Adler, Richard B. | |
| #define PUTSHORT | ( | w | ) |
| int R__bi_init | ( | bits_internal_state * | state | ) |
| int R__bi_windup | ( | bits_internal_state * | state | ) |
| int R__copy_block | ( | bits_internal_state * | state, |
| char * | buf, | ||
| unsigned | len, | ||
| int | header ) |
|
static |
|
static |
| int R__mem_read | ( | bits_internal_state * | state, |
| char * | b, | ||
| unsigned | bsize ) |
| int R__send_bits | ( | bits_internal_state * | state, |
| int | value, | ||
| int | length ) |
| int gCompressionLevel = 6 |
Copyright (C) 1990-1993 Mark Adler, Richard B.
Wales, Jean-loup Gailly, Kai Uwe Rommel and Igor Mandrichenko. For conditions of distribution and use, see copyright notice in zlib.h
Changed for ROOT. Functions names have a R__ prepended to differentiate them from function names in later versions of zlib.