Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
ZIP.h File Reference
#include "Tailor.h"
Include dependency graph for ZIP.h:
This graph shows which files directly or indirectly include this file:

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_stateR__get_thread_tree_state ()
int R__lm_free ()
int R__lm_init ()

Variables

int gCompressionLevel
 Copyright (C) 1990-1993 Mark Adler, Richard B.

Macro Definition Documentation

◆ ASCII

#define ASCII   1

Definition at line 63 of file ZIP.h.

◆ Assert

#define Assert ( cond,
msg )

Definition at line 84 of file ZIP.h.

◆ BEST

#define BEST   -1 /* Use best method (deflation or store) */

Definition at line 65 of file ZIP.h.

◆ BINARY

#define BINARY   0

Definition at line 62 of file ZIP.h.

◆ DEFLATE

#define DEFLATE   8 /* Deflation method*/

Definition at line 67 of file ZIP.h.

◆ diag

#define diag ( where)

Definition at line 83 of file ZIP.h.

◆ local

#define local   static /* More meaningful outside functions */

Definition at line 55 of file ZIP.h.

◆ MAX_DIST

#define MAX_DIST   (WSIZE-MIN_LOOKAHEAD)

Definition at line 39 of file ZIP.h.

◆ MAX_MATCH

#define MAX_MATCH   258

Definition at line 23 of file ZIP.h.

◆ MIN_LOOKAHEAD

#define MIN_LOOKAHEAD   (MAX_MATCH+MIN_MATCH+1)

Definition at line 34 of file ZIP.h.

◆ MIN_MATCH

#define MIN_MATCH   3

Definition at line 22 of file ZIP.h.

◆ SEEK_SET

#define SEEK_SET   0

Definition at line 47 of file ZIP.h.

◆ STORE

#define STORE   0 /* Store method */

Definition at line 66 of file ZIP.h.

◆ Trace

#define Trace ( x)

Definition at line 85 of file ZIP.h.

◆ Tracec

#define Tracec ( c,
x )

Definition at line 88 of file ZIP.h.

◆ Tracecv

#define Tracecv ( c,
x )

Definition at line 89 of file ZIP.h.

◆ Tracev

#define Tracev ( x)

Definition at line 86 of file ZIP.h.

◆ Tracevv

#define Tracevv ( x)

Definition at line 87 of file ZIP.h.

◆ UNKNOWN

#define UNKNOWN   (-1)

Definition at line 61 of file ZIP.h.

◆ WSIZE

#define WSIZE   ((unsigned)32768)

Definition at line 27 of file ZIP.h.

◆ ZIP

#define ZIP   /* for crypt.c: include zip password functions, not unzip */

Definition at line 16 of file ZIP.h.

Typedef Documentation

◆ bits_internal_state

typedef struct bits_internal_state bits_internal_state

Definition at line 98 of file ZIP.h.

◆ tree_internal_state

typedef struct tree_internal_state tree_internal_state

Definition at line 99 of file ZIP.h.

Function Documentation

◆ R__ct_init()

int R__ct_init ( )

◆ R__ct_tally()

int R__ct_tally ( )

◆ R__Deflate()

ulg R__Deflate ( )

◆ R__error()

int R__error ( char * msg)

Definition at line 125 of file Bits.c.

◆ R__flush_block()

ulg R__flush_block ( )

◆ R__get_thread_tree_state()

tree_internal_state * R__get_thread_tree_state ( )

Definition at line 293 of file ZTrees.c.

◆ R__lm_free()

int R__lm_free ( )

Definition at line 304 of file ZDeflate.c.

◆ R__lm_init()

int R__lm_init ( )

Variable Documentation

◆ gCompressionLevel

int gCompressionLevel
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.

Definition at line 77 of file Bits.c.