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

/opensolaris-onvv-gate/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)
/opensolaris-onvv-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c3625 int nowrap; /* flag for no wrapper */ member in struct:internal_state
3640 z->state->mode = z->state->nowrap ? BLOCKS : METHOD;
3692 /* handle undocumented nowrap option (no zlib header or check) */
3693 z->state->nowrap = 0;
3697 z->state->nowrap = 1;
3710 inflate_blocks_new(z, z->state->nowrap ?
3837 if (z->state->nowrap)

Completed in 198 milliseconds