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

Go to the source code of this file.

Macros

#define MAXBITS   15
 

Functions

int ZLIB_INTERNAL inflate_table (codetype type, unsigned short FAR *lens, unsigned codes, code FAR *FAR *table, unsigned FAR *bits, unsigned short FAR *work)
 

Variables

const char inflate_copyright []
 

Macro Definition Documentation

#define MAXBITS   15

Definition at line 9 of file inftrees.c.

View newest version in sPHENIX GitHub at line 9 of file inftrees.c

Referenced by inflate_table().

Function Documentation

int ZLIB_INTERNAL inflate_table ( codetype  type,
unsigned short FAR *  lens,
unsigned  codes,
code FAR * FAR *  table,
unsigned FAR *  bits,
unsigned short FAR *  work 
)

Definition at line 32 of file inftrees.c.

View newest version in sPHENIX GitHub at line 32 of file inftrees.c

References code::bits, inflate_state::bits, CODES, inflate_state::codes, DISTS, ENOUGH_DISTS, ENOUGH_LENS, inflate_state::extra, int(), left, LENS, mask, max, MAXBITS, min, inflate_state::next, code::op, code::val, and inflate_state::work.

Referenced by fixedtables(), inflate(), and inflateBack().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Variable Documentation

const char inflate_copyright[]
Initial value:
=
" inflate 1.2.11 Copyright 1995-2017 Mark Adler "

Definition at line 11 of file inftrees.c.

View newest version in sPHENIX GitHub at line 11 of file inftrees.c