#include "Bits.h"Classes | |
| struct | config |
Macros | |
| #define | check_match(start, match, length) |
| #define | EQUAL 0 |
| #define | FAST 4 |
| #define | FLUSH_BLOCK(eof) |
| #define | HASH_MASK (HASH_SIZE-1) |
| #define | INSERT_STRING(s, match_head) |
| #define | NIL 0 |
| #define | SLOW 2 |
| #define | TOO_FAR 4096 |
| #define | UPDATE_HASH(h, c) |
| #define | WMASK (WSIZE-1) |
Typedefs | |
| typedef struct config | config |
Functions | |
| ulg | R__Deflate (bits_internal_state *state, int *errorflag) |
| static ulg | R__Deflate_fast () |
| static ulg | R__Deflate_fast (bits_internal_state *state, int *errorflag) |
| static int | R__fill_window () |
| static int | R__fill_window (bits_internal_state *state) |
| int | R__lm_free () |
| int | R__lm_init (bits_internal_state *state, int pack_level, ush *flags) |
| int | R__longest_match () |
| int | R__longest_match (bits_internal_state *state, IPos cur_match) |
Variables | |
| static config | configuration_table [10] |
Definition at line 483 of file ZDeflate.c.
| #define EQUAL 0 |
Definition at line 165 of file ZDeflate.c.
| #define FAST 4 |
Definition at line 107 of file ZDeflate.c.
| #define FLUSH_BLOCK | ( | eof | ) |
Definition at line 554 of file ZDeflate.c.
Definition at line 100 of file ZDeflate.c.
Definition at line 200 of file ZDeflate.c.
| #define NIL 0 |
Definition at line 104 of file ZDeflate.c.
| #define SLOW 2 |
Definition at line 108 of file ZDeflate.c.
| #define TOO_FAR 4096 |
Definition at line 112 of file ZDeflate.c.
Definition at line 190 of file ZDeflate.c.
Definition at line 101 of file ZDeflate.c.
| typedef struct config config |
| ulg R__Deflate | ( | bits_internal_state * | state, |
| int * | errorflag ) |
Definition at line 645 of file ZDeflate.c.
|
static |
|
static |
Definition at line 564 of file ZDeflate.c.
|
static |
|
static |
Definition at line 495 of file ZDeflate.c.
| int R__lm_free | ( | ) |
Definition at line 304 of file ZDeflate.c.
| int R__lm_init | ( | bits_internal_state * | state, |
| int | pack_level, | ||
| ush * | flags ) |
Definition at line 214 of file ZDeflate.c.
| int R__longest_match | ( | ) |
| int R__longest_match | ( | bits_internal_state * | state, |
| IPos | cur_match ) |
Definition at line 333 of file ZDeflate.c.
|
static |
Definition at line 146 of file ZDeflate.c.