HomeSort by relevance Sort by last modified time
    Searched refs:compression (Results 26 - 50 of 103) sorted by null

12 3 4 5

  /external/openssh/
servconf.h 117 int compression; /* If true, compression is allowed */ member in struct:__anon12459
servconf.c 111 options->compression = -1;
246 if (options->compression == -1)
247 options->compression = COMP_DELAYED;
290 if (use_privsep && options->compression == 1) {
292 "separation and compression");
293 error("Compression disabled");
294 options->compression = 0;
417 { "compression", sCompression, SSHCFG_GLOBAL },
1034 intptr = &options->compression;
    [all...]
  /external/zlib/src/contrib/pascal/
example.pas 1 (* example.c -- usage example of the zlib compression library
29 * stresses the compression code better, sorry...
185 var c_stream: z_stream; (* compression stream *)
269 * Test deflate with large buffers and dynamic change of compression level
274 var c_stream: z_stream; (* compression stream *)
297 (* Feed in already compressed data and switch to no compression: *)
369 var c_stream: z_stream; (* compression stream *)
451 var c_stream: z_stream; (* compression stream *)
  /external/protobuf/
configure.ac 102 AC_DEFINE([HAVE_ZLIB], [1], [Enable classes using zlib compression.])
  /external/valgrind/main/memcheck/tests/
varinfo6.stdout.exp 11 6710 after compression
origin5-bz2.stdout.exp 12 6710 after compression
vcpu_bz2.stdout.exp 11 6710 after compression
  /external/opencv/otherlibs/highgui/
grfmt_tiff.cpp 139 int width = 0, height = 0, photometric = 0, compression = 0; local
146 (!TIFFGetField( tif, TIFFTAG_COMPRESSION, &compression ) ||
147 (compression != COMPRESSION_LZW &&
148 compression != COMPRESSION_OJPEG)))
  /external/libpng/
pngset.c 630 /* Compression is always zero but is here so the API and info structure
631 * does not have to change if we introduce multiple compression types
725 if (text_ptr[i].compression <= 0)
756 if (text_ptr[i].compression > 0)
757 textp->compression = PNG_ITXT_COMPRESSION_NONE;
760 textp->compression = PNG_TEXT_COMPRESSION_NONE;
766 textp->compression = text_ptr[i].compression;
782 if (text_ptr[i].compression > 0)
807 if (textp->compression > 0
    [all...]
example.c 675 text_ptr[0].compression = PNG_TEXT_COMPRESSION_NONE;
678 text_ptr[1].compression = PNG_TEXT_COMPRESSION_NONE;
681 text_ptr[2].compression = PNG_TEXT_COMPRESSION_zTXt;
710 /* Once we write out the header, the compression type on the text
pngwutil.c 176 png_charp text, png_size_t text_len, int compression,
188 if (compression == PNG_TEXT_COMPRESSION_NONE)
195 if (compression >= PNG_TEXT_COMPRESSION_LAST)
199 png_snprintf(msg, 50, "Unknown compression type %d", compression);
202 png_warning(png_ptr, "Unknown compression type");
221 /* Set up the compression buffers */
227 /* This is the same compression loop as in png_write_row() */
283 /* Finish the compression */
357 /* Handle the no-compression case *
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngset.c 308 png_error(png_ptr, "Unknown compression method in IHDR");
708 /* Compression is always zero but is here so the API and info structure
709 * does not have to change if we introduce multiple compression types */
791 if(text_ptr[i].compression <= 0)
820 if(text_ptr[i].compression > 0)
821 textp->compression = PNG_ITXT_COMPRESSION_NONE;
824 textp->compression = PNG_TEXT_COMPRESSION_NONE;
829 textp->compression = text_ptr[i].compression;
844 if (text_ptr[i].compression > 0
    [all...]
pngwutil.c 162 png_charp text, png_size_t text_len, int compression,
174 if (compression == PNG_TEXT_COMPRESSION_NONE)
181 if (compression >= PNG_TEXT_COMPRESSION_LAST)
185 png_snprintf(msg, 50, "Unknown compression type %d", compression);
188 png_warning(png_ptr, "Unknown compression type");
207 /* set up the compression buffers */
213 /* this is the same compression loop as in png_write_row() */
268 /* finish the compression */
341 /* handle the no-compression case *
    [all...]
  /external/v8/tools/
js2c.py 341 if env['COMPRESSION'] == 'off':
346 if env['COMPRESSION'] == 'bz2':
391 compression = sys.argv[3]
393 JS2C(source_files, [natives], { 'TYPE': type, 'COMPRESSION': compression })
  /external/chromium/net/socket/
ssl_client_socket_openssl.cc 52 int compression,
56 ((compression & SSL_CONNECTION_COMPRESSION_MASK) <<
458 // If TLS was disabled also disable compression, to provide maximum site
585 const COMP_METHOD* compression = SSL_get_current_compression(ssl_);
589 compression ? compression->type : 0,
603 << " compression = "
    [all...]
  /external/skia/tests/
PDFPrimitivesTest.cpp 51 bool indirect, bool compression) {
53 if (!compression) {
111 char streamBytes2[] = "This is a longer string, so that compression "
123 // Check first without compression.
133 // Then again with compression.
  /external/valgrind/main/exp-sgcheck/tests/
hackedbz2.stdout.exp 11 6710 after compression
  /bootable/recovery/minzip/
Zip.c 95 pEntry->compLen, pEntry->uncompLen, pEntry->compression);
339 pEntry->compression = get2LE(ptr + CENHOW);
685 switch (pEntry->compression) {
693 LOGE("Unsupported compression type %d for entry '%s'\n",
694 pEntry->compression, pEntry->fileName);
    [all...]
  /build/tools/releasetools/
img_from_target_files 240 output_zip = zipfile.ZipFile(args[1], "w", compression=zipfile.ZIP_DEFLATED)
  /external/libxslt/libxslt/
xsltutils.h 224 int compression);
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngstruct.h 83 int zlib_level; /* holds zlib compression level */
84 int zlib_method; /* holds zlib compression method */
85 int zlib_window_bits; /* holds zlib compression window bits */
86 int zlib_mem_level; /* holds zlib compression memory level */
87 int zlib_strategy; /* holds zlib compression strategy */
92 int zlib_text_level; /* holds zlib compression level */
93 int zlib_text_method; /* holds zlib compression method */
94 int zlib_text_window_bits; /* holds zlib compression window bits */
95 int zlib_text_mem_level; /* holds zlib compression memory level */
96 int zlib_text_strategy; /* holds zlib compression strategy *
131 png_byte compression; \/* file compression type (always 0) *\/ member in struct:png_struct_def
    [all...]
  /external/libxml2/
xmlwriter.c 231 * @compression: compress the output?
238 xmlNewTextWriterFilename(const char *uri, int compression)
243 out = xmlOutputBufferCreateFilename(uri, NULL, compression);
266 * @compression: compress the output?
269 * TODO: handle compression
274 xmlNewTextWriterMemory(xmlBufferPtr buf, int compression ATTRIBUTE_UNUSED)
279 /*::todo handle compression */
302 * @compression: compress the output?
307 * TODO: handle compression
313 int compression ATTRIBUTE_UNUSED
    [all...]
c14n.c     [all...]
  /external/srec/config/en.us/
Android.mk 84 # the advancecomp suite of compression utilities. (On ubuntu,
  /external/libxml2/include/libxml/
globals.h 55 typedef xmlOutputBufferPtr (*xmlOutputBufferCreateFilenameFunc) (const char *URI, xmlCharEncodingHandlerPtr encoder, int compression);

Completed in 1850 milliseconds

12 3 4 5