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

/freebsd-11-stable/sys/libkern/
H A Dzlib.c3089 int nowrap; /* flag for no wrapper */ member in struct:internal_state
3106 z->state->mode = z->state->nowrap ? BLOCKS : METHOD;
3156 /* handle undocumented nowrap option (no zlib header or check) */
3157 z->state->nowrap = 0;
3161 z->state->nowrap = 1;
3174 inflate_blocks_new(z, z->state->nowrap ? Z_NULL : adler32, (uInt)1 << w))
3283 if (z->state->nowrap)

Completed in 269 milliseconds