Lines Matching refs:blocks
20 BLOCKS, /* decompressing blocks */
49 *blocks; /* current inflate_blocks state */
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 =
222 r = inflate_blocks(z->state->blocks, z, r);
234 inflate_blocks_reset(z->state->blocks, z, &z->state->sub.check.was);
297 inflate_set_dictionary(z->state->blocks, dictionary, length);
364 if (z == Z_NULL || z->state == Z_NULL || z->state->blocks == Z_NULL)
366 return inflate_blocks_sync_point(z->state->blocks);