Lines Matching refs:inflate_state
46 struct inflate_state *state; in inflateStateCheck()
49 state = (struct inflate_state *)strm->state; in inflateStateCheck()
56 struct inflate_state *state; in PREFIX()
60 state = (struct inflate_state *)strm->state; in PREFIX()
83 struct inflate_state *state; in PREFIX()
87 state = (struct inflate_state *)strm->state; in PREFIX()
96 struct inflate_state *state; in PREFIX()
101 state = (struct inflate_state *)strm->state; in PREFIX()
131 struct inflate_state *state; in PREFIX()
150 state = (struct inflate_state *) ZALLOC_STATE(strm, 1, sizeof(struct inflate_state)); in PREFIX()
172 struct inflate_state *state; in PREFIX()
177 state = (struct inflate_state *)strm->state; in PREFIX()
196 void Z_INTERNAL fixedtables(struct inflate_state *state) { in fixedtables()
203 int Z_INTERNAL inflate_ensure_window(struct inflate_state *state) { in inflate_ensure_window()
238 struct inflate_state *state; in updatewindow()
241 state = (struct inflate_state *)strm->state; in updatewindow()
369 struct inflate_state *state; in PREFIX()
392 state = (struct inflate_state *)strm->state; in PREFIX()
1084 struct inflate_state *state; in PREFIX()
1087 state = (struct inflate_state *)strm->state; in PREFIX()
1097 struct inflate_state *state; in PREFIX()
1102 state = (struct inflate_state *)strm->state; in PREFIX()
1115 struct inflate_state *state; in PREFIX()
1122 state = (struct inflate_state *)strm->state; in PREFIX()
1146 struct inflate_state *state; in PREFIX()
1151 state = (struct inflate_state *)strm->state; in PREFIX()
1196 struct inflate_state *state; in PREFIX()
1201 state = (struct inflate_state *)strm->state; in PREFIX()
1253 struct inflate_state *state; in PREFIX()
1257 state = (struct inflate_state *)strm->state; in PREFIX()
1262 struct inflate_state *state; in PREFIX()
1263 struct inflate_state *copy; in PREFIX()
1270 state = (struct inflate_state *)source->state; in PREFIX()
1273 copy = (struct inflate_state *) in PREFIX()
1274 ZALLOC_STATE(source, 1, sizeof(struct inflate_state)); in PREFIX()
1288 ZCOPY_STATE((void *)copy, (void *)state, sizeof(struct inflate_state)); in PREFIX()
1305 struct inflate_state *state; in PREFIX()
1309 state = (struct inflate_state *)strm->state; in PREFIX()
1321 struct inflate_state *state; in PREFIX()
1325 state = (struct inflate_state *)strm->state; in PREFIX()
1334 struct inflate_state *state; in PREFIX()
1339 state = (struct inflate_state *)strm->state; in PREFIX()
1345 struct inflate_state *state; in PREFIX()
1348 state = (struct inflate_state *)strm->state; in PREFIX()