Home
last modified time | relevance | path

Searched refs:deflate (Results 1 – 25 of 50) sorted by relevance

12

/f-stack/freebsd/opencrypto/
H A Dcryptodeflate.c51 SDT_PROBE_DEFINE2(opencrypto, deflate, deflate_global, entry,
53 SDT_PROBE_DEFINE6(opencrypto, deflate, deflate_global, bad,
55 SDT_PROBE_DEFINE6(opencrypto, deflate, deflate_global, iter,
120 SDT_PROBE6(opencrypto, deflate, deflate_global, bad, in deflate_global()
140 SDT_PROBE6(opencrypto, deflate, deflate_global, bad, in deflate_global()
147 deflate(&zbuf, Z_FINISH); in deflate_global()
149 SDT_PROBE6(opencrypto, deflate, deflate_global, bad, in deflate_global()
154 SDT_PROBE6(opencrypto, deflate, deflate_global, iter, in deflate_global()
170 SDT_PROBE6(opencrypto, deflate, deflate_global, in deflate_global()
182 SDT_PROBE6(opencrypto, deflate, deflate_global, in deflate_global()
[all …]
/f-stack/freebsd/contrib/zstd/zlibWrapper/
H A DREADME.md92deflate()` or `deflateSetDictionary()`. The function is only helpful when data is compressed in bl…
99 - for the 1st file calls `deflateInit`, `deflate`, `...`, `deflate`, `deflateEnd`
100 - for the 2nd file calls `deflateInit`, `deflate`, `...`, `deflate`, `deflateEnd`
104 - for the 1st file call `deflate`, `...`, `deflate`
105 - for the 2nd file call `deflateReset`, `deflate`, `...`, `deflate`
130 - deflate (with exception of Z_FULL_FLUSH, Z_BLOCK, and Z_TREES)
/f-stack/app/nginx-1.16.1/auto/lib/zlib/
H A Dmakefile.bcc11 bcc32 -c $(CFLAGS) adler32.c crc32.c deflate.c \
15 tlib zlib.lib +adler32.obj +crc32.obj +deflate.obj \
H A Dmakefile.owc11 wcl386 -c $(CFLAGS) adler32.c crc32.c deflate.c trees.c zutil.c &
13 wlib -n zlib.lib adler32.obj crc32.obj deflate.obj trees.obj &
H A Dmakefile.msvc11 cl -c $(CFLAGS) adler32.c crc32.c deflate.c \
15 link -lib -out:zlib.lib adler32.obj crc32.obj deflate.obj \
H A Dconf24 CORE_LIBS="$CORE_LIBS $ZLIB/deflate.o"
56 ngx_feature_test="z_stream z; deflate(&z, Z_NO_FLUSH)"
/f-stack/freebsd/contrib/zstd/zlibWrapper/examples/
H A Dexample_original.c237 err = deflate(&c_stream, Z_NO_FLUSH);
243 err = deflate(&c_stream, Z_FINISH);
318 err = deflate(&c_stream, Z_NO_FLUSH);
329 err = deflate(&c_stream, Z_NO_FLUSH);
336 err = deflate(&c_stream, Z_NO_FLUSH);
339 err = deflate(&c_stream, Z_FINISH);
411 err = deflate(&c_stream, Z_FULL_FLUSH);
417 err = deflate(&c_stream, Z_FINISH);
499 err = deflate(&c_stream, Z_FINISH);
H A Dexample.c245 err = deflate(&c_stream, Z_NO_FLUSH);
251 err = deflate(&c_stream, Z_FINISH);
326 err = deflate(&c_stream, Z_NO_FLUSH);
337 err = deflate(&c_stream, Z_NO_FLUSH);
344 err = deflate(&c_stream, Z_NO_FLUSH);
347 err = deflate(&c_stream, Z_FINISH);
419 err = deflate(&c_stream, Z_FULL_FLUSH);
425 err = deflate(&c_stream, Z_FINISH);
507 err = deflate(&c_stream, Z_FINISH);
H A Dfitblk_original.c86 ret = deflate(def, flush); in partcompress()
117 ret = deflate(def, flush); in recompress()
H A Dfitblk.c92 ret = deflate(def, flush); in partcompress()
128 ret = deflate(def, flush); in recompress()
/f-stack/freebsd/contrib/zlib/test/
H A Dexample.c220 err = deflate(&c_stream, Z_NO_FLUSH);
226 err = deflate(&c_stream, Z_FINISH);
301 err = deflate(&c_stream, Z_NO_FLUSH);
312 err = deflate(&c_stream, Z_NO_FLUSH);
319 err = deflate(&c_stream, Z_NO_FLUSH);
322 err = deflate(&c_stream, Z_FINISH);
394 err = deflate(&c_stream, Z_FULL_FLUSH);
400 err = deflate(&c_stream, Z_FINISH);
482 err = deflate(&c_stream, Z_FINISH);
H A Dminigzip.c252 (void)deflate(strm, Z_NO_FLUSH);
312 (void)deflate(strm, Z_FINISH);
/f-stack/freebsd/contrib/zlib/
H A DFAQ33 5. deflate() or inflate() returns Z_BUF_ERROR.
38 Z_BUF_ERROR is not fatal--another call to deflate() or inflate() can be
130 18. Why does gzip give an error on a file I make with compress/deflate?
148 You can request that deflate write the gzip format instead of the zlib
181 update the version strings in deflate.c and inftrees.c.
218 deflate stream once to generate an index, and then use that index for
229 understand the deflate format?
297 36. Valgrind (or some similar memory access checker) says that deflate is
326 the raw deflate compressed data format. While the HTTP 1.1 RFC 2616
329 incorrectly produce or expect raw deflate data per the deflate
[all …]
H A DChangeLog5 - Fix deflate stored bug when pulling last block from window
69 - Correct comment in deflate.h
281 - Correct spelling error in deflate.h [Kohler]
567 - Remove extraneous #define MIN_LOOKAHEAD in deflate.c (in deflate.h)
671 - Avoid some Visual C warnings in deflate.c
732 - Use OS_CODE in deflate() default gzip header
1000 - Permit setting dictionary for raw deflate (for parallel deflate)
1026 - Document raw deflate and inflate
1233 - use const for rommable constants in deflate
1358 - initialize hash_head in deflate.c
[all …]
H A DREADME6 http://tools.ietf.org/html/rfc1950 (zlib format), rfc1951 (deflate format) and
60 - For 64-bit Irix, deflate.c must be compiled without any optimization. With
80 The deflate format used by zlib was defined by Phil Katz. The deflate and
H A Dcompress.c58 err = deflate(&stream, sourceLen ? Z_NO_FLUSH : Z_FINISH);
/f-stack/dpdk/app/test/
H A Dtest_compressdev.c277 ts_params->def_comp_xform->compress.deflate.huffman = in testsuite_setup()
515 ret = deflate(&stream, zlib_flush); in compress_zlib()
1127 ts_params->def_comp_xform->compress.deflate.huffman; in test_setup_output_bufs()
1438 compress_xform->deflate.huffman; in test_deflate_comp_finalize()
2852 ts_params->def_comp_xform->compress.deflate.huffman = in test_compressdev_deflate_stateless_dynamic_big()
2876 ts_params->def_comp_xform->compress.deflate.huffman = in test_compressdev_deflate_stateless_dynamic_big()
3301 ts_params->def_comp_xform->compress.deflate.huffman = in test_compressdev_deflate_im_buffers_LB_1op()
3316 ts_params->def_comp_xform->compress.deflate.huffman = in test_compressdev_deflate_im_buffers_LB_1op()
3372 ts_params->def_comp_xform->compress.deflate.huffman = in test_compressdev_deflate_im_buffers_LB_2ops_first()
3387 ts_params->def_comp_xform->compress.deflate.huffman = in test_compressdev_deflate_im_buffers_LB_2ops_first()
[all …]
/f-stack/dpdk/drivers/compress/isal/
H A Disal_compress_pmd.c62 switch (xform->compress.deflate.huffman) { in isal_comp_set_priv_xform_parameters()
64 priv_xform->compress.deflate.huffman = in isal_comp_set_priv_xform_parameters()
68 priv_xform->compress.deflate.huffman = in isal_comp_set_priv_xform_parameters()
72 priv_xform->compress.deflate.huffman = in isal_comp_set_priv_xform_parameters()
118 else if (priv_xform->compress.deflate.huffman == in isal_comp_set_priv_xform_parameters()
436 if (priv_xform->compress.deflate.huffman == RTE_COMP_HUFFMAN_FIXED) in process_isal_deflate()
439 else if (priv_xform->compress.deflate.huffman == in process_isal_deflate()
444 else if (priv_xform->compress.deflate.huffman == in process_isal_deflate()
/f-stack/freebsd/contrib/zlib/doc/
H A Dalgorithm.txt1 1. Compression algorithm (deflate)
17 available memory). A block is terminated when deflate() determines that
34 parameter of deflateInit). So deflate() does not always find the longest
37 deflate() also defers the selection of matches with a lazy evaluation
38 mechanism. After a match of length N has been found, deflate() searches for
46 the current match is long enough, deflate() reduces the search for a longer
48 important than speed, deflate() attempts a complete second search even if
120 At least for deflate's output that generates new trees every several 10's of
H A Drfc1951.txt78 3.2.2. Use of Huffman coding in the "deflate" format ....... 7
141 to compress data into "deflate" format and/or decompress data from
142 "deflate" format.
182 There have been no technical changes to the deflate format since
207 "deflate" format limits distances to 32K bytes and lengths to 258
366 Note that in the "deflate" format, the Huffman codes for the
372 3.2.2. Use of Huffman coding in the "deflate" format
374 The Huffman codes used for each alphabet in the "deflate"
591 As noted above, encoded data blocks in the "deflate" format
775 While it is the intent of this document to define the "deflate"
[all …]
/f-stack/dpdk/lib/librte_compressdev/
H A Drte_comp.h223 struct rte_comp_deflate_params deflate; member
/f-stack/dpdk/doc/guides/compressdevs/
H A Disal.rst9 which implements the deflate algorithm for both Deflate(compression) and Inflate(decompression).
62 data to the output buffer, plus deflate headers.
/f-stack/dpdk/drivers/compress/zlib/
H A Dzlib_pmd.c64 ret = deflate(strm, flush); in process_zlib_deflate()
270 switch (xform->compress.deflate.huffman) { in zlib_set_stream_parameters()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_zlib.c73 return (deflate(stream, flush)); in zlib_deflate()
/f-stack/dpdk/drivers/compress/qat/
H A Dqat_comp.c1012 if (xform->compress.deflate.huffman == RTE_COMP_HUFFMAN_FIXED || in qat_comp_private_xform_create()
1013 ((xform->compress.deflate.huffman == RTE_COMP_HUFFMAN_DEFAULT) in qat_comp_private_xform_create()
1018 else if ((xform->compress.deflate.huffman == in qat_comp_private_xform_create()
1020 xform->compress.deflate.huffman == in qat_comp_private_xform_create()

12