ReactOS 0.4.15-dev-7842-g558ab78
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
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 */
z_stream FAR * z_streamp
Definition: zlib.h:80
unsigned int uInt
Definition: zlib.h:38
#define FAR
Definition: zlib.h:34
#define local
Definition: zutil.h:30
const GLubyte * c
Definition: glext.h:8905
GLubyte GLubyte GLubyte GLubyte w
Definition: glext.h:6102
GLdouble GLdouble z
Definition: glext.h:5874
int inflate_blocks_free(inflate_blocks_statef *s, z_streamp z)
Definition: infblock.c:375
void inflate_blocks_reset(inflate_blocks_statef *s, z_streamp z, uLongf *c)
Definition: infblock.c:67
inflate_blocks_statef * inflate_blocks_new(z_streamp z, check_func c, uInt w)
Definition: infblock.c:88
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
uLong FAR uLongf
Definition: zconf.h:411
#define OF(args)
Definition: zconf.h:295