ReactOS 0.4.16-dev-122-g325d74c
|
Go to the source code of this file.
Typedefs | |
typedef struct 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)) |
Definition at line 15 of file infcodes.h.
int inflate_codes OF | ( | (inflate_blocks_statef *, z_streamp, int) | ) |
void inflate_codes_free OF | ( | (inflate_codes_statef *, z_streamp) | ) |
inflate_codes_statef *inflate_codes_new OF | ( | (uInt, uInt, inflate_huft *, inflate_huft *, z_streamp) | ) |