Searched refs:blocks (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Dinflate.c20 BLOCKS, /* decompressing blocks */
49 *blocks; /* current inflate_blocks state */ member in struct:internal_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, dictionar
[all...]

Completed in 11 milliseconds