Home
last modified time | relevance | path

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

/xnu-11417.121.6/libkern/zlib/
H A Dinflate.c123 local void fixedtables OF((struct inflate_state FAR *state));
134 struct inflate_state FAR *state; in inflateReset()
137 state = (struct inflate_state FAR *)strm->state; in inflateReset()
159 struct inflate_state FAR *state; in inflatePrime()
162 state = (struct inflate_state FAR *)strm->state; in inflatePrime()
174 struct inflate_state FAR *state; in inflateInit2_()
188 state = (struct inflate_state FAR *) in inflateInit2_()
189 ZALLOC(strm, 1, sizeof(struct inflate_state)); in inflateInit2_()
230 fixedtables(struct inflate_state FAR *state) in fixedtables()
297 struct inflate_state state; in makefixed()
[all …]
H A Dinfback.c47 local void fixedtables OF((struct inflate_state FAR *state));
60 struct inflate_state FAR *state; in inflateBackInit_()
76 state = (struct inflate_state FAR *)ZALLOC(strm, 1, in inflateBackInit_()
77 sizeof(struct inflate_state)); in inflateBackInit_()
101 fixedtables(struct inflate_state FAR *state) in fixedtables()
272 struct inflate_state FAR *state; in inflateBack()
290 state = (struct inflate_state FAR *)strm->state; in inflateBack()
H A Dinflate.h104 struct inflate_state { struct
H A Dinffast.c81 struct inflate_state FAR *state; in inflate_fast()
108 state = (struct inflate_state FAR *)strm->state; in inflate_fast()