Visualization Library 2.0.0-b5

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
infblock.h
Go to the documentation of this file.
1 /* infblock.h -- header to use infblock.c
2  * Copyright (C) 1995-2002 Mark Adler
3  * For conditions of distribution and use, see copyright notice in zlib.h
4  */
5 
6 /* WARNING: this file should *not* be used by applications. It is
7  part of the implementation of the compression library and is
8  subject to change. Applications should only use zlib.h.
9  */
10 
11 #ifndef _INFBLOCK_H
12 #define _INFBLOCK_H
13 
16 
18  z_streamp z,
19  check_func c, /* check function */
20  uInt w)); /* window size */
21 
24  z_streamp ,
25  int)); /* initial return code */
26 
29  z_streamp ,
30  uLongf *)); /* check value on output */
31 
34  z_streamp));
35 
36 #endif /* _INFBLOCK_H */
local void inflate_blocks_reset(inflate_blocks_statef *s, z_streamp z, uLongf *c)
Definition: infblock.c:67
unsigned int uInt
Definition: zconf.h:221
local int inflate_blocks(inflate_blocks_statef *s, z_streamp z, int r)
Definition: infblock.c:119
struct inflate_blocks_state FAR inflate_blocks_statef
Definition: infblock.h:15
local inflate_blocks_statef * inflate_blocks_new(z_streamp z, check_func c, uInt w)
Definition: infblock.c:88
GLdouble GLdouble z
z_stream FAR * z_streamp
Definition: zlib.h:89
local inflate_blocks_statef *inflate_blocks_new OF((z_streamp z, check_func c, uInt w))
const GLubyte * c
#define FAR
Definition: zconf.h:215
local int inflate_blocks_free(inflate_blocks_statef *s, z_streamp z)
Definition: infblock.c:375
#define local
Definition: zutil.h:30
GLubyte GLubyte GLubyte GLubyte w
uLong FAR uLongf
Definition: zconf.h:233