Home
last modified time | relevance | path

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

/AliOS-Things-master/components/freetype/src/gzip/
A Dinfutil.h28 struct inflate_blocks_state { struct
34 union {
47 } sub; /* submode */
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 */
56 Bytef *read; /* window read pointer */
57 Bytef *write; /* window write pointer */
58 check_func checkfn; /* check function */
[all …]

Completed in 4 milliseconds