Go to the source code of this file.
◆ _tr_tally_dist
| #define _tr_tally_dist |
( |
| s, |
|
|
| distance, |
|
|
| length, |
|
|
| flush ) |
Value:
s->d_buf[s->last_lit] = dist; \
s->l_buf[s->last_lit++] =
len; \
dist--; \
s->dyn_dtree[
d_code(dist)].Freq++; \
flush = (s->last_lit == s->lit_bufsize-1); \
}
#define LITERALS
Definition deflate.h:33
#define d_code(dist)
Definition deflate.h:308
uch ZLIB_INTERNAL _length_code[]
Definition trees.c:104
static uint32_t const uint8_t uint32_t len
Definition memcmplen.h:44
unsigned short ush
Definition zutil.h:45
unsigned char uch
Definition zutil.h:43
◆ _tr_tally_lit
| #define _tr_tally_lit |
( |
| s, |
|
|
| c, |
|
|
| flush ) |
Value:
s->d_buf[s->last_lit] = 0; \
s->l_buf[s->last_lit++] = cc; \
s->dyn_ltree[cc].Freq++; \
flush = (s->last_lit == s->lit_bufsize-1); \
}
#define c(i)
Definition sha256.c:43
◆ BL_CODES
◆ Buf_size
◆ BUSY_STATE
◆ Code
◆ COMMENT_STATE
| #define COMMENT_STATE 91 /* gzip comment -> HCRC_STATE */ |
◆ d_code
Value:
uch ZLIB_INTERNAL _dist_code[]
Definition trees.c:98
◆ D_CODES
◆ Dad
◆ EXTRA_STATE
◆ FINISH_STATE
| #define FINISH_STATE 666 /* stream complete */ |
◆ Freq
◆ GZIP
◆ GZIP_STATE
◆ HCRC_STATE
◆ HEAP_SIZE
◆ INIT_STATE
◆ L_CODES
◆ Len
◆ LENGTH_CODES
◆ LITERALS
◆ MAX_BITS
◆ MAX_DIST
Value:
#define MIN_LOOKAHEAD
Definition deflate.h:284
◆ max_insert_length
| #define max_insert_length max_lazy_match |
◆ MIN_LOOKAHEAD
◆ NAME_STATE
◆ put_byte
| #define put_byte |
( |
| s, |
|
|
| c ) |
Value:{s->pending_buf[s->pending++] = (
Bytef)(
c);}
Byte FAR Bytef
Definition zconf.h:400
◆ WIN_INIT
◆ ct_data
◆ deflate_state
◆ IPos
◆ Pos
◆ Posf
◆ static_tree_desc
◆ tree_desc
◆ OF() [1/3]
◆ OF() [2/3]
◆ OF() [3/3]
◆ _dist_code
◆ _length_code