Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
Go to the source code of this file.
Macros | |
#define | DONE INFLATE_DONE |
#define | BAD INFLATE_BAD |
#define | NEEDBYTE {if(z->avail_in==0)return r;r=f;} |
#define | NEXTBYTE (z->avail_in--,z->total_in++,*z->next_in++) |
Enumerations | |
enum | inflate_mode { METHOD, FLAG, DICT4, DICT3, DICT2, DICT1, DICT0, BLOCKS, CHECK4, CHECK3, CHECK2, CHECK1, DONE, BAD, TYPE, STORED, TABLE, LEN, DONE, BAD, HEAD, FLAGS, TIME, OS, EXLEN, EXTRA, NAME, COMMENT, HCRC, DICTID, DICT, TYPE, TYPEDO, STORED, COPY_, COPY, TABLE, LENLENS, CODELENS, LEN_, LEN, LENEXT, DIST, DISTEXT, MATCH, LIT, CHECK, LENGTH, DONE, BAD, MEM, SYNC } |
Functions | |
ZEXPORT (int) | |
#define BAD INFLATE_BAD |
Definition at line 10 of file inflate.c.
Referenced by inflate_blocks(), and inflateBack().
#define DONE INFLATE_DONE |
Definition at line 9 of file inflate.c.
Referenced by inflate_blocks(), and inflateBack().
enum inflate_mode |
ZEXPORT | ( | int | ) |
Definition at line 54 of file inflate.c.
References adler32(), BLOCKS, FAR, inflate_blocks_free(), inflate_blocks_new(), inflate_blocks_reset(), inflateEnd(), inflateInit2_(), inflateReset(), METHOD, stream_size, Tracev, version, Z_MEM_ERROR, Z_NULL, Z_OK, Z_STREAM_ERROR, Z_VERSION_ERROR, ZALLOC, zcalloc(), zcfree(), ZFREE, and ZLIB_VERSION.
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:55.
© Copyright Michele Bosi. All rights reserved.