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

/forgerock/web-agents-v4/zlib/
H A Dinflate.c95 local void fixedtables OF((struct inflate_state FAR *state));
107 struct inflate_state FAR *state;
110 state = (struct inflate_state FAR *)strm->state;
132 struct inflate_state FAR *state;
135 state = (struct inflate_state FAR *)strm->state;
147 struct inflate_state FAR *state;
151 state = (struct inflate_state FAR *)strm->state;
187 struct inflate_state FAR *state;
208 state = (struct inflate_state FAR *)
209 ZALLOC(strm, 1, sizeof(struct inflate_state));
[all...]
H A Dinflate.h81 struct inflate_state { struct
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;
257 struct inflate_state FAR *state;
275 state = (struct inflate_state FAR *)strm->state;
H A Dinffast.c71 struct inflate_state FAR *state;
98 state = (struct inflate_state FAR *)strm->state;

Completed in 37 milliseconds