Symbol: z_streamp
crypto/openssh/packet.c
704
z_streamp stream = &state->compression_out_stream;
crypto/openssh/packet.c
715
z_streamp stream = &state->compression_in_stream;
sbin/hammer2/zlib/hammer2_zlib.h
195
int deflateInit(z_streamp strm, int level);
sbin/hammer2/zlib/hammer2_zlib.h
220
int deflate(z_streamp strm, int flush);
sbin/hammer2/zlib/hammer2_zlib.h
327
int deflateEnd(z_streamp strm);
sbin/hammer2/zlib/hammer2_zlib.h
340
int inflateInit(z_streamp strm);
sbin/hammer2/zlib/hammer2_zlib.h
367
int inflate(z_streamp strm, int flush);
sbin/hammer2/zlib/hammer2_zlib.h
483
int inflateEnd(z_streamp strm);
sbin/hammer2/zlib/hammer2_zlib.h
526
int deflateInit_(z_streamp strm, int level,
sbin/hammer2/zlib/hammer2_zlib.h
528
int inflateInit_(z_streamp strm,
sbin/hammer2/zlib/hammer2_zlib_deflate.c
102
int deflateReset (z_streamp strm);
sbin/hammer2/zlib/hammer2_zlib_deflate.c
103
int deflateResetKeep (z_streamp strm);
sbin/hammer2/zlib/hammer2_zlib_deflate.c
193
deflateInit_(z_streamp strm, int level, const char *version, int stream_size)
sbin/hammer2/zlib/hammer2_zlib_deflate.c
202
deflateInit2_(z_streamp strm, int level, int method, int windowBits,
sbin/hammer2/zlib/hammer2_zlib_deflate.c
280
deflateResetKeep (z_streamp strm)
sbin/hammer2/zlib/hammer2_zlib_deflate.c
310
deflateReset (z_streamp strm)
sbin/hammer2/zlib/hammer2_zlib_deflate.c
341
flush_pending(z_streamp strm)
sbin/hammer2/zlib/hammer2_zlib_deflate.c
364
deflate (z_streamp strm, int flush)
sbin/hammer2/zlib/hammer2_zlib_deflate.c
509
deflateEnd (z_streamp strm)
sbin/hammer2/zlib/hammer2_zlib_deflate.c
547
read_buf(z_streamp strm, Bytef *buf, unsigned size)
sbin/hammer2/zlib/hammer2_zlib_deflate.c
85
local void flush_pending(z_streamp strm);
sbin/hammer2/zlib/hammer2_zlib_deflate.c
86
local int read_buf(z_streamp strm, Bytef *buf, unsigned size);
sbin/hammer2/zlib/hammer2_zlib_deflate.c
99
int deflateInit2_(z_streamp strm, int level, int method, int windowBits,
sbin/hammer2/zlib/hammer2_zlib_deflate.h
90
z_streamp strm; /* pointer back to this zlib stream */
sbin/hammer2/zlib/hammer2_zlib_inffast.c
69
inflate_fast(z_streamp strm, unsigned start) /* inflate()'s starting value for strm->avail_out */
sbin/hammer2/zlib/hammer2_zlib_inffast.h
11
void ZLIB_INTERNAL inflate_fast(z_streamp strm, unsigned start);
sbin/hammer2/zlib/hammer2_zlib_inflate.c
101
int inflatePrime(z_streamp strm, int bits, int value);
sbin/hammer2/zlib/hammer2_zlib_inflate.c
103
local int updatewindow(z_streamp strm, const unsigned char FAR *end,
sbin/hammer2/zlib/hammer2_zlib_inflate.c
1050
inflateEnd(z_streamp strm)
sbin/hammer2/zlib/hammer2_zlib_inflate.c
110
inflateResetKeep(z_streamp strm)
sbin/hammer2/zlib/hammer2_zlib_inflate.c
134
inflateReset(z_streamp strm)
sbin/hammer2/zlib/hammer2_zlib_inflate.c
147
inflateReset2(z_streamp strm, int windowBits)
sbin/hammer2/zlib/hammer2_zlib_inflate.c
180
inflateInit2_(z_streamp strm, int windowBits, const char *version,
sbin/hammer2/zlib/hammer2_zlib_inflate.c
205
inflateInit_(z_streamp strm, const char *version, int stream_size)
sbin/hammer2/zlib/hammer2_zlib_inflate.c
211
inflatePrime(z_streamp strm, int bits, int value)
sbin/hammer2/zlib/hammer2_zlib_inflate.c
361
updatewindow(z_streamp strm, const Bytef *end, unsigned copy)
sbin/hammer2/zlib/hammer2_zlib_inflate.c
551
inflate(z_streamp strm, int flush)
sbin/hammer2/zlib/hammer2_zlib_inflate.c
96
int inflateResetKeep(z_streamp strm);
sbin/hammer2/zlib/hammer2_zlib_inflate.c
97
int inflateReset(z_streamp strm);
sbin/hammer2/zlib/hammer2_zlib_inflate.c
98
int inflateReset2(z_streamp strm, int windowBits);
sbin/hammer2/zlib/hammer2_zlib_inflate.c
99
int inflateInit2_(z_streamp strm, int windowBits, const char *version,
sys/net/zlib.c
1109
deflateEnd(z_streamp strm)
sys/net/zlib.c
1139
deflateCopy(z_streamp dest, z_streamp source)
sys/net/zlib.c
1190
deflateOutputPending(z_streamp strm)
sys/net/zlib.c
1205
read_buf(z_streamp strm, charf *buf, unsigned size)
sys/net/zlib.c
3034
z_streamp z,
sys/net/zlib.c
3040
z_streamp ,
sys/net/zlib.c
3045
z_streamp ,
sys/net/zlib.c
3050
z_streamp ,
sys/net/zlib.c
3060
z_streamp));
sys/net/zlib.c
3111
inflateReset(z_streamp z)
sys/net/zlib.c
3127
inflateEnd(z_streamp z)
sys/net/zlib.c
3143
inflateInit2_(z_streamp z, int w, const char *version, int stream_size)
sys/net/zlib.c
3199
inflateInit_(z_streamp z, const char *version, int stream_size)
sys/net/zlib.c
3209
inflate(z_streamp z, int f)
sys/net/zlib.c
3340
inflateSetDictionary(z_streamp z, const Bytef *dictionary, uInt dictLength)
sys/net/zlib.c
3379
inflateSync(z_streamp z)
sys/net/zlib.c
3478
z_streamp )); /* for zalloc, zfree functions */
sys/net/zlib.c
3488
z_streamp )); /* for zalloc, zfree functions */
sys/net/zlib.c
3498
z_streamp )); /* for zfree function */
sys/net/zlib.c
3519
z_streamp ));
sys/net/zlib.c
3523
z_streamp ,
sys/net/zlib.c
3528
z_streamp ));
sys/net/zlib.c
355
z_streamp strm; /* pointer back to this zlib stream */
sys/net/zlib.c
3626
z_streamp ,
sys/net/zlib.c
3691
inflate_blocks_reset(inflate_blocks_statef *s, z_streamp z, uLongf *c)
sys/net/zlib.c
3714
inflate_blocks_new(z_streamp z, check_func c, uInt w)
sys/net/zlib.c
3740
inflate_blocks(inflate_blocks_statef *s, z_streamp z, int r)
sys/net/zlib.c
4014
inflate_blocks_free(inflate_blocks_statef *s, z_streamp z, uLongf *c)
sys/net/zlib.c
4134
z_streamp )); /* for zalloc function */
sys/net/zlib.c
4218
inflate_huft * FAR *t, uIntf *m, z_streamp zs)
sys/net/zlib.c
4416
inflate_trees_bits(uIntf *c, uIntf *bb, inflate_huft * FAR *tb, z_streamp z)
sys/net/zlib.c
4446
z_streamp z)
sys/net/zlib.c
4581
inflate_trees_free(inflate_huft *t, z_streamp z)
sys/net/zlib.c
4635
z_streamp ));
sys/net/zlib.c
4689
z_streamp z)
sys/net/zlib.c
4708
inflate_codes(inflate_blocks_statef *s, z_streamp z, int r)
sys/net/zlib.c
4866
inflate_codes_free(inflate_codes_statef *c, z_streamp z)
sys/net/zlib.c
4899
inflate_flush(inflate_blocks_statef *s, z_streamp z, int r)
sys/net/zlib.c
5004
inflate_blocks_statef *s, z_streamp z)
sys/net/zlib.c
634
local void flush_pending OF((z_streamp strm));
sys/net/zlib.c
635
local int read_buf OF((z_streamp strm, charf *buf, unsigned size));
sys/net/zlib.c
736
deflateInit_(z_streamp strm, int level, const char * version,
sys/net/zlib.c
746
deflateInit2_(z_streamp strm, int level, int method, int windowBits,
sys/net/zlib.c
828
deflateSetDictionary(z_streamp strm, const Bytef *dictionary, uInt dictLength)
sys/net/zlib.c
869
deflateReset(z_streamp strm)
sys/net/zlib.c
899
deflateParams(z_streamp strm, int level, int strategy)
sys/net/zlib.c
950
flush_pending(z_streamp strm)
sys/net/zlib.c
973
deflate(z_streamp strm, int flush)
sys/net/zlib.h
409
extern int EXPORT deflate OF((z_streamp strm, int flush));
sys/net/zlib.h
484
extern int EXPORT deflateEnd OF((z_streamp strm));
sys/net/zlib.h
517
extern int EXPORT inflate OF((z_streamp strm, int flush));
sys/net/zlib.h
575
extern int EXPORT inflateEnd OF((z_streamp strm));
sys/net/zlib.h
651
extern int EXPORT deflateSetDictionary OF((z_streamp strm,
sys/net/zlib.h
680
extern int EXPORT deflateCopy OF((z_streamp dest,
sys/net/zlib.h
681
z_streamp source));
sys/net/zlib.h
703
extern int EXPORT deflateReset OF((z_streamp strm));
sys/net/zlib.h
714
extern int EXPORT deflateParams OF((z_streamp strm, int level, int strategy));
sys/net/zlib.h
732
extern int EXPORT deflateOutputPending OF((z_streamp strm));
sys/net/zlib.h
774
extern int EXPORT inflateSetDictionary OF((z_streamp strm,
sys/net/zlib.h
793
extern int EXPORT inflateSync OF((z_streamp strm));
sys/net/zlib.h
808
extern int EXPORT inflateReset OF((z_streamp strm));
sys/net/zlib.h
988
extern int EXPORT deflateInit_ OF((z_streamp strm, int level,
sys/net/zlib.h
990
extern int EXPORT inflateInit_ OF((z_streamp strm,
sys/net/zlib.h
992
extern int EXPORT deflateInit2_ OF((z_streamp strm, int level, int method,
sys/net/zlib.h
995
extern int EXPORT inflateInit2_ OF((z_streamp strm, int windowBits,
sys/vfs/hammer2/zlib/hammer2_zlib.h
195
int deflateInit(z_streamp strm, int level);
sys/vfs/hammer2/zlib/hammer2_zlib.h
220
int deflate(z_streamp strm, int flush);
sys/vfs/hammer2/zlib/hammer2_zlib.h
327
int deflateEnd(z_streamp strm);
sys/vfs/hammer2/zlib/hammer2_zlib.h
340
int inflateInit(z_streamp strm);
sys/vfs/hammer2/zlib/hammer2_zlib.h
367
int inflate(z_streamp strm, int flush);
sys/vfs/hammer2/zlib/hammer2_zlib.h
483
int inflateEnd(z_streamp strm);
sys/vfs/hammer2/zlib/hammer2_zlib.h
526
int deflateInit_(z_streamp strm, int level,
sys/vfs/hammer2/zlib/hammer2_zlib.h
528
int inflateInit_(z_streamp strm,
sys/vfs/hammer2/zlib/hammer2_zlib_deflate.c
104
int deflateInit2_(z_streamp strm, int level, int method, int windowBits,
sys/vfs/hammer2/zlib/hammer2_zlib_deflate.c
107
int deflateReset (z_streamp strm);
sys/vfs/hammer2/zlib/hammer2_zlib_deflate.c
108
int deflateResetKeep (z_streamp strm);
sys/vfs/hammer2/zlib/hammer2_zlib_deflate.c
198
deflateInit_(z_streamp strm, int level, const char *version, int stream_size)
sys/vfs/hammer2/zlib/hammer2_zlib_deflate.c
207
deflateInit2_(z_streamp strm, int level, int method, int windowBits,
sys/vfs/hammer2/zlib/hammer2_zlib_deflate.c
285
deflateResetKeep (z_streamp strm)
sys/vfs/hammer2/zlib/hammer2_zlib_deflate.c
315
deflateReset (z_streamp strm)
sys/vfs/hammer2/zlib/hammer2_zlib_deflate.c
346
flush_pending(z_streamp strm)
sys/vfs/hammer2/zlib/hammer2_zlib_deflate.c
369
deflate (z_streamp strm, int flush)
sys/vfs/hammer2/zlib/hammer2_zlib_deflate.c
514
deflateEnd (z_streamp strm)
sys/vfs/hammer2/zlib/hammer2_zlib_deflate.c
552
read_buf(z_streamp strm, Bytef *buf, unsigned size)
sys/vfs/hammer2/zlib/hammer2_zlib_deflate.c
90
local void flush_pending(z_streamp strm);
sys/vfs/hammer2/zlib/hammer2_zlib_deflate.c
91
local int read_buf(z_streamp strm, Bytef *buf, unsigned size);
sys/vfs/hammer2/zlib/hammer2_zlib_deflate.h
90
z_streamp strm; /* pointer back to this zlib stream */
sys/vfs/hammer2/zlib/hammer2_zlib_inffast.c
69
inflate_fast(z_streamp strm, unsigned start) /* inflate()'s starting value for strm->avail_out */
sys/vfs/hammer2/zlib/hammer2_zlib_inffast.h
11
void ZLIB_INTERNAL inflate_fast(z_streamp strm, unsigned start);
sys/vfs/hammer2/zlib/hammer2_zlib_inflate.c
101
int inflateResetKeep(z_streamp strm);
sys/vfs/hammer2/zlib/hammer2_zlib_inflate.c
102
int inflateReset(z_streamp strm);
sys/vfs/hammer2/zlib/hammer2_zlib_inflate.c
103
int inflateReset2(z_streamp strm, int windowBits);
sys/vfs/hammer2/zlib/hammer2_zlib_inflate.c
104
int inflateInit2_(z_streamp strm, int windowBits, const char *version,
sys/vfs/hammer2/zlib/hammer2_zlib_inflate.c
1041
inflateEnd(z_streamp strm)
sys/vfs/hammer2/zlib/hammer2_zlib_inflate.c
106
int inflatePrime(z_streamp strm, int bits, int value);
sys/vfs/hammer2/zlib/hammer2_zlib_inflate.c
108
local int updatewindow(z_streamp strm, const unsigned char FAR *end,
sys/vfs/hammer2/zlib/hammer2_zlib_inflate.c
115
inflateResetKeep(z_streamp strm)
sys/vfs/hammer2/zlib/hammer2_zlib_inflate.c
139
inflateReset(z_streamp strm)
sys/vfs/hammer2/zlib/hammer2_zlib_inflate.c
152
inflateReset2(z_streamp strm, int windowBits)
sys/vfs/hammer2/zlib/hammer2_zlib_inflate.c
185
inflateInit2_(z_streamp strm, int windowBits, const char *version,
sys/vfs/hammer2/zlib/hammer2_zlib_inflate.c
210
inflateInit_(z_streamp strm, const char *version, int stream_size)
sys/vfs/hammer2/zlib/hammer2_zlib_inflate.c
216
inflatePrime(z_streamp strm, int bits, int value)
sys/vfs/hammer2/zlib/hammer2_zlib_inflate.c
366
updatewindow(z_streamp strm, const Bytef *end, unsigned copy)
sys/vfs/hammer2/zlib/hammer2_zlib_inflate.c
556
inflate(z_streamp strm, int flush)
usr.sbin/makefs/hammer2/zlib/hammer2_zlib.h
195
int deflateInit(z_streamp strm, int level);
usr.sbin/makefs/hammer2/zlib/hammer2_zlib.h
220
int deflate(z_streamp strm, int flush);
usr.sbin/makefs/hammer2/zlib/hammer2_zlib.h
327
int deflateEnd(z_streamp strm);
usr.sbin/makefs/hammer2/zlib/hammer2_zlib.h
340
int inflateInit(z_streamp strm);
usr.sbin/makefs/hammer2/zlib/hammer2_zlib.h
367
int inflate(z_streamp strm, int flush);
usr.sbin/makefs/hammer2/zlib/hammer2_zlib.h
483
int inflateEnd(z_streamp strm);
usr.sbin/makefs/hammer2/zlib/hammer2_zlib.h
526
int deflateInit_(z_streamp strm, int level,
usr.sbin/makefs/hammer2/zlib/hammer2_zlib.h
528
int inflateInit_(z_streamp strm,
usr.sbin/makefs/hammer2/zlib/hammer2_zlib_deflate.c
104
int deflateInit2_(z_streamp strm, int level, int method, int windowBits,
usr.sbin/makefs/hammer2/zlib/hammer2_zlib_deflate.c
107
int deflateReset (z_streamp strm);
usr.sbin/makefs/hammer2/zlib/hammer2_zlib_deflate.c
108
int deflateResetKeep (z_streamp strm);
usr.sbin/makefs/hammer2/zlib/hammer2_zlib_deflate.c
198
deflateInit_(z_streamp strm, int level, const char *version, int stream_size)
usr.sbin/makefs/hammer2/zlib/hammer2_zlib_deflate.c
207
deflateInit2_(z_streamp strm, int level, int method, int windowBits,
usr.sbin/makefs/hammer2/zlib/hammer2_zlib_deflate.c
285
deflateResetKeep (z_streamp strm)
usr.sbin/makefs/hammer2/zlib/hammer2_zlib_deflate.c
315
deflateReset (z_streamp strm)
usr.sbin/makefs/hammer2/zlib/hammer2_zlib_deflate.c
346
flush_pending(z_streamp strm)
usr.sbin/makefs/hammer2/zlib/hammer2_zlib_deflate.c
369
deflate (z_streamp strm, int flush)
usr.sbin/makefs/hammer2/zlib/hammer2_zlib_deflate.c
514
deflateEnd (z_streamp strm)
usr.sbin/makefs/hammer2/zlib/hammer2_zlib_deflate.c
552
read_buf(z_streamp strm, Bytef *buf, unsigned size)
usr.sbin/makefs/hammer2/zlib/hammer2_zlib_deflate.c
90
local void flush_pending(z_streamp strm);
usr.sbin/makefs/hammer2/zlib/hammer2_zlib_deflate.c
91
local int read_buf(z_streamp strm, Bytef *buf, unsigned size);
usr.sbin/makefs/hammer2/zlib/hammer2_zlib_deflate.h
90
z_streamp strm; /* pointer back to this zlib stream */
usr.sbin/makefs/hammer2/zlib/hammer2_zlib_inffast.c
69
inflate_fast(z_streamp strm, unsigned start) /* inflate()'s starting value for strm->avail_out */
usr.sbin/makefs/hammer2/zlib/hammer2_zlib_inffast.h
11
void ZLIB_INTERNAL inflate_fast(z_streamp strm, unsigned start);
usr.sbin/makefs/hammer2/zlib/hammer2_zlib_inflate.c
101
int inflateResetKeep(z_streamp strm);
usr.sbin/makefs/hammer2/zlib/hammer2_zlib_inflate.c
102
int inflateReset(z_streamp strm);
usr.sbin/makefs/hammer2/zlib/hammer2_zlib_inflate.c
103
int inflateReset2(z_streamp strm, int windowBits);
usr.sbin/makefs/hammer2/zlib/hammer2_zlib_inflate.c
104
int inflateInit2_(z_streamp strm, int windowBits, const char *version,
usr.sbin/makefs/hammer2/zlib/hammer2_zlib_inflate.c
1041
inflateEnd(z_streamp strm)
usr.sbin/makefs/hammer2/zlib/hammer2_zlib_inflate.c
106
int inflatePrime(z_streamp strm, int bits, int value);
usr.sbin/makefs/hammer2/zlib/hammer2_zlib_inflate.c
108
local int updatewindow(z_streamp strm, const unsigned char FAR *end,
usr.sbin/makefs/hammer2/zlib/hammer2_zlib_inflate.c
115
inflateResetKeep(z_streamp strm)
usr.sbin/makefs/hammer2/zlib/hammer2_zlib_inflate.c
139
inflateReset(z_streamp strm)
usr.sbin/makefs/hammer2/zlib/hammer2_zlib_inflate.c
152
inflateReset2(z_streamp strm, int windowBits)
usr.sbin/makefs/hammer2/zlib/hammer2_zlib_inflate.c
185
inflateInit2_(z_streamp strm, int windowBits, const char *version,
usr.sbin/makefs/hammer2/zlib/hammer2_zlib_inflate.c
210
inflateInit_(z_streamp strm, const char *version, int stream_size)
usr.sbin/makefs/hammer2/zlib/hammer2_zlib_inflate.c
216
inflatePrime(z_streamp strm, int bits, int value)
usr.sbin/makefs/hammer2/zlib/hammer2_zlib_inflate.c
366
updatewindow(z_streamp strm, const Bytef *end, unsigned copy)
usr.sbin/makefs/hammer2/zlib/hammer2_zlib_inflate.c
556
inflate(z_streamp strm, int flush)