#include "Tailor.h"Macros | |
| #define | ASCII 1 |
| #define | Assert(cond, msg) |
| #define | BEST -1 /* Use best method (deflation or store) */ |
| #define | BINARY 0 |
| #define | DEFLATE 8 /* Deflation method*/ |
| #define | diag(where) |
| #define | local static /* More meaningful outside functions */ |
| #define | MAX_DIST (WSIZE-MIN_LOOKAHEAD) |
| #define | MAX_MATCH 258 |
| #define | MIN_LOOKAHEAD (MAX_MATCH+MIN_MATCH+1) |
| #define | MIN_MATCH 3 |
| #define | SEEK_SET 0 |
| #define | STORE 0 /* Store method */ |
| #define | Trace(x) |
| #define | Tracec(c, x) |
| #define | Tracecv(c, x) |
| #define | Tracev(x) |
| #define | Tracevv(x) |
| #define | UNKNOWN (-1) |
| #define | WSIZE ((unsigned)32768) |
| #define | ZIP /* for crypt.c: include zip password functions, not unzip */ |
Typedefs | |
| typedef struct bits_internal_state | bits_internal_state |
| typedef struct tree_internal_state | tree_internal_state |
Functions | |
| int | R__ct_init () |
| int | R__ct_tally () |
| ulg | R__Deflate () |
| int | R__error (char *) |
| ulg | R__flush_block () |
| tree_internal_state * | R__get_thread_tree_state () |
| int | R__lm_free () |
| int | R__lm_init () |
Variables | |
| int | gCompressionLevel |
| Copyright (C) 1990-1993 Mark Adler, Richard B. | |
| #define MAX_DIST (WSIZE-MIN_LOOKAHEAD) |
| int R__ct_init | ( | ) |
| int R__ct_tally | ( | ) |
| ulg R__Deflate | ( | ) |
| ulg R__flush_block | ( | ) |
| tree_internal_state * R__get_thread_tree_state | ( | ) |
| int R__lm_free | ( | ) |
Definition at line 304 of file ZDeflate.c.
| int R__lm_init | ( | ) |
|
extern |
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.