ReactOS 0.4.15-dev-7918-g2a2556c
infcodes.h
Go to the documentation of this file.
1/* infcodes.h -- header to use infcodes.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 _INFCODES_H
12#define _INFCODES_H
13
16
18 uInt, uInt,
20 z_streamp ));
21
24 z_streamp ,
25 int));
26
29 z_streamp ));
30
31#endif /* _INFCODES_H */
z_stream FAR * z_streamp
Definition: zlib.h:80
unsigned int uInt
Definition: zlib.h:38
#define FAR
Definition: zlib.h:34
struct inflate_huft_s FAR inflate_huft
Definition: inftrees.h:17
#define local
Definition: zutil.h:30
struct inflate_blocks_state FAR inflate_blocks_statef
Definition: infblock.h:15
void inflate_codes_free(inflate_codes_statef *c, z_streamp z)
Definition: infcodes.c:244
inflate_codes_statef * inflate_codes_new(uInt bl, uInt bd, inflate_huft *tl, inflate_huft *td, z_streamp z)
Definition: infcodes.c:58
int inflate_codes(inflate_blocks_statef *s, z_streamp z, int r)
Definition: infcodes.c:80
struct inflate_codes_state FAR inflate_codes_statef
Definition: infcodes.h:15
#define OF(args)
Definition: zconf.h:295