Go to the source code of this file.
◆ _tr_tally_dist
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); \
}
GLsizei GLsizei GLfloat distance
GLenum GLuint GLenum GLsizei length
uch ZLIB_INTERNAL _length_code[]
Definition at line 333 of file deflate.h.
◆ _tr_tally_lit
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); \
}
Definition at line 326 of file deflate.h.
◆ BL_CODES
◆ Buf_size
◆ BUSY_STATE
◆ Code
◆ COMMENT_STATE
◆ d_code
◆ D_CODES
◆ Dad
◆ EXTRA_STATE
◆ FINISH_STATE
◆ 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
◆ 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