Home
last modified time | relevance | path

Searched refs:compression (Results 1 – 25 of 693) sorted by relevance

12345678910>>...28

/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DSSL_COMP_add_compression_method.pod7 - handle SSL/TLS integrated compression methods
26 SSL_COMP_add_compression_method() adds the compression method B<cm> with
27 the identifier B<id> to the list of available compression methods. This
32 compression methods or NULL on error.
34 SSL_COMP_get0_name() returns the name of the compression method B<comp>.
36 SSL_COMP_get_id() returns the id of the compression method B<comp>.
39 maintain the internal table of compression methods.
43 The TLS standard (or SSLv3) allows the integration of compression methods
44 into the communication. The TLS RFC does however not specify compression
46 way to integrate compression with unknown peers. It is therefore currently not
[all …]
H A DSSL_SESSION_get_compress_id.pod6 - get details about the compression associated with a session
16 If compression has been negotiated for an ssl session then
17 SSL_SESSION_get_compress_id() will return the id for the compression method or
18 0 otherwise. The only built-in supported compression method is zlib which has an
23 SSL_SESSION_get_compress_id() returns the id of the compression method or 0 if
H A DCMS_compress.pod16 is the compression algorithm to use or B<NID_undef> to use the default
17 algorithm (zlib compression). B<in> is the content to be compressed.
22 The only currently supported compression algorithm is zlib using the NID
56 Additional compression parameters such as the zlib compression level cannot
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DSSL_COMP_add_compression_method.pod7 - handle SSL/TLS integrated compression methods
26 SSL_COMP_add_compression_method() adds the compression method B<cm> with
27 the identifier B<id> to the list of available compression methods. This
32 compression methods or NULL on error.
34 SSL_COMP_get0_name() returns the name of the compression method B<comp>.
36 SSL_COMP_get_id() returns the id of the compression method B<comp>.
39 maintain the internal table of compression methods.
43 The TLS standard (or SSLv3) allows the integration of compression methods
44 into the communication. The TLS RFC does however not specify compression
46 way to integrate compression with unknown peers. It is therefore currently not
[all …]
H A DSSL_SESSION_get_compress_id.pod6 - get details about the compression associated with a session
16 If compression has been negotiated for an ssl session then
17 SSL_SESSION_get_compress_id() will return the id for the compression method or
18 0 otherwise. The only built-in supported compression method is zlib which has an
23 SSL_SESSION_get_compress_id() returns the id of the compression method or 0 if
H A DCMS_compress.pod16 is the compression algorithm to use or B<NID_undef> to use the default
17 algorithm (zlib compression). B<in> is the content to be compressed.
20 The only currently supported compression algorithm is zlib using the NID
52 Additional compression parameters such as the zlib compression level cannot
/netbsd-src/external/bsd/libarchive/dist/libarchive/
H A Darchive_write_add_filter_lrzip.c45 enum { lzma = 0, bzip2, gzip, lzo, none, zpaq } compression; member
103 data->compression = bzip2; in archive_write_lrzip_options()
105 data->compression = gzip; in archive_write_lrzip_options()
107 data->compression = lzo; in archive_write_lrzip_options()
109 data->compression = none; in archive_write_lrzip_options()
111 data->compression = zpaq; in archive_write_lrzip_options()
139 switch (data->compression) { in archive_write_lrzip_open()
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dgentoo76 # determine the compression used by looking at the second member name
78 >>>>>&0 string gz\0 using gzip compression
79 >>>>>&0 string bz2\0 using bzip2 compression
80 >>>>>&0 string lz\0 using lzip compression
81 >>>>>&0 string lz4\0 using lz4 compression
82 >>>>>&0 string lzo\0 using lzo compression
83 >>>>>&0 string xz\0 using xz compression
84 >>>>>&0 string zst\0 using zstd compression
H A Ddwarfs16 >&0 leshort =1 \b, LZMA compression
17 >&0 leshort =2 \b, ZSTD compression
18 >&0 leshort =3 \b, LZ4 compression
19 >&0 leshort =4 \b, LZ4HC compression
20 >&0 leshort =5 \b, BROTLI compression
H A Dllvm9 0 string llvc0 LLVM byte-codes, null compression
10 0 string llvc1 LLVM byte-codes, gzip compression
11 0 string llvc2 LLVM byte-codes, bzip2 compression
H A Dcompress3 # compress: file(1) magic for pure-compression formats (no archives)
25 # * Produce shorter output - notably, only report compression methods
111 >8 byte 2 \b, max compression
251 >4 belong 0x09090909 fast compression
252 >4 belong 0x090A0A0A mediocre compression
253 >4 belong 0x090A0B0B good compression
254 >4 belong 0x090A0C0C very good compression
255 >4 belong 0x090A0C0D best compression
408 # BWC compression
412 # UCL compression
[all …]
/netbsd-src/external/bsd/libarchive/dist/
H A DREADME.md91 * 7-Zip archives (including archives that use zstandard compression)
101 * gzip compression
102 * bzip2 compression
103 * compress/LZW compression
104 * lzma, lzip, and xz compression
105 * lz4 compression
106 * lzop compression
107 * zstandard compression
132 * gzip compression
133 * bzip2 compression
[all …]
/netbsd-src/external/public-domain/xz/dist/doc/examples/
H A D00_README.txt19 01_compress_easy.c Multi-call compression using
20 a compression preset
29 compression using a compression
/netbsd-src/external/bsd/file/dist/
H A Dconfigure.ac40 [AS_HELP_STRING([--disable-zlib], [disable zlib compression support @<:@default=auto@:>@])])
45 [AS_HELP_STRING([--disable-bzlib], [disable bz2lib compression support @<:@default=auto@:>@])])
50 [AS_HELP_STRING([--disable-xzlib], [disable liblzma/xz compression support @<:@default=auto@:>@])])
55 [AS_HELP_STRING([--disable-zstdlib], [disable zstdlib compression support @<:@default=auto@:>@])])
60 [AS_HELP_STRING([--disable-lzlib], [disable liblz (lzip) compression support @<:@default=auto@:>@])…
223 AC_DEFINE([ZLIBSUPPORT], 1, [Enable zlib compression support])
231 AC_DEFINE([BZLIBSUPPORT], 1, [Enable bzlib compression support])
239 AC_DEFINE([XZLIBSUPPORT], 1, [Enable xzlib compression support])
247 AC_DEFINE([ZSTDLIBSUPPORT], 1, [Enable zstdlib compression support])
255 AC_DEFINE([LZLIBSUPPORT], 1, [Enable lzlib compression support])
/netbsd-src/external/bsd/unbound/dist/testdata/
H A Dtest_packets.53 ; These DNS packets contain interesting compression cases.
15 ; 0b. correct compression from answer to query.
47 ; 4. bad compression pointer - to header.
53 ; 5. bad compression pointer - exceeds packet.
/netbsd-src/common/dist/zlib/contrib/delphi/
H A Dreadme.txt57 - The ability to select a different compression strategy, useful
58 to PNG and MNG image compression, and to multimedia compression
59 in general. Besides the compression level
68 there could be a compression strategy
/netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/delphi/
H A Dreadme.txt57 - The ability to select a different compression strategy, useful
58 to PNG and MNG image compression, and to multimedia compression
59 in general. Besides the compression level
68 there could be a compression strategy
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/delphi/
H A Dreadme.txt57 - The ability to select a different compression strategy, useful
58 to PNG and MNG image compression, and to multimedia compression
59 in general. Besides the compression level
68 there could be a compression strategy
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/delphi/
H A Dreadme.txt57 - The ability to select a different compression strategy, useful
58 to PNG and MNG image compression, and to multimedia compression
59 in general. Besides the compression level
68 there could be a compression strategy
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/delphi/
H A Dreadme.txt57 - The ability to select a different compression strategy, useful
58 to PNG and MNG image compression, and to multimedia compression
59 in general. Besides the compression level
68 there could be a compression strategy
/netbsd-src/external/public-domain/xz/dist/
H A DTODO11 automatically scale down the compression settings enough even though
16 This is due to faster compression presets used by XZ Utils, and
19 compress extremely well, so going from compression ratio of 0.003
28 time and calculated (de)compression speed won't make sense in the
57 Multithreaded compression:
81 so that the encoding speed vs. compression ratio can be optimized
/netbsd-src/external/public-domain/xz/dist/po/
H A Dfr.po104 msgstr "La décompression nécessitera %s MiB de mémoire."
138 #. TRANSLATORS: When compression or decompression finishes,
274 msgid "Memory usage limit for compression: "
275 msgstr "Limite d'utilisation pour la compression : "
279 msgstr "Limite d'utilisation pour la décompression : "
372 msgstr " Taille données avec compression : %s\n"
377 msgstr " Taille données sans compression : %s\n"
494 msgstr "La compression et la décompression ne marchent pas encore avec --robot."
588 " -z, --compress force compression\n"
593 " -z, --compress forcer le mode compression\n"
[all …]
/netbsd-src/external/zlib/pigz/dist/zopfli/
H A DREADME1 Zopfli Compression Algorithm is a compression library programmed in C to perform
2 very good, but slow, deflate or zlib compression.
10 speed and compression. Use the ZopfliInitOptions function to place the default
/netbsd-src/external/bsd/liblzf/dist/
H A DChanges6 - the fix from 3.3 introduced a compression bug, which is fixed in
27 - speed up compression by ~10-15% in common cases
33 with better compression ratio. with ULTRA_FAST, it's typically
50 similar other compression utilities. Thanks for Stefan Traby for
107 - slightly better compression ratio, almost unmeasurably
/netbsd-src/external/gpl3/binutils.old/dist/zlib/doc/
H A Drfc1950.txt48 the DEFLATE compression method but can be easily extended to use
49 other compression methods. It can be implemented readily in a manner
100 * Can use a number of different compression methods;
132 used for in-memory compression of a sequence of arbitrary bytes.
246 This byte is divided into a 4-bit compression method and a 4-
247 bit information field depending on the compression method.
253 This identifies the compression method used in the file. CM = 8
254 denotes the "deflate" compression method with a window size up
273 bits 6 to 7 FLEVEL (compression level)
297 These flags are available for use by specific compression
[all …]

12345678910>>...28