|
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 | LOAD() |
| #define | RESTORE() |
| #define | INITBITS() |
| #define | PULL() |
| #define | PULLBYTE() |
| #define | NEEDBITS(n) |
| #define | BITS(n) ((unsigned)hold & ((1U << (n)) - 1)) |
| #define | DROPBITS(n) |
| #define | BYTEBITS() |
| #define | ROOM() |
Functions | |
| local void fixedtables | OF ((struct inflate_state FAR *state)) |
| int ZEXPORT | inflateBackInit_ (z_streamp strm, int windowBits, unsigned char FAR *window, const char *version, int stream_size) |
| local void | fixedtables (struct inflate_state FAR *state) |
| int ZEXPORT | inflateBack (z_streamp strm, in_func in, void FAR *in_desc, out_func out, void FAR *out_desc) |
| int ZEXPORT | inflateBackEnd (z_streamp strm) |
| #define BITS | ( | n | ) | ((unsigned)hold & ((1U << (n)) - 1)) |
Definition at line 190 of file infback.c.
Referenced by inflateBack().
| #define BYTEBITS | ( | ) |
Definition at line 201 of file infback.c.
Referenced by inflateBack().
| #define DROPBITS | ( | n | ) |
Definition at line 194 of file infback.c.
Referenced by inflateBack().
| #define INITBITS | ( | ) |
Definition at line 150 of file infback.c.
Referenced by inflateBack().
| #define LOAD | ( | ) |
Definition at line 128 of file infback.c.
Referenced by inflateBack().
| #define NEEDBITS | ( | n | ) |
Definition at line 183 of file infback.c.
Referenced by inflateBack().
| #define PULL | ( | ) |
Definition at line 158 of file infback.c.
Referenced by inflateBack().
| #define PULLBYTE | ( | ) |
Definition at line 172 of file infback.c.
Referenced by inflateBack().
| #define RESTORE | ( | ) |
Definition at line 139 of file infback.c.
Referenced by inflateBack().
| #define ROOM | ( | ) |
Definition at line 210 of file infback.c.
Referenced by inflateBack().
| local void fixedtables | ( | struct inflate_state FAR * | state | ) |
Definition at line 82 of file infback.c.
Referenced by inflateBack().
| int ZEXPORT inflateBack | ( | z_streamp | strm, |
| in_func | in, | ||
| void FAR * | in_desc, | ||
| out_func | out, | ||
| void FAR * | out_desc | ||
| ) |
Definition at line 250 of file infback.c.
References BAD, bits, code::bits, BITS, BYTEBITS, CODES, inflate_state::codes, inflate_state::distbits, inflate_state::distcode, DISTS, DONE, DROPBITS, inflate_state::extra, fixedtables(), for(), inflate_state::have, inflate_state::hold, if(), inflate_fast(), inflate_table(), INITBITS, inflate_state::last, LEN, inflate_state::lenbits, inflate_state::lencode, inflate_state::length, LENS, inflate_state::lens, LOAD, inflate_state::mode, inflate_state::ncode, inflate_state::ndist, NEEDBITS, inflate_state::next, inflate_state::nlen, inflate_state::offset, code::op, out(), PULL, PULLBYTE, RESTORE, ROOM, STORED, TABLE, Tracev, Tracevv, TYPE, code::val, inflate_state::whave, inflate_state::window, inflate_state::work, inflate_state::wsize, Z_BUF_ERROR, z_const, Z_DATA_ERROR, Z_NULL, Z_STREAM_END, Z_STREAM_ERROR, and zmemcpy().
Referenced by cover_back(), gunpipe(), and try().
Definition at line 631 of file infback.c.
References Tracev, Z_NULL, Z_OK, Z_STREAM_ERROR, and ZFREE.
Referenced by cover_back(), and try().
| int ZEXPORT inflateBackInit_ | ( | z_streamp | strm, |
| int | windowBits, | ||
| unsigned char FAR * | window, | ||
| const char * | version, | ||
| int | stream_size | ||
| ) |
Definition at line 28 of file infback.c.
Referenced by cover_back().
| local void fixedtables OF | ( | (struct inflate_state FAR *state) | ) |
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:58.
© Copyright Michele Bosi. All rights reserved.