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

/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c2762 int nowrap; /* flag for no wrapper */ member in struct:internal_state
2779 z->state->mode = z->state->nowrap ? BLOCKS : METHOD;
2816 /* handle undocumented nowrap option (no zlib header or check) */
2817 z->state->nowrap = 0;
2821 z->state->nowrap = 1;
2834 inflate_blocks_new(z, z->state->nowrap ? Z_NULL : adler32, 1 << w))
2919 if (z->state->nowrap)

Completed in 133 milliseconds