fltk 1.3.0rc3
About: FLTK (Fast Light Tool Kit) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. Release candidate.
  SfR Fresh Dox: fltk-1.3.0rc3-source.tar.gz ("inofficial" and yet experimental doxygen-generated source code documentation)  

inftrees.c File Reference

#include "zutil.h"
#include "inftrees.h"
Include dependency graph for inftrees.c:

Go to the source code of this file.

Defines

#define MAXBITS   15

Functions

int 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 [] = " inflate 1.2.3 Copyright 1995-2005 Mark Adler "

Define Documentation

#define MAXBITS   15

Definition at line 9 of file inftrees.c.

Referenced by inflate_table().


Function Documentation

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

References CODES, ENOUGH, FAR, int, LENS, mask, MAXBITS, MAXD, min, and val.

Referenced by fixedtables(), and inflate().


Variable Documentation

const char inflate_copyright[] = " inflate 1.2.3 Copyright 1995-2005 Mark Adler "

Definition at line 11 of file inftrees.c.