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 "inflate.h"
#include "inffast.h"
#include "inffixed.h"
Go to the source code of this file.
Macros | |
#define | UPDATE(check, buf, len) (state->flags ? crc32(check, buf, len) : adler32(check, buf, len)) |
#define | CRC2(check, word) |
#define | CRC4(check, word) |
#define | LOAD() |
#define | RESTORE() |
#define | INITBITS() |
#define | PULLBYTE() |
#define | NEEDBITS(n) |
#define | BITS(n) ((unsigned)hold & ((1U << (n)) - 1)) |
#define | DROPBITS(n) |
#define | BYTEBITS() |
#define BITS | ( | n | ) | ((unsigned)hold & ((1U << (n)) - 1)) |
#define BYTEBITS | ( | ) |
#define CRC2 | ( | check, | |
word | |||
) |
Definition at line 441 of file inflate.c.
Referenced by inflate().
#define CRC4 | ( | check, | |
word | |||
) |
Definition at line 448 of file inflate.c.
Referenced by inflate().
#define DROPBITS | ( | n | ) |
#define INITBITS | ( | ) |
#define LOAD | ( | ) |
#define NEEDBITS | ( | n | ) |
Definition at line 499 of file inflate.c.
Referenced by inflate().
#define PULLBYTE | ( | ) |
Definition at line 489 of file inflate.c.
Referenced by inflate().
#define RESTORE | ( | ) |
local void fixedtables | ( | struct inflate_state FAR * | state | ) |
Definition at line 605 of file inflate.c.
References adler32(), inflate_state::back, BAD, bits, code::bits, inflate_state::bits, BITS, BYTEBITS, CHECK, inflate_state::check, CODELENS, CODES, inflate_state::codes, COMMENT, COPY, COPY_, CRC2, crc32(), CRC4, DICT, DICTID, DIST, inflate_state::distbits, inflate_state::distcode, DISTEXT, DISTS, inflate_state::dmax, DONE, DROPBITS, EXLEN, EXTRA, inflate_state::extra, fixedtables(), FLAGS, inflate_state::flags, GUNZIP, inflate_state::have, inflate_state::havedict, HCRC, HEAD, inflate_state::head, inflate_state::hold, if(), inflate_fast(), inflate_table(), INITBITS, int, inflate_state::last, LEN, LEN_, inflate_state::lenbits, inflate_state::lencode, LENEXT, LENGTH, inflate_state::length, LENLENS, LENS, inflate_state::lens, LIT, LOAD, MATCH, MEM, inflate_state::mode, NAME, inflate_state::ncode, inflate_state::ndist, NEEDBITS, inflate_state::next, inflate_state::nlen, inflate_state::offset, code::op, OS, out(), PULLBYTE, RESTORE, inflate_state::sane, STORED, SYNC, TABLE, TIME, inflate_state::total, Trace, Tracev, Tracevv, TYPE, TYPEDO, UPDATE, updatewindow(), code::val, inflate_state::was, inflate_state::wbits, inflate_state::whave, inflate_state::window, inflate_state::wnext, inflate_state::work, inflate_state::wrap, inflate_state::wsize, Z_BLOCK, Z_BUF_ERROR, z_const, Z_DATA_ERROR, Z_DEFLATED, Z_FINISH, Z_MEM_ERROR, Z_NEED_DICT, Z_NULL, Z_OK, Z_STREAM_END, Z_STREAM_ERROR, Z_TREES, zmemcpy(), and ZSWAP32.
Definition at line 1438 of file inflate.c.
Referenced by cover_wrap(), and inf().
Definition at line 1254 of file inflate.c.
References if(), Tracev, inflate_state::window, Z_NULL, Z_OK, Z_STREAM_ERROR, and ZFREE.
Referenced by ZEXPORT().
Definition at line 1268 of file inflate.c.
References if(), inflate_state::whave, inflate_state::window, inflate_state::wnext, Z_NULL, Z_OK, Z_STREAM_ERROR, and zmemcpy().
int ZEXPORT inflateGetHeader | ( | z_streamp | strm, |
gz_headerp | head | ||
) |
Definition at line 1326 of file inflate.c.
References inflate_state::head, if(), inflate_state::wrap, Z_NULL, Z_OK, and Z_STREAM_ERROR.
Referenced by inf().
Definition at line 180 of file inflate.c.
References inflateReset2(), Tracev, inflate_state::window, Z_MEM_ERROR, Z_NULL, Z_OK, Z_STREAM_ERROR, Z_VERSION_ERROR, ZALLOC, zcalloc(), zcfree(), ZFREE, and ZLIB_VERSION.
Referenced by inflateInit_(), and ZEXPORT().
Definition at line 222 of file inflate.c.
References DEF_WBITS, and inflateInit2_().
Definition at line 1502 of file inflate.c.
References inflate_state::back, COPY, inflate_state::length, MATCH, inflate_state::mode, inflate_state::was, and Z_NULL.
Referenced by cover_wrap().
Definition at line 230 of file inflate.c.
References bits, inflate_state::bits, inflate_state::hold, if(), Z_NULL, Z_OK, and Z_STREAM_ERROR.
Referenced by cover_support(), cover_wrap(), and extract().
Definition at line 129 of file inflate.c.
References inflateResetKeep(), inflate_state::whave, inflate_state::wnext, inflate_state::wsize, Z_NULL, and Z_STREAM_ERROR.
Referenced by inflateReset2(), inflateSync(), and ZEXPORT().
Definition at line 142 of file inflate.c.
References if(), inflateReset(), inflate_state::wbits, inflate_state::window, windowBits, inflate_state::wrap, Z_NULL, Z_STREAM_ERROR, and ZFREE.
Referenced by inf(), and inflateInit2_().
Definition at line 104 of file inflate.c.
References inflate_state::back, inflate_state::bits, inflate_state::codes, inflate_state::distcode, inflate_state::dmax, inflate_state::havedict, HEAD, inflate_state::head, inflate_state::hold, if(), inflate_state::last, inflate_state::lencode, inflate_state::mode, inflate_state::next, inflate_state::sane, inflate_state::total, Tracev, inflate_state::wrap, Z_NULL, Z_OK, and Z_STREAM_ERROR.
Referenced by inflateReset().
Definition at line 1291 of file inflate.c.
References adler32(), inflate_state::check, DICT, inflate_state::havedict, if(), MEM, inflate_state::mode, Tracev, updatewindow(), inflate_state::wrap, Z_DATA_ERROR, Z_MEM_ERROR, Z_NULL, Z_OK, and Z_STREAM_ERROR.
Referenced by cover_support(), cover_wrap(), extract(), and inf().
Definition at line 1377 of file inflate.c.
References inflate_state::bits, inflate_state::have, inflate_state::hold, if(), inflateReset(), inflate_state::mode, out(), SYNC, syncsearch(), TYPE, Z_BUF_ERROR, Z_DATA_ERROR, Z_NULL, Z_OK, and Z_STREAM_ERROR.
Referenced by cover_wrap().
Definition at line 1428 of file inflate.c.
References inflate_state::bits, inflate_state::mode, STORED, Z_NULL, and Z_STREAM_ERROR.
Referenced by cover_wrap().
Definition at line 1485 of file inflate.c.
References inflate_state::sane, Z_DATA_ERROR, Z_NULL, Z_OK, and Z_STREAM_ERROR.
Referenced by cover_wrap().
local void fixedtables OF | ( | (struct inflate_state FAR *state) | ) |
Definition at line 1354 of file inflate.c.
References inflate_state::have, and inflate_state::next.
Referenced by inflateSync().
Definition at line 379 of file inflate.c.
References if(), inflate_state::wbits, inflate_state::whave, inflate_state::window, inflate_state::wnext, inflate_state::wsize, Z_NULL, ZALLOC, and zmemcpy().
Referenced by inflate(), and inflateSetDictionary().
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:55.
© Copyright Michele Bosi. All rights reserved.