|
Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
#include "zutil.h"#include "inftrees.h"#include "infblock.h"#include "infcodes.h"#include "infutil.h"Go to the source code of this file.
Macros | |
| #define | exop word.what.Exop |
| #define | bits word.what.Bits |
Enumerations | |
| enum | inflate_codes_mode { START, LEN, LENEXT, DIST, DISTEXT, COPY, LIT, WASH, END, BADCODE } |
Functions | |
| local inflate_codes_statef * | inflate_codes_new (uInt bl, uInt bd, inflate_huft *tl, inflate_huft *td, z_streamp z) |
| local int | inflate_codes (inflate_blocks_statef *s, z_streamp z, int r) |
| local void | inflate_codes_free (inflate_codes_statef *c, z_streamp z) |
| #define bits word.what.Bits |
Definition at line 14 of file infcodes.c.
| #define exop word.what.Exop |
Definition at line 13 of file infcodes.c.
| enum inflate_codes_mode |
| Enumerator | |
|---|---|
| START | |
| LEN | |
| LENEXT | |
| DIST | |
| DISTEXT | |
| COPY | |
| LIT | |
| WASH | |
| END | |
| BADCODE | |
Definition at line 16 of file infcodes.c.
| local int inflate_codes | ( | inflate_blocks_statef * | s, |
| z_streamp | z, | ||
| int | r | ||
| ) |
Definition at line 80 of file infcodes.c.
References BADCODE, COPY, DIST, DISTEXT, DUMPBITS, inflate_fast(), inflate_mask, LEAVE, LEN, LENEXT, LIT, LOAD, NEEDBITS, START, Tracevv, UPDATE, WASH, Z_DATA_ERROR, Z_OK, and Z_STREAM_END.
Referenced by inflate_blocks().
| local void inflate_codes_free | ( | inflate_codes_statef * | c, |
| z_streamp | z | ||
| ) |
Definition at line 244 of file infcodes.c.
Referenced by inflate_blocks(), and inflate_blocks_reset().
| local inflate_codes_statef* inflate_codes_new | ( | uInt | bl, |
| uInt | bd, | ||
| inflate_huft * | tl, | ||
| inflate_huft * | td, | ||
| z_streamp | z | ||
| ) |
Definition at line 58 of file infcodes.c.
References START, Tracev, Z_NULL, and ZALLOC.
Referenced by inflate_blocks().
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:55.
© Copyright Michele Bosi. All rights reserved.