|
Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
#include "deflate.h"Go to the source code of this file.
Macros | |
| #define | NIL 0 |
| #define | TOO_FAR 4096 |
| #define | EQUAL 0 |
| #define | RANK(f) (((f) << 1) - ((f) > 4 ? 9 : 0)) |
| #define | UPDATE_HASH(s, h, c) (h = (((h)<<s->hash_shift) ^ (c)) & s->hash_mask) |
| #define | INSERT_STRING(s, str, match_head) |
| #define | CLEAR_HASH(s) |
| #define | check_match(s, start, match, length) |
| #define | FLUSH_BLOCK_ONLY(s, last) |
| #define | FLUSH_BLOCK(s, last) |
Typedefs | |
| typedef block_state compress_func | OF((deflate_state *s, int flush)) |
| typedef struct config_s | config |
Enumerations | |
| enum | block_state { need_more, block_done, finish_started, finish_done } |
Variables | |
| const char | deflate_copyright [] |
| local const config | configuration_table [10] |
Definition at line 1377 of file deflate.c.
Referenced by deflate_fast(), and deflate_slow().
| #define CLEAR_HASH | ( | s | ) |
Definition at line 196 of file deflate.c.
Referenced by deflate(), deflateSetDictionary(), and lm_init().
| #define FLUSH_BLOCK | ( | s, | |
| last | |||
| ) |
Definition at line 1550 of file deflate.c.
Referenced by deflate_fast(), deflate_huff(), deflate_slow(), and deflate_stored().
| #define FLUSH_BLOCK_ONLY | ( | s, | |
| last | |||
| ) |
Definition at line 1538 of file deflate.c.
Referenced by deflate_slow().
| #define INSERT_STRING | ( | s, | |
| str, | |||
| match_head | |||
| ) |
| #define NIL 0 |
Definition at line 104 of file deflate.c.
Referenced by deflate_fast(), deflate_slow(), fill_window(), and longest_match().
| #define TOO_FAR 4096 |
Definition at line 108 of file deflate.c.
Referenced by deflate_slow().
Definition at line 167 of file deflate.c.
Referenced by deflate_fast(), deflateSetDictionary(), and fill_window().
| typedef struct config_s config |
| typedef block_state compress_func OF((deflate_state *s, int flush)) |
| enum block_state |
Definition at line 665 of file deflate.c.
References _tr_align(), _tr_stored_block(), adler32(), Assert, block_done, BUSY_STATE, CLEAR_HASH, COMMENT_STATE, crc32(), deflate_huff(), deflate_rle(), ERR_RETURN, EXTRA_STATE, finish_done, finish_started, FINISH_STATE, flush, flush_pending(), HCRC_STATE, INIT_STATE, NAME_STATE, need_more, OS_CODE, PRESET_DICT, put_byte, putShortMSB(), RANK, Z_BLOCK, Z_BUF_ERROR, Z_DEFLATED, Z_FINISH, Z_FULL_FLUSH, Z_HUFFMAN_ONLY, Z_NO_FLUSH, Z_NULL, Z_OK, Z_PARTIAL_FLUSH, Z_RLE, Z_STREAM_END, and Z_STREAM_ERROR.
Referenced by vl::GZipCodec::close(), vl::compress(), compress2(), vl::decompress(), def(), deflateParams(), gz_comp(), gztack(), log_compress(), main(), partcompress(), recompress(), vl::GZipCodec::write_Implementation(), zipCloseFileInZipRaw64(), and zipWriteInFileInZip().
| local block_state deflate_fast | ( | deflate_state * | s, |
| int | flush | ||
| ) |
Definition at line 1628 of file deflate.c.
References _tr_tally_dist, _tr_tally_lit, block_done, check_match, fill_window(), finish_done, FLUSH_BLOCK, INSERT_STRING, longest_match(), MAX_DIST, MIN_LOOKAHEAD, MIN_MATCH, need_more, NIL, Tracevv, UPDATE_HASH, Z_FINISH, and Z_NO_FLUSH.
| local block_state deflate_huff | ( | deflate_state * | s, |
| int | flush | ||
| ) |
Definition at line 1934 of file deflate.c.
References _tr_tally_lit, block_done, fill_window(), finish_done, FLUSH_BLOCK, need_more, Tracevv, Z_FINISH, and Z_NO_FLUSH.
Referenced by deflate().
| local block_state deflate_rle | ( | deflate_state * | s, |
| int | flush | ||
| ) |
Definition at line 1861 of file deflate.c.
References Assert, fill_window(), int, MAX_MATCH, MIN_MATCH, need_more, and Z_NO_FLUSH.
Referenced by deflate().
| local block_state deflate_slow | ( | deflate_state * | s, |
| int | flush | ||
| ) |
Definition at line 1730 of file deflate.c.
References _tr_tally_dist, _tr_tally_lit, Assert, block_done, check_match, fill_window(), finish_done, FLUSH_BLOCK, FLUSH_BLOCK_ONLY, INSERT_STRING, longest_match(), MAX_DIST, MIN_LOOKAHEAD, MIN_MATCH, need_more, NIL, TOO_FAR, Tracevv, Z_FILTERED, Z_FINISH, and Z_NO_FLUSH.
| local block_state deflate_stored | ( | deflate_state * | s, |
| int | flush | ||
| ) |
Definition at line 1564 of file deflate.c.
References Assert, block_done, fill_window(), finish_done, FLUSH_BLOCK, MAX_DIST, need_more, Z_FINISH, and Z_NO_FLUSH.
Definition at line 1014 of file deflate.c.
References deflateEnd(), Z_MEM_ERROR, Z_NULL, Z_OK, Z_STREAM_ERROR, ZALLOC, and zmemcpy().
Definition at line 979 of file deflate.c.
References BUSY_STATE, COMMENT_STATE, EXTRA_STATE, FINISH_STATE, HCRC_STATE, INIT_STATE, NAME_STATE, TRY_FREE, Z_DATA_ERROR, Z_NULL, Z_OK, Z_STREAM_ERROR, and ZFREE.
Referenced by vl::GZipCodec::close(), vl::compress(), compress2(), vl::decompress(), def(), deflateCopy(), deflateInit2_(), gzclose_w(), gztack(), log_compress(), main(), and zipCloseFileInZipRaw64().
| int ZEXPORT deflateInit2_ | ( | z_streamp | strm, |
| int | level, | ||
| int | method, | ||
| int | windowBits, | ||
| int | memLevel, | ||
| int | strategy, | ||
| const char * | version, | ||
| int | stream_size | ||
| ) |
Definition at line 213 of file deflate.c.
References deflateEnd(), deflateReset(), ERR_MSG, FINISH_STATE, MAX_MEM_LEVEL, MIN_MATCH, strategy, windowBits, Z_DEFAULT_COMPRESSION, Z_DEFLATED, Z_FIXED, Z_MEM_ERROR, Z_NULL, Z_STREAM_ERROR, Z_VERSION_ERROR, ZALLOC, zcalloc(), zcfree(), and ZLIB_VERSION.
Referenced by deflateInit_().
Definition at line 201 of file deflate.c.
References DEF_MEM_LEVEL, deflateInit2_(), MAX_WBITS, Z_DEFAULT_STRATEGY, and Z_DEFLATED.
Definition at line 490 of file deflate.c.
References deflate(), strategy, Z_BLOCK, Z_BUF_ERROR, Z_DEFAULT_COMPRESSION, Z_FIXED, Z_NULL, Z_OK, and Z_STREAM_ERROR.
Referenced by gzsetparams().
Definition at line 450 of file deflate.c.
References Z_NULL, Z_OK, and Z_STREAM_ERROR.
Definition at line 464 of file deflate.c.
References _tr_flush_bits(), bits, Buf_size, Z_BUF_ERROR, Z_NULL, Z_OK, and Z_STREAM_ERROR.
Referenced by log_compress().
Definition at line 427 of file deflate.c.
References deflateResetKeep(), lm_init(), and Z_OK.
Referenced by deflateInit2_(), gz_comp(), and main().
Definition at line 392 of file deflate.c.
References _tr_init(), adler32(), BUSY_STATE, crc32(), if(), INIT_STATE, Z_NO_FLUSH, Z_NULL, Z_OK, Z_STREAM_ERROR, and Z_UNKNOWN.
Referenced by deflateReset().
Definition at line 323 of file deflate.c.
References adler32(), CLEAR_HASH, fill_window(), INIT_STATE, long(), MIN_MATCH, UPDATE_HASH, z_const, Z_NULL, Z_OK, and Z_STREAM_ERROR.
Referenced by log_compress().
| int ZEXPORT deflateSetHeader | ( | z_streamp | strm, |
| gz_headerp | head | ||
| ) |
Definition at line 439 of file deflate.c.
References Z_NULL, Z_OK, and Z_STREAM_ERROR.
| int ZEXPORT deflateTune | ( | z_streamp | strm, |
| int | good_length, | ||
| int | max_lazy, | ||
| int | nice_length, | ||
| int | max_chain | ||
| ) |
Definition at line 531 of file deflate.c.
References Z_NULL, Z_OK, and Z_STREAM_ERROR.
| local void fill_window | ( | deflate_state * | s | ) |
Definition at line 1390 of file deflate.c.
References Assert, if(), long(), MAX_DIST, MIN_LOOKAHEAD, MIN_MATCH, NIL, read_buf(), UPDATE_HASH, WIN_INIT, zmemcpy(), and zmemzero().
Referenced by deflate_fast(), deflate_huff(), deflate_rle(), deflate_slow(), deflate_stored(), and deflateSetDictionary().
Definition at line 642 of file deflate.c.
References _tr_flush_bits(), and zmemcpy().
Referenced by deflate().
| local void lm_init | ( | deflate_state * | s | ) |
Definition at line 1106 of file deflate.c.
References CLEAR_HASH, and MIN_MATCH.
Referenced by deflateReset().
| local uInt longest_match | ( | deflate_state * | s, |
| IPos | cur_match | ||
| ) |
Definition at line 1148 of file deflate.c.
References Assert, match, MAX_DIST, MAX_MATCH, MIN_LOOKAHEAD, and NIL.
Referenced by deflate_fast(), and deflate_slow().
| local void fill_window OF | ( | (deflate_state *s) | ) |
| local block_state deflate_stored OF | ( | (deflate_state *s, int flush) | ) |
| local void putShortMSB OF | ( | (deflate_state *s, uInt b) | ) |
| local void flush_pending OF | ( | (z_streamp strm) | ) |
| local uInt longest_match OF | ( | (deflate_state *s, IPos cur_match) | ) |
| local void putShortMSB | ( | deflate_state * | s, |
| uInt | b | ||
| ) |
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:58.
© Copyright Michele Bosi. All rights reserved.