Home
last modified time | relevance | path

Searched refs:z_streamp (Results 1 – 22 of 22) sorted by relevance

/freebsd/sys/contrib/zlib/
H A Dzlib.h108 typedef z_stream FAR *z_streamp; typedef
250 ZEXTERN int ZEXPORT deflate(z_streamp strm, int flush);
363 ZEXTERN int ZEXPORT deflateEnd(z_streamp strm);
401 ZEXTERN int ZEXPORT inflate(z_streamp strm, int flush);
521 ZEXTERN int ZEXPORT inflateEnd(z_streamp strm);
611 ZEXTERN int ZEXPORT deflateSetDictionary(z_streamp strm,
655 ZEXTERN int ZEXPORT deflateGetDictionary(z_streamp strm,
677 ZEXTERN int ZEXPORT deflateCopy(z_streamp dest,
678 z_streamp source);
695 ZEXTERN int ZEXPORT deflateReset(z_streamp strm);
[all …]
H A Dinflate.c94 local int inflateStateCheck(z_streamp strm) { in inflateStateCheck()
106 int ZEXPORT inflateResetKeep(z_streamp strm) { in inflateResetKeep()
130 int ZEXPORT inflateReset(z_streamp strm) { in inflateReset()
141 int ZEXPORT inflateReset2(z_streamp strm, int windowBits) { in inflateReset2()
178 int ZEXPORT inflateInit2_(z_streamp strm, int windowBits, in inflateInit2_()
218 int ZEXPORT inflateInit_(z_streamp strm, const char *version, in inflateInit_()
223 int ZEXPORT inflatePrime(z_streamp strm, int bits, int value) { in inflatePrime()
368 local int updatewindow(z_streamp strm, const Bytef *end, unsigned copy) { in updatewindow()
590 int ZEXPORT inflate(z_streamp strm, int flush) { in inflate()
1266 int ZEXPORT inflateEnd(z_streamp strm) { in inflateEnd()
[all …]
H A Dgzwrite.c14 z_streamp strm = &(state->strm); in gz_init()
69 z_streamp strm = &(state->strm); in gz_comp()
147 z_streamp strm = &(state->strm); in gz_zero()
292 z_streamp strm; in gzputc()
365 z_streamp strm; in gzvprintf()
451 z_streamp strm; in gzprintf()
560 z_streamp strm; in gzsetparams()
H A Ddeflate.c218 local unsigned read_buf(z_streamp strm, Bytef *buf, unsigned size) { in read_buf()
371 int ZEXPORT deflateInit_(z_streamp strm, int level, const char *version, in deflateInit_()
379 int ZEXPORT deflateInit2_(z_streamp strm, int level, int method, in deflateInit2_()
529 local int deflateStateCheck(z_streamp strm) { in deflateStateCheck()
550 int ZEXPORT deflateSetDictionary(z_streamp strm, const Bytef *dictionary, in deflateSetDictionary()
616 int ZEXPORT deflateGetDictionary(z_streamp strm, Bytef *dictionary, in deflateGetDictionary()
635 int ZEXPORT deflateResetKeep(z_streamp strm) { in deflateResetKeep()
695 int ZEXPORT deflateReset(z_streamp strm) { in deflateReset()
705 int ZEXPORT deflateSetHeader(z_streamp strm, gz_headerp head) { in deflateSetHeader()
713 int ZEXPORT deflatePending(z_streamp strm, unsigned *pending, int *bits) { in deflatePending()
[all …]
H A Dinffast.h11 void ZLIB_INTERNAL inflate_fast(z_streamp strm, unsigned start);
H A Dgzread.c46 z_streamp strm = &(state->strm); in gz_avail()
78 z_streamp strm = &(state->strm); in gz_look()
160 z_streamp strm = &(state->strm); in gz_decomp()
210 z_streamp strm = &(state->strm); in gz_fetch()
H A Dinflate.h83 z_streamp strm; /* pointer back to this zlib stream */
H A Dinfback.c25 int ZEXPORT inflateBackInit_(z_streamp strm, int windowBits, in inflateBackInit_()
242 int ZEXPORT inflateBack(z_streamp strm, in_func in, void FAR *in_desc, in inflateBack()
621 int ZEXPORT inflateBackEnd(z_streamp strm) { in inflateBackEnd()
H A Dinffast.c50 void ZLIB_INTERNAL inflate_fast(z_streamp strm, unsigned start) { in inflate_fast()
H A Ddeflate.h105 z_streamp strm; /* pointer back to this zlib stream */
H A DChangeLog1392 - use z_streamp instead of z_stream *, which is now a far pointer in MSDOS
/freebsd/sys/contrib/zstd/zlibWrapper/
H A Dzstd_zlibwrapper.c108 z_streamp strm = (z_streamp) opaque; in ZWRAP_allocFunction()
116 z_streamp strm = (z_streamp) opaque; in ZWRAP_freeFunction()
181 static ZWRAP_CCtx* ZWRAP_createCCtx(z_streamp strm) in ZWRAP_createCCtx()
229 static int ZWRAPC_finishWithError(ZWRAP_CCtx* zwc, z_streamp strm, int error) in ZWRAPC_finishWithError()
238 static int ZWRAPC_finishWithErrorMsg(z_streamp strm, char* message) in ZWRAPC_finishWithErrorMsg()
248 int ZWRAP_setPledgedSrcSize(z_streamp strm, unsigned long long pledgedSrcSize) in ZWRAP_setPledgedSrcSize()
263 ZEXTERN int ZEXPORT z_deflateInit_ OF((z_streamp strm, int level, in z_deflateInit_()
290 ZEXTERN int ZEXPORT z_deflateInit2_ OF((z_streamp strm, int level, int method, in z_deflateInit2_()
302 int ZWRAP_deflateReset_keepDict(z_streamp strm) in ZWRAP_deflateReset_keepDict()
322 ZEXTERN int ZEXPORT z_deflateReset OF((z_streamp strm)) in z_deflateReset()
[all …]
H A Dzstd_zlibwrapper.h52 int ZWRAP_setPledgedSrcSize(z_streamp strm, unsigned long long pledgedSrcSize);
57 int ZWRAP_deflateReset_keepDict(z_streamp strm);
76 int ZWRAP_isUsingZSTDdecompression(z_streamp strm);
81 int ZWRAP_inflateReset_keepDict(z_streamp strm);
H A Dgzwrite.c26 z_streamp strm = &(state.state->strm);
84 z_streamp strm = &(state.state->strm);
156 z_streamp strm = &(state.state->strm);
317 z_streamp strm;
391 z_streamp strm; in gzvprintf()
481 z_streamp strm;
597 z_streamp strm;
H A Dgzread.c71 z_streamp strm = &(state.state->strm);
105 z_streamp strm = &(state.state->strm);
192 z_streamp strm = &(state.state->strm);
244 z_streamp strm = &(state.state->strm);
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress_zlib.c96 z_streamp p = ctx; in zlib_deflate_free()
105 z_streamp p = ctx; in zlib_inflate_free()
139 z_streamp p = ctx; in zlib_input_filter()
193 z_streamp p = ctx; in zlib_output_filter()
/freebsd/contrib/libevent/test/
H A Dregress_zlib.c96 z_streamp p = ctx; in zlib_deflate_free()
105 z_streamp p = ctx; in zlib_inflate_free()
139 z_streamp p = ctx; in zlib_input_filter()
193 z_streamp p = ctx; in zlib_output_filter()
/freebsd/sys/contrib/zstd/zlibWrapper/examples/
H A Dfitblk_original.c73 local int partcompress(FILE *in, z_streamp def) in partcompress()
96 local int recompress(z_streamp inf, z_streamp def) in recompress()
H A Dfitblk.c78 local int partcompress(FILE *in, z_streamp def) in partcompress()
103 local int recompress(z_streamp inf, z_streamp def) in recompress()
/freebsd/crypto/openssl/crypto/comp/
H A Dc_zlib.c80 typedef int (*inflateEnd_ft)(z_streamp strm);
81 typedef int (*inflate_ft)(z_streamp strm, int flush);
82 typedef int (*inflateInit__ft)(z_streamp strm,
84 typedef int (*deflateEnd_ft)(z_streamp strm);
85 typedef int (*deflate_ft)(z_streamp strm, int flush);
86 typedef int (*deflateInit__ft)(z_streamp strm, int level,
/freebsd/contrib/libfido2/fuzz/
H A Dwrap.c656 (z_streamp strm, int level, int method, int windowBits, int memLevel,
664 int __wrap_deflate(z_streamp, int);
665 int __real_deflate(z_streamp, int);
668 __wrap_deflate(z_streamp strm, int flush) in __wrap_deflate()
/freebsd/crypto/openssh/
H A Dpacket.c704 z_streamp stream = &state->compression_out_stream; in ssh_packet_close_internal()
715 z_streamp stream = &state->compression_in_stream; in ssh_packet_close_internal()