Home
last modified time | relevance | path

Searched defs:inflate_blocks_state (Results 1 – 1 of 1) sorted by relevance

/external/freetype/src/gzip/
Dinfutil.h28 struct inflate_blocks_state { struct
31 inflate_block_mode mode; /* current inflate_block mode */
34 union {
47 } sub; /* submode */
48 uInt last; /* true if this block is the last block */
51 uInt bitk; /* bits in bit buffer */
52 uLong bitb; /* bit buffer */
53 inflate_huft *hufts; /* single malloc for tree space */
54 Bytef *window; /* sliding window */
55 Bytef *end; /* one byte after sliding window */
[all …]