| 
    Eneboo - Documentación para desarrolladores 
   | 
 
#include "zutil.h"#include "infblock.h"#include "inftrees.h"#include "infcodes.h"#include "infutil.h"Clases | |
| struct | inflate_codes_state | 
'defines' | |
| #define | exop word.what.Exop | 
| #define | bits word.what.Bits | 
Funciones | |
| void | inflate_blocks_reset (inflate_blocks_statef *s, z_streamp z, uLongf *c) | 
| inflate_blocks_statef * | inflate_blocks_new (z_streamp z, check_func c, uInt w) | 
| int | inflate_blocks (inflate_blocks_statef *s, z_streamp z, int r) | 
| int | inflate_blocks_free (inflate_blocks_statef *s, z_streamp z) | 
| void | inflate_set_dictionary (inflate_blocks_statef *s, const Bytef *d, uInt n) | 
| int | inflate_blocks_sync_point (inflate_blocks_statef *s) | 
Variables | |
| local const uInt | border [] | 
| #define bits word.what.Bits | 
| #define exop word.what.Exop | 
| int inflate_blocks | ( | inflate_blocks_statef * | s, | 
| z_streamp | z, | ||
| int | r | ||
| ) | 
| int inflate_blocks_free | ( | inflate_blocks_statef * | s, | 
| z_streamp | z | ||
| ) | 
| inflate_blocks_statef* inflate_blocks_new | ( | z_streamp | z, | 
| check_func | c, | ||
| uInt | w | ||
| ) | 
| void inflate_blocks_reset | ( | inflate_blocks_statef * | s, | 
| z_streamp | z, | ||
| uLongf * | c | ||
| ) | 
| int inflate_blocks_sync_point | ( | inflate_blocks_statef * | s | ) | 
| void inflate_set_dictionary | ( | inflate_blocks_statef * | s, | 
| const Bytef * | d, | ||
| uInt | n | ||
| ) | 
 1.7.4