Searched defs:nowrap (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Dinflate.c46 int nowrap; /* flag for no wrapper */ member in struct:internal_state
61 z->state->mode = z->state->nowrap ? BLOCKS : METHOD;
107 /* handle undocumented nowrap option (no zlib header or check) */
108 z->state->nowrap = 0;
112 z->state->nowrap = 1;
125 inflate_blocks_new(z, z->state->nowrap ? Z_NULL : adler32, (uInt)1 << w))
235 if (z->state->nowrap)

Completed in 912 milliseconds