HomeSort by: relevance | last modified time | path
    Searched defs:compression (Results 1 - 25 of 25) sorted by relevancy

  /src/external/bsd/libarchive/dist/libarchive/
archive_write_add_filter_lrzip.c 45 enum { lzma = 0, bzip2, gzip, lzo, none, zpaq } compression; member in struct:write_lrzip
89 "Using external lrzip program for lrzip compression");
99 if (strcmp(key, "compression") == 0) {
102 "compression option requires an argument");
106 data->compression = bzip2;
108 data->compression = gzip;
110 data->compression = lzo;
112 data->compression = none;
114 data->compression = zpaq;
117 "compression invalid")
    [all...]
archive_write_set_format_zip.c 83 #define ZIP_ENTRY_FLAG_DEFLATE_MAX (1 << 1) /* i.e. compression levels 8 & 9 */
84 #define ZIP_ENTRY_FLAG_DEFLATE_FAST (1 << 2) /* i.e. compression levels 3 & 4 */
85 #define ZIP_ENTRY_FLAG_DEFLATE_SUPER_FAST (1 << 1) | (1 << 2) /* i.e. compression levels 1 & 2 */
92 enum compression { enum
120 /* Value used in compression method. */
154 enum compression entry_compression;
180 enum compression requested_compression;
345 if (strcmp(key, "compression") == 0) {
347 * Set compression to use on all future entries.
352 "%s: compression option needs a compression name"
    [all...]
archive_read_support_format_zip.c 102 unsigned char compression; member in struct:zip_entry
108 * when compression is 99. */
117 /* Actual compression method. */
118 unsigned char compression; member in struct:zip_entry::__anon72
143 /* Value used in compression method. */
431 {0, "uncompressed"}, /* The file is stored (no compression) */
433 {2, "reduced-1"}, /* The file is Reduced with compression factor 1 */
434 {3, "reduced-2"}, /* The file is Reduced with compression factor 2 */
435 {4, "reduced-3"}, /* The file is Reduced with compression factor 3 */
436 {5, "reduced-4"}, /* The file is Reduced with compression factor 4 *
    [all...]
archive_write_set_format_xar.c 197 enum enctype compression; member in struct:heap_data
407 /* Set default compression type, level, and number of threads. */
452 if (strcmp(key, "compression") == 0) {
482 "Unknown compression name: `%s'",
489 "`%s' compression not supported "
496 if (strcmp(key, "compression-level") == 0) {
669 file->data.compression = xar->opt_compression;
719 if (xar->cur_file->data.compression == NONE) {
795 if (xar->cur_file->data.compression == NONE) {
1014 switch (heap->compression) {
    [all...]
  /src/external/bsd/libarchive/dist/tar/
read.c 109 int compression; local
120 compression = 0;
122 compression = (int)((uncomp - comp) * 100 / uncomp);
124 "In: %s bytes, compression %d%%;",
125 tar_i64toa(comp), compression);
378 fprintf(stdout, "Archive Format: %s, Compression: %s\n",
bsdtar.c 142 int compression, compression2; local
161 compression = compression2 = '\0';
411 if (compression != '\0')
414 compression);
415 compression = opt;
462 if (compression != '\0')
465 compression);
466 compression = opt;
470 if (compression != '\0')
473 compression);
    [all...]
write.c 244 lafe_errc(1, 0, "Unsupported compression option --%s",
1026 int compression; local
1035 compression = 0;
1037 compression = (int)((uncomp - comp) * 100 / uncomp);
1039 " Out: %s bytes, compression %d%%\n",
1040 tar_i64toa(comp), compression);
  /src/crypto/external/bsd/openssl.old/dist/test/
handshake_helper.h 37 int compression; member in struct:handshake_result
  /src/crypto/external/apache2/openssl/dist/test/helpers/
handshake.h 47 int compression; member in struct:handshake_result
  /src/crypto/external/bsd/openssl/dist/test/helpers/
handshake.h 47 int compression; member in struct:handshake_result
  /src/crypto/external/bsd/openssh/dist/
sshd-auth.c 789 const char *compression = NULL; local
797 if (options.compression == COMP_NONE)
798 compression = "none";
802 options.ciphers, options.macs, compression, hkalgs);
readconf.h 61 int compression; /* Compress packets in both directions. */ member in struct:__anon181
servconf.h 177 int compression; /* If true, compression is allowed */ member in struct:__anon186
  /src/crypto/external/bsd/openssl/dist/ssl/statem/
statem_clnt.c 1244 /* COMPRESSION */
1382 unsigned int compression; local
1434 if (!PACKET_get_1(pkt, &compression)) {
1464 if (compression != 0) {
1620 if (compression != 0) {
1626 * If compression is disabled we'd better not try to resume a session
1627 * using compression.
1634 if (s->hit && compression != s->session->compress_meth) {
1639 if (compression == 0)
1645 comp = ssl3_comp_find(s->ctx->comp_methods, compression);
    [all...]
statem_srvr.c 1123 * 2^8-1 + # maximum length of compression methods
1378 PACKET session_id, compression, extensions, cookie; local
1485 /* Load the client random and compression list. We use SSL3_RANDOM_SIZE
1496 /* Advertise only null compression. */
1497 || !PACKET_buf_init(&compression, &null_compression, 1)) {
1543 if (!PACKET_get_length_prefixed_1(pkt, &compression)) {
1560 if (!PACKET_copy_all(&compression, clienthello->compressions,
1926 * Worst case, we will use the NULL compression, but if we have other
1927 * options, we will now look for them. We have complen-1 compression
1933 * We already checked above that the NULL compression method appears i
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/ssl/statem/
statem_clnt.c 1258 /* COMPRESSION */
1406 unsigned int compression; local
1465 if (!PACKET_get_1(pkt, &compression)) {
1497 if (compression != 0) {
1659 if (compression != 0) {
1665 * If compression is disabled we'd better not try to resume a session
1666 * using compression.
1674 if (s->hit && compression != s->session->compress_meth) {
1679 if (compression == 0)
1686 comp = ssl3_comp_find(s->ctx->comp_methods, compression);
    [all...]
statem_srvr.c 1126 * 2^8-1 + # maximum length of compression methods
1386 PACKET session_id, compression, extensions, cookie; local
1501 /* Load the client random and compression list. We use SSL3_RANDOM_SIZE
1512 /* Advertise only null compression. */
1513 || !PACKET_buf_init(&compression, &null_compression, 1)) {
1564 if (!PACKET_get_length_prefixed_1(pkt, &compression)) {
1583 if (!PACKET_copy_all(&compression, clienthello->compressions,
1974 * Worst case, we will use the NULL compression, but if we have other
1975 * options, we will now look for them. We have complen-1 compression
1981 * We already checked above that the NULL compression method appears i
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
lto-streamer-out.cc 2692 lto_compression compression = ZSTD; local
2694 lto_compression compression = ZLIB; local
2700 s.set_compression (compression);
  /src/external/gpl3/gcc.old/dist/gcc/
lto-streamer-out.cc 2669 lto_compression compression = ZSTD; local
2671 lto_compression compression = ZLIB; local
2677 s.set_compression (compression);
  /src/crypto/external/apache2/openssl/dist/ssl/statem/
statem_clnt.c 1327 /* COMPRESSION */
1472 unsigned int compression; local
1531 if (!PACKET_get_1(pkt, &compression)) {
1561 if (compression != 0) {
1719 if (compression != 0) {
1725 * If compression is disabled we'd better not try to resume a session
1726 * using compression.
1733 if (s->hit && compression != s->session->compress_meth) {
1738 if (compression == 0)
1745 compression);
    [all...]
statem_srvr.c 389 * Returns the algorithm to use, TLSEXT_comp_cert_none means no compression
1222 * 2^8-1 + # maximum length of compression methods
1507 PACKET session_id, compression, extensions, cookie; local
1615 /* Load the client random and compression list. We use SSL3_RANDOM_SIZE
1626 /* Advertise only null compression. */
1627 || !PACKET_buf_init(&compression, &null_compression, 1)) {
1673 if (!PACKET_get_length_prefixed_1(pkt, &compression)) {
1690 if (!PACKET_copy_all(&compression, clienthello->compressions,
1962 /* At least one compression method must be preset. */
1967 /* Make sure at least the null compression is supported. *
    [all...]
  /src/sys/dev/pci/
ips.c 305 u_int8_t compression; member in struct:ips_conf::ips_hw
  /src/sys/dev/pci/qat/
qat_hw17reg.h 136 } compression; member in union:fw_init_admin_capability_resp::__anon3520
267 FW_COMN_REQ_CPM_FW_COMP = 9, /* CPM FW Compression Request */
376 * or Compression Command Id etc. */
455 * 8 bit compression error fields for compression and translator slices
467 /* Structure which is used for non-compression responses */
475 /* 8 bit compression error field */
478 /* Structure which is used for compression responses */
516 * or two 8 bit error fields from compression and translator */
864 * in the common header file, as they are used by compression, ciphe
    [all...]
  /src/sys/dev/usb/
mbim.h 500 uint32_t compression; member in struct:mbim_cid_connect
  /src/sys/dev/stbi/
stb_image.c 2476 if (cm != 8) return e("bad compression","Corrupt PNG"); // DEFLATE required for png
3884 int channelCount, compression; local
3937 // 0: no compression
3939 compression = get16(s);
3940 if (compression > 1)
3941 return epuc("bad compression", "PSD has an unknown compression format");
3952 if (compression) {
4163 return epuc("bad format","packet has bad compression type");

Completed in 66 milliseconds