inflate_state      35 other-licenses/zlib/infback.c     struct inflate_state FAR *state;
inflate_state      49 other-licenses/zlib/infback.c     state = (struct inflate_state FAR *)ZALLOC(strm, 1,
inflate_state      50 other-licenses/zlib/infback.c                                                sizeof(struct inflate_state));
inflate_state     248 other-licenses/zlib/infback.c     struct inflate_state FAR *state;
inflate_state     266 other-licenses/zlib/infback.c     state = (struct inflate_state FAR *)strm->state;
inflate_state      71 other-licenses/zlib/inffast.c     struct inflate_state FAR *state;
inflate_state      98 other-licenses/zlib/inffast.c     state = (struct inflate_state FAR *)strm->state;
inflate_state     106 other-licenses/zlib/inflate.c     struct inflate_state FAR *state;
inflate_state     109 other-licenses/zlib/inflate.c     state = (struct inflate_state FAR *)strm->state;
inflate_state     133 other-licenses/zlib/inflate.c     struct inflate_state FAR *state;
inflate_state     136 other-licenses/zlib/inflate.c     state = (struct inflate_state FAR *)strm->state;
inflate_state     150 other-licenses/zlib/inflate.c     struct inflate_state FAR *state;
inflate_state     162 other-licenses/zlib/inflate.c     state = (struct inflate_state FAR *)
inflate_state     163 other-licenses/zlib/inflate.c             ZALLOC(strm, 1, sizeof(struct inflate_state));
inflate_state     272 other-licenses/zlib/inflate.c     struct inflate_state state;
inflate_state     327 other-licenses/zlib/inflate.c     struct inflate_state FAR *state;
inflate_state     330 other-licenses/zlib/inflate.c     state = (struct inflate_state FAR *)strm->state;
inflate_state     558 other-licenses/zlib/inflate.c     struct inflate_state FAR *state;
inflate_state     581 other-licenses/zlib/inflate.c     state = (struct inflate_state FAR *)strm->state;
inflate_state    1158 other-licenses/zlib/inflate.c     struct inflate_state FAR *state;
inflate_state    1161 other-licenses/zlib/inflate.c     state = (struct inflate_state FAR *)strm->state;
inflate_state    1174 other-licenses/zlib/inflate.c     struct inflate_state FAR *state;
inflate_state    1179 other-licenses/zlib/inflate.c     state = (struct inflate_state FAR *)strm->state;
inflate_state    1215 other-licenses/zlib/inflate.c     struct inflate_state FAR *state;
inflate_state    1219 other-licenses/zlib/inflate.c     state = (struct inflate_state FAR *)strm->state;
inflate_state    1268 other-licenses/zlib/inflate.c     struct inflate_state FAR *state;
inflate_state    1272 other-licenses/zlib/inflate.c     state = (struct inflate_state FAR *)strm->state;
inflate_state    1316 other-licenses/zlib/inflate.c     struct inflate_state FAR *state;
inflate_state    1319 other-licenses/zlib/inflate.c     state = (struct inflate_state FAR *)strm->state;
inflate_state    1327 other-licenses/zlib/inflate.c     struct inflate_state FAR *state;
inflate_state    1328 other-licenses/zlib/inflate.c     struct inflate_state FAR *copy;
inflate_state    1336 other-licenses/zlib/inflate.c     state = (struct inflate_state FAR *)source->state;
inflate_state    1339 other-licenses/zlib/inflate.c     copy = (struct inflate_state FAR *)
inflate_state    1340 other-licenses/zlib/inflate.c            ZALLOC(source, 1, sizeof(struct inflate_state));
inflate_state    1354 other-licenses/zlib/inflate.c     zmemcpy(copy, state, sizeof(struct inflate_state));