Eneboo - Documentación para desarrolladores
|
#include "zutil.h"
#include "inftrees.h"
#include "infblock.h"
#include "infcodes.h"
#include "infutil.h"
#include "inffast.h"
Clases | |
struct | inflate_codes_state |
'defines' | |
#define | exop word.what.Exop |
#define | bits word.what.Bits |
Enumeraciones | |
enum | inflate_codes_mode { START, LEN, LENEXT, DIST, DISTEXT, COPY, LIT, WASH, END, BADCODE } |
Funciones | |
inflate_codes_statef * | inflate_codes_new (uInt bl, uInt bd, const inflate_huft *tl, const inflate_huft *td, z_streamp z) |
int | inflate_codes (inflate_blocks_statef *s, z_streamp z, int r) |
void | inflate_codes_free (inflate_codes_statef *c, z_streamp z) |
#define bits word.what.Bits |
#define exop word.what.Exop |
enum inflate_codes_mode |
int inflate_codes | ( | inflate_blocks_statef * | s, |
z_streamp | z, | ||
int | r | ||
) |
void inflate_codes_free | ( | inflate_codes_statef * | c, |
z_streamp | z | ||
) |
inflate_codes_statef* inflate_codes_new | ( | uInt | bl, |
uInt | bd, | ||
const inflate_huft * | tl, | ||
const inflate_huft * | td, | ||
z_streamp | z | ||
) |