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

/darwin-on-arm/xnu/libkern/zlib/
H A Dinflate.h104 struct inflate_state { struct
H A Dinflate.c122 local void fixedtables OF((struct inflate_state FAR *state));
133 struct inflate_state FAR *state;
136 state = (struct inflate_state FAR *)strm->state;
160 struct inflate_state FAR *state;
163 state = (struct inflate_state FAR *)strm->state;
177 struct inflate_state FAR *state;
191 state = (struct inflate_state FAR *)
192 ZALLOC(strm, 1, sizeof(struct inflate_state));
235 struct inflate_state FAR *state;
301 struct inflate_state stat
[all...]
H A Dinfback.c46 local void fixedtables OF((struct inflate_state FAR *state));
62 struct inflate_state FAR *state;
78 state = (struct inflate_state FAR *)ZALLOC(strm, 1,
79 sizeof(struct inflate_state));
103 struct inflate_state FAR *state;
277 struct inflate_state FAR *state;
295 state = (struct inflate_state FAR *)strm->state;
H A Dinffast.c107 struct inflate_state FAR *state;
134 state = (struct inflate_state FAR *)strm->state;

Completed in 26 milliseconds