| /freebsd/sys/contrib/zlib/ |
| H A D | zlib.h | 108 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 D | inflate.c | 94 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 D | gzwrite.c | 14 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 D | deflate.c | 218 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 D | inffast.h | 11 void ZLIB_INTERNAL inflate_fast(z_streamp strm, unsigned start);
|
| H A D | gzread.c | 46 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 D | inflate.h | 83 z_streamp strm; /* pointer back to this zlib stream */
|
| H A D | infback.c | 25 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 D | inffast.c | 50 void ZLIB_INTERNAL inflate_fast(z_streamp strm, unsigned start) { in inflate_fast()
|
| H A D | deflate.h | 105 z_streamp strm; /* pointer back to this zlib stream */
|
| H A D | ChangeLog | 1392 - use z_streamp instead of z_stream *, which is now a far pointer in MSDOS
|
| /freebsd/sys/contrib/zstd/zlibWrapper/ |
| H A D | zstd_zlibwrapper.c | 108 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 D | zstd_zlibwrapper.h | 52 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 D | gzwrite.c | 26 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 D | gzread.c | 71 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 D | regress_zlib.c | 96 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 D | regress_zlib.c | 96 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 D | fitblk_original.c | 73 local int partcompress(FILE *in, z_streamp def) in partcompress() 96 local int recompress(z_streamp inf, z_streamp def) in recompress()
|
| H A D | fitblk.c | 78 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 D | c_zlib.c | 80 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 D | wrap.c | 656 (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 D | packet.c | 704 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()
|