2005/5/9
--
ACDK
API Docs
Misc header
infcodes_h
(c) 2005 by
Roger Rene Kommer
Kindly hosted at:
infcodes_h
Modules
Namespace List
Class Hierarchy
Alphabetical List
Compound List
Namespace Members
Compound Members
Related Pages
infcodes.h File Reference
Typedefs
typedef inflate_codes_state
FAR
inflate_codes_statef
Functions
inflate_codes_statef
*inflate_codes_new
OF
((
uInt
,
uInt
,
inflate_huft
*,
inflate_huft
*,
z_streamp
))
int inflate_codes
OF
((
inflate_blocks_statef
*,
z_streamp
, int))
void inflate_codes_free
OF
((
inflate_codes_statef
*,
z_streamp
))
Typedef Documentation
typedef struct inflate_codes_state FAR
inflate_codes_statef
Function Documentation
void inflate_codes_free OF
(
(
inflate_codes_statef
*,
z_streamp
)
)
int inflate_codes OF
(
(
inflate_blocks_statef
*,
z_streamp
, int)
)
inflate_codes_statef
* inflate_codes_new OF
(
(
uInt
,
uInt
,
inflate_huft
*,
inflate_huft
*,
z_streamp
)
)