Go to the source code of this file.
◆ _tr_tally_dist
#define _tr_tally_dist |
( |
|
s, |
|
|
|
distance, |
|
|
|
length, |
|
|
|
flush |
|
) |
| |
Value:
ush dist = (
ush)(distance); \
s->sym_buf[
s->sym_next++] = dist; \
s->sym_buf[
s->sym_next++] = dist >> 8; \
s->sym_buf[
s->sym_next++] =
len; \
dist--; \
s->dyn_dtree[
d_code(dist)].Freq++; \
flush = (
s->sym_next ==
s->sym_end); \
}
static static sync static getppid static getegid const char static filename char static len const char char static bufsiz static mask static vfork const void static prot static getpgrp const char static swapflags static arg static fd static protocol static who struct sockaddr static addrlen static backlog struct timeval struct timezone static tz const struct iovec static count static mode const void const struct sockaddr static tolen const char static pathname void static offset struct stat static buf void long static basep static whence static length const void static len static semflg const void static shmflg const struct timespec struct timespec static rem const char static group const void length
uch ZLIB_INTERNAL _length_code[]
Definition at line 329 of file deflate.h.
◆ _tr_tally_lit
#define _tr_tally_lit |
( |
|
s, |
|
|
|
c, |
|
|
|
flush |
|
) |
| |
Value:
s->sym_buf[
s->sym_next++] = 0; \
s->sym_buf[
s->sym_next++] = 0; \
s->sym_buf[
s->sym_next++] = cc; \
s->dyn_ltree[cc].Freq++; \
flush = (
s->sym_next ==
s->sym_end); \
}
Definition at line 321 of file deflate.h.
◆ BL_CODES
◆ Buf_size
◆ BUSY_STATE
◆ Code
◆ COMMENT_STATE
#define COMMENT_STATE 91 /* gzip comment -> HCRC_STATE */ |
◆ d_code
◆ D_CODES
◆ Dad
◆ EXTRA_STATE
#define EXTRA_STATE 69 /* gzip extra block -> NAME_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
◆ max_insert_length
#define max_insert_length max_lazy_match |
◆ MIN_LOOKAHEAD
◆ NAME_STATE
◆ put_byte
#define put_byte |
( |
|
s, |
|
|
|
c |
|
) |
| {s->pending_buf[s->pending++] = (Bytef)(c);} |
◆ 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