Home | History | Annotate | Download | only in gzip

Lines Matching refs:BLOCKS

20       BLOCKS,   /* decompressing blocks */
49 *blocks; /* current inflate_blocks state */
61 z->state->mode = z->state->nowrap ? BLOCKS : METHOD;
62 inflate_blocks_reset(z->state->blocks, z, Z_NULL);
73 if (z->state->blocks != Z_NULL)
74 inflate_blocks_free(z->state->blocks, z);
105 z->state->blocks = Z_NULL;
124 if ((z->state->blocks =
190 z->state->mode = BLOCKS;
217 case BLOCKS:
218 r = inflate_blocks(z->state->blocks, z, r);
230 inflate_blocks_reset(z->state->blocks, z, &z->state->sub.check.was);