zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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
local int inflate_blocks(inflate_blocks_statef *s, z_streamp z, int r)
Definition: infblock.c:119
uLong FAR uLongf
Definition: zconf.h:233
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
#define local
Definition: zutil.h:30
unsigned int uInt
Definition: zconf.h:221
const GLfloat * c
Definition: glew.h:14913
#define FAR
Definition: zconf.h:215
local int inflate_blocks_free(inflate_blocks_statef *s, z_streamp z)
Definition: infblock.c:375
#define OF(args)
Definition: zconf.h:146
z_stream FAR * z_streamp
Definition: zlib.h:89
GLint GLint GLint GLint z
Definition: gl2ext.h:1214
GLint GLint GLint GLint GLint w
Definition: gl2ext.h:1215