Eneboo - Documentación para desarrolladores
|
Ir al código fuente de este archivo.
'typedefs' | |
typedef struct inflate_blocks_state FAR | inflate_blocks_statef |
Funciones | |
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, uIntn)) |
int inflate_blocks_sync_point | OF ((inflate_blocks_statef *s)) |
typedef struct inflate_blocks_state FAR inflate_blocks_statef |
inflate_blocks_statef* inflate_blocks_new OF | ( | (z_streamp z, check_func c, uInt w) | ) |
int inflate_blocks_sync_point OF | ( | (inflate_blocks_statef *s) | ) |
void inflate_set_dictionary OF | ( | (inflate_blocks_statef *s, const Bytef *d, uIntn) | ) |
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) | ) |