Home
last modified time | relevance | path

Searched refs:deflateEnd (Results 1 – 25 of 28) sorted by relevance

12

/f-stack/freebsd/contrib/zstd/zlibWrapper/examples/
H A Dfitblk_original.c170 ret = deflateEnd(&def); in main()
226 ret = deflateEnd(&def); in main()
H A Dfitblk.c187 ret = deflateEnd(&def); in main()
247 ret = deflateEnd(&def); in main()
H A Dexample_original.c248 err = deflateEnd(&c_stream);
344 err = deflateEnd(&c_stream);
421 err = deflateEnd(&c_stream);
504 err = deflateEnd(&c_stream);
H A Dexample.c256 err = deflateEnd(&c_stream);
352 err = deflateEnd(&c_stream);
429 err = deflateEnd(&c_stream);
512 err = deflateEnd(&c_stream);
H A Dminigzip.c230 gz->write ? deflateEnd(&(gz->strm)) : inflateEnd(&(gz->strm));
320 deflateEnd(strm);
H A Dzwrapbench.c330 ret = deflateEnd(&def); in BMK_benchMem()
357 ret = deflateEnd(&def); in BMK_benchMem()
/f-stack/freebsd/opencrypto/
H A Dcryptodeflate.c200 deflateEnd(&zbuf); in deflate_global()
229 deflateEnd(&zbuf); in deflate_global()
/f-stack/freebsd/contrib/zstd/zlibWrapper/
H A DREADME.md99 - 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 Dgzwrite.c660 (void)deflateEnd(&(state.state->strm));
H A Dzstd_zlibwrapper.c457 return deflateEnd(strm); in z_deflateEnd()
/f-stack/freebsd/contrib/zlib/test/
H A Dexample.c231 err = deflateEnd(&c_stream);
327 err = deflateEnd(&c_stream);
404 err = deflateEnd(&c_stream);
487 err = deflateEnd(&c_stream);
H A Dminigzip.c225 gz->write ? deflateEnd(&(gz->strm)) : inflateEnd(&(gz->strm));
315 deflateEnd(strm);
/f-stack/freebsd/contrib/zlib/
H A Dcompress.c62 deflateEnd(&stream);
H A Dzconf.h51 # define deflateEnd z_deflateEnd macro
538 #pragma map(deflateEnd,"DEEND")
H A Dzconf.h.in45 # define deflateEnd z_deflateEnd macro
521 #pragma map(deflateEnd,"DEEND")
H A Dzlib.h363 ZEXTERN int ZEXPORT deflateEnd OF((z_streamp strm));
H A Ddeflate.c340 deflateEnd (strm);
1079 int ZEXPORT deflateEnd (strm) in deflateEnd() function
1139 deflateEnd (dest);
H A Dgzwrite.c657 (void)deflateEnd(&(state->strm));
/f-stack/freebsd/netgraph/
H A Dng_deflate.c243 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 Dspl_zlib.c79 return (deflateEnd(stream)); in zlib_deflateEnd()
/f-stack/dpdk/drivers/compress/zlib/
H A Dzlib_pmd.c234 stream->free = deflateEnd; in zlib_set_stream_parameters()
/f-stack/freebsd/kern/
H A Dsubr_compressor.c241 (void)deflateEnd(&s->gz_stream); in gz_fini()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_gzip_filter_module.c482 deflateEnd(&ctx->zstream); in ngx_http_gzip_body_filter()
943 rc = deflateEnd(&ctx->zstream); in ngx_http_gzip_filter_deflate_end()
H A Dngx_http_log_module.c666 rc = deflateEnd(&zstream); in ngx_http_log_gzip()
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_log_module.c557 rc = deflateEnd(&zstream); in ngx_stream_log_gzip()

12