Searched refs:inflate_state (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Dinflate.h101 struct inflate_state { struct
H A Dinflate.c119 local void fixedtables OF((struct inflate_state FAR *state));
130 struct inflate_state FAR *state;
133 state = (struct inflate_state FAR *)strm->state;
157 struct inflate_state FAR *state;
160 state = (struct inflate_state FAR *)strm->state;
174 struct inflate_state FAR *state;
186 state = (struct inflate_state FAR *)
187 ZALLOC(strm, 1, sizeof(struct inflate_state));
230 struct inflate_state FAR *state;
296 struct inflate_state stat
[all...]
H A Dinfback.c43 local void fixedtables OF((struct inflate_state FAR *state));
59 struct inflate_state FAR *state;
73 state = (struct inflate_state FAR *)ZALLOC(strm, 1,
74 sizeof(struct inflate_state));
98 struct inflate_state FAR *state;
272 struct inflate_state FAR *state;
290 state = (struct inflate_state FAR *)strm->state;
H A Dinffast.c95 struct inflate_state FAR *state;
122 state = (struct inflate_state FAR *)strm->state;

Completed in 35 milliseconds