| /f-stack/freebsd/contrib/zstd/zlibWrapper/examples/ |
| H A D | fitblk_original.c | 170 ret = deflateEnd(&def); in main() 226 ret = deflateEnd(&def); in main()
|
| H A D | fitblk.c | 187 ret = deflateEnd(&def); in main() 247 ret = deflateEnd(&def); in main()
|
| H A D | example_original.c | 248 err = deflateEnd(&c_stream); 344 err = deflateEnd(&c_stream); 421 err = deflateEnd(&c_stream); 504 err = deflateEnd(&c_stream);
|
| H A D | example.c | 256 err = deflateEnd(&c_stream); 352 err = deflateEnd(&c_stream); 429 err = deflateEnd(&c_stream); 512 err = deflateEnd(&c_stream);
|
| H A D | minigzip.c | 230 gz->write ? deflateEnd(&(gz->strm)) : inflateEnd(&(gz->strm)); 320 deflateEnd(strm);
|
| H A D | zwrapbench.c | 330 ret = deflateEnd(&def); in BMK_benchMem() 357 ret = deflateEnd(&def); in BMK_benchMem()
|
| /f-stack/freebsd/opencrypto/ |
| H A D | cryptodeflate.c | 200 deflateEnd(&zbuf); in deflate_global() 229 deflateEnd(&zbuf); in deflate_global()
|
| /f-stack/freebsd/contrib/zstd/zlibWrapper/ |
| H A D | README.md | 99 - for the 1st file calls `deflateInit`, `deflate`, `...`, `deflate`, `deflateEnd` 100 - for the 2nd file calls `deflateInit`, `deflate`, `...`, `deflate`, `deflateEnd` 106 - free the context with `deflateEnd` 132 - deflateEnd
|
| H A D | gzwrite.c | 660 (void)deflateEnd(&(state.state->strm));
|
| H A D | zstd_zlibwrapper.c | 457 return deflateEnd(strm); in z_deflateEnd()
|
| /f-stack/freebsd/contrib/zlib/test/ |
| H A D | example.c | 231 err = deflateEnd(&c_stream); 327 err = deflateEnd(&c_stream); 404 err = deflateEnd(&c_stream); 487 err = deflateEnd(&c_stream);
|
| H A D | minigzip.c | 225 gz->write ? deflateEnd(&(gz->strm)) : inflateEnd(&(gz->strm)); 315 deflateEnd(strm);
|
| /f-stack/freebsd/contrib/zlib/ |
| H A D | compress.c | 62 deflateEnd(&stream);
|
| H A D | zconf.h | 51 # define deflateEnd z_deflateEnd macro 538 #pragma map(deflateEnd,"DEEND")
|
| H A D | zconf.h.in | 45 # define deflateEnd z_deflateEnd macro 521 #pragma map(deflateEnd,"DEEND")
|
| H A D | zlib.h | 363 ZEXTERN int ZEXPORT deflateEnd OF((z_streamp strm));
|
| H A D | deflate.c | 340 deflateEnd (strm); 1079 int ZEXPORT deflateEnd (strm) in deflateEnd() function 1139 deflateEnd (dest);
|
| H A D | gzwrite.c | 657 (void)deflateEnd(&(state->strm));
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_deflate.c | 243 deflateEnd(&priv->cx); in ng_deflate_rcvmsg() 377 deflateEnd(&priv->cx); in ng_deflate_shutdown() 399 deflateEnd(&priv->cx); in ng_deflate_disconnect()
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | spl_zlib.c | 79 return (deflateEnd(stream)); in zlib_deflateEnd()
|
| /f-stack/dpdk/drivers/compress/zlib/ |
| H A D | zlib_pmd.c | 234 stream->free = deflateEnd; in zlib_set_stream_parameters()
|
| /f-stack/freebsd/kern/ |
| H A D | subr_compressor.c | 241 (void)deflateEnd(&s->gz_stream); in gz_fini()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_gzip_filter_module.c | 482 deflateEnd(&ctx->zstream); in ngx_http_gzip_body_filter() 943 rc = deflateEnd(&ctx->zstream); in ngx_http_gzip_filter_deflate_end()
|
| H A D | ngx_http_log_module.c | 666 rc = deflateEnd(&zstream); in ngx_http_log_gzip()
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_log_module.c | 557 rc = deflateEnd(&zstream); in ngx_stream_log_gzip()
|