Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

infutil.c File Reference

#include "zutil.h"
#include "infblock.h"
#include "inftrees.h"
#include "infcodes.h"
#include "infutil.h"

Go to the source code of this file.

Compounds

struct  inflate_codes_state

Functions

int inflate_flush (s, z, r) inflate_blocks_statef *s

Variables

uInt inflate_mask [17]
z_streamp z
int r


Function Documentation

int inflate_flush s   ,
z   ,
r   
 

Referenced by r().


Variable Documentation

uInt inflate_mask[17]
 

Initial value:

 {
    0x0000,
    0x0001, 0x0003, 0x0007, 0x000f, 0x001f, 0x003f, 0x007f, 0x00ff,
    0x01ff, 0x03ff, 0x07ff, 0x0fff, 0x1fff, 0x3fff, 0x7fff, 0xffff
}

Definition at line 15 of file infutil.c.

int r
 

Definition at line 26 of file infutil.c.

z_streamp z
 

Definition at line 25 of file infutil.c.


Generated on Sat Oct 13 16:08:49 2001 for XMILL by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001