Home
last modified time | relevance | path

Searched refs:inflate_state (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/contrib/zlib/
H A Dinflate.c108 struct inflate_state FAR *state;
122 struct inflate_state FAR *state;
147 struct inflate_state FAR *state;
162 struct inflate_state FAR *state;
202 struct inflate_state FAR *state;
252 struct inflate_state FAR *state;
279 struct inflate_state FAR *state; in fixedtables()
345 struct inflate_state state; in makefixed()
401 struct inflate_state FAR *state;
626 struct inflate_state FAR *state;
[all …]
H A Dinfback.c19 local void fixedtables OF((struct inflate_state FAR *state));
35 struct inflate_state FAR *state;
58 state = (struct inflate_state FAR *)ZALLOC(strm, 1,
59 sizeof(struct inflate_state));
83 struct inflate_state FAR *state; in fixedtables()
257 struct inflate_state FAR *state;
275 state = (struct inflate_state FAR *)strm->state;
H A Dinflate.h82 struct inflate_state { struct
H A Dinffast.c54 struct inflate_state FAR *state;
81 state = (struct inflate_state FAR *)strm->state;
/f-stack/dpdk/drivers/compress/isal/
H A Disal_compress_pmd_private.h34 struct inflate_state *state;
H A Disal_compress_pmd_ops.c267 sizeof(struct inflate_state), RTE_CACHE_LINE_SIZE, in isal_comp_pmd_qp_setup()
/f-stack/freebsd/contrib/zlib/test/
H A Dinfcover.c330 ((struct inflate_state *)strm.state)->mode = DICT; in inf()
428 mem_limit(&strm, (sizeof(struct inflate_state) << 1) + 256); in cover_wrap()
451 struct inflate_state *state; in pull()