Home
last modified time | relevance | path

Searched refs:Z_SYNC_FLUSH (Results 1 – 10 of 10) sorted by relevance

/f-stack/freebsd/netgraph/
H A Dng_deflate.c464 rtn = deflate(&priv->cx, Z_SYNC_FLUSH); in ng_deflate_compress()
597 rtn = inflate(&priv->cx, Z_SYNC_FLUSH); in ng_deflate_decompress()
621 inflate(&priv->cx, Z_SYNC_FLUSH); in ng_deflate_decompress()
680 rtn = inflate(&priv->cx, Z_SYNC_FLUSH); in ng_deflate_decompress()
/f-stack/freebsd/contrib/zstd/zlibWrapper/examples/
H A Dfitblk.c83 flush = Z_SYNC_FLUSH; in partcompress()
95 } while (def->avail_out != 0 && flush == Z_SYNC_FLUSH); in partcompress()
/f-stack/freebsd/opencrypto/
H A Dcryptodeflate.c146 error = decomp ? inflate(&zbuf, Z_SYNC_FLUSH) : in deflate_global()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_gunzip_filter_module.c362 ctx->flush = Z_SYNC_FLUSH; in ngx_http_gunzip_filter_add_data()
477 if (ctx->flush == Z_SYNC_FLUSH) { in ngx_http_gunzip_filter_inflate()
H A Dngx_http_gzip_filter_module.c745 ctx->flush = Z_SYNC_FLUSH; in ngx_http_gzip_filter_add_data()
867 if (ctx->flush == Z_SYNC_FLUSH) { in ngx_http_gzip_filter_deflate()
/f-stack/freebsd/contrib/zlib/
H A Dzlib.h170 #define Z_SYNC_FLUSH 2 macro
H A DChangeLog1353 - Document Z_SYNC_FLUSH
/f-stack/freebsd/contrib/zstd/zlibWrapper/
H A Dzstd_zlibwrapper.c436 if (flush == Z_SYNC_FLUSH || flush == Z_PARTIAL_FLUSH) { in z_deflate()
/f-stack/freebsd/contrib/zstd/
H A DCHANGELOG445 Fixed : support for Z_SYNC_FLUSH, by Dmitry Krot (#291)
/f-stack/dpdk/app/test/
H A Dtest_compressdev.c408 return Z_SYNC_FLUSH; in map_zlib_flush_flag()