Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/zmod/
H A Dinflate.c102 local void fixedtables OF((struct inflate_state FAR *state));
113 struct inflate_state FAR *state;
116 state = (struct inflate_state FAR *)strm->state;
140 struct inflate_state FAR *state;
143 state = (struct inflate_state FAR *)strm->state;
157 struct inflate_state FAR *state;
169 state = (struct inflate_state FAR *)
170 ZALLOC(strm, 1, sizeof(struct inflate_state));
213 struct inflate_state FAR *state; in fixedtables()
279 struct inflate_state state; in makefixed()
[all …]
H A Dinflate.h79 struct inflate_state { struct
H A Dinffast.c73 struct inflate_state FAR *state;
100 state = (struct inflate_state FAR *)strm->state;