2005/5/9
--
ACDK
API Docs
Misc header
infblock_h
(c) 2005 by
Roger Rene Kommer
Kindly hosted at:
infblock_h
Modules
Namespace List
Class Hierarchy
Alphabetical List
Compound List
Namespace Members
Compound Members
Related Pages
infblock.h File Reference
Typedefs
typedef
inflate_blocks_state
FAR
inflate_blocks_statef
Functions
inflate_blocks_statef
*inflate_blocks_new
OF
((
z_streamp
z, check_func c,
uInt
w))
int inflate_blocks
OF
((
inflate_blocks_statef
*,
z_streamp
, int))
void inflate_blocks_reset
OF
((
inflate_blocks_statef
*,
z_streamp
,
uLongf
*))
int inflate_blocks_free
OF
((
inflate_blocks_statef
*,
z_streamp
))
void inflate_set_dictionary
OF
((
inflate_blocks_statef
*s, const
Bytef
*d,
uInt
n))
int inflate_blocks_sync_point
OF
((
inflate_blocks_statef
*s))
Typedef Documentation
typedef struct
inflate_blocks_state
FAR
inflate_blocks_statef
Function Documentation
int inflate_blocks_sync_point OF
(
(
inflate_blocks_statef
*s)
)
void inflate_set_dictionary OF
(
(
inflate_blocks_statef
*s, const
Bytef
*d,
uInt
n)
)
int inflate_blocks_free OF
(
(
inflate_blocks_statef
*,
z_streamp
)
)
void inflate_blocks_reset OF
(
(
inflate_blocks_statef
*,
z_streamp
,
uLongf
*)
)
int inflate_blocks OF
(
(
inflate_blocks_statef
*,
z_streamp
, int)
)
inflate_blocks_statef
* inflate_blocks_new OF
(
(
z_streamp
z, check_func c,
uInt
w)
)