Searched refs:compression (Results 76 - 100 of 126) sorted by relevance

123456

/external/qemu/distrib/libpng-1.2.19/
H A Dpngpread.c757 png_error(png_ptr, "Extra compression data");
1133 text_ptr->compression = PNG_TEXT_COMPRESSION_NONE;
1232 if (*text != PNG_TEXT_COMPRESSION_zTXt) /* check compression byte */
1326 text_ptr->compression = PNG_TEXT_COMPRESSION_zTXt;
1438 text_ptr->compression = comp_flag + 2;
H A Dpng.h402 /* include the compression library's header */
588 int compression; /* compression value: member in struct:png_text_struct
609 /* Supported compression types for text in PNG files (tEXt, and zTXt).
962 /* This is for compression type. PNG 1.0-1.2 only define the single type. */
1156 int zlib_level; /* holds zlib compression level */
1157 int zlib_method; /* holds zlib compression method */
1158 int zlib_window_bits; /* holds zlib compression window bits */
1159 int zlib_mem_level; /* holds zlib compression memory level */
1160 int zlib_strategy; /* holds zlib compression strateg
1184 png_byte compression; /* file compression type (always 0) */ member in struct:png_struct_def
[all...]
/external/chromium_org/content/browser/indexed_db/leveldb/
H A Dleveldb_database.cc86 // Marking compression as explicitly off so snappy support can be
89 options.compression = leveldb::kNoCompression;
/external/chromium_org/native_client_sdk/src/tools/
H A Doshelpers.py441 zip_info.compress_type = zip_stream.compression
/external/chromium_org/third_party/leveldatabase/src/table/
H A Dtable_test.cc813 options.compression = kNoCompression;
838 fprintf(stderr, "skipping compression tests\n");
853 options.compression = kSnappyCompression;
/external/openssh/
H A Dssh.c572 options.compression = 1;
1165 /* Enable compression if requested. */
1166 if (options.compression) {
1167 debug("Requesting compression at level %d.",
1184 logit("Warning: Remote host refused compression.");
1187 "compression response.");
H A Dmonitor.c490 if (options.compression) {
1772 if (options.compression)
1889 debug3("%s: Getting compression state", __func__);
1890 /* Get compression state */
1993 if (options.compression) {
H A Dsshd.c2318 if (options.compression == COMP_NONE) {
2321 } else if (options.compression == COMP_DELAYED) {
/external/zlib/src/contrib/pascal/
H A Dzlibpas.pas1 (* zlibpas -- Pascal interface to the zlib data compression library
/external/chromium_org/net/third_party/nss/ssl/
H A Dsslsnce.c121 /* 2 */ PRUint16 compression; /* SSLCompressionMethod */ member in struct:sidCacheEntryStr::__anon9140::__anon9142
503 to->u.ssl3.compression = (PRUint16)from->u.ssl3.compression;
580 to->u.ssl3.compression = (SSLCompressionMethod)from->u.ssl3.compression;
H A Dsslimpl.h639 SSLCompressionMethod compression; member in struct:sslSessionIDStr::__anon9120::__anon9122
837 SSLCompressionMethod compression; member in struct:SSL3HandshakeStateStr
1438 * other compression and cryptographic expansions.
/external/libxml2/
H A Dxmlsave.c1736 int compression = 0; /* TODO handle compression option */ local
1741 compression);
2548 if (cur->compression < 0) cur->compression = xmlGetCompressMode();
2553 buf = xmlOutputBufferCreateFilename(filename, handler, cur->compression);
2592 * Dump an XML document to a file. Will use compression if
2610 * Dump an XML document to a file. Will use compression if
/external/chromium_org/third_party/libxslt/libxslt/
H A Dxsltutils.c1592 * @compression: the compression factor (0 - 9 included)
1601 xsltStylesheetPtr style, int compression) {
1620 buf = xmlOutputBufferCreateFilename(URL, encoder, compression);
1622 buf = xmlOutputBufferCreateFilename(URL, NULL, compression);
1600 xsltSaveResultToFilename(const char *URL, xmlDocPtr result, xsltStylesheetPtr style, int compression) argument
/external/libxslt/libxslt/
H A Dxsltutils.c1592 * @compression: the compression factor (0 - 9 included)
1601 xsltStylesheetPtr style, int compression) {
1620 buf = xmlOutputBufferCreateFilename(URL, encoder, compression);
1622 buf = xmlOutputBufferCreateFilename(URL, NULL, compression);
1600 xsltSaveResultToFilename(const char *URL, xmlDocPtr result, xsltStylesheetPtr style, int compression) argument
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dc.cc450 opt->rep.compression = static_cast<CompressionType>(t);
H A Ddb_test.cc246 options.compression = kNoCompression;
993 options.compression = kNoCompression;
1046 options.compression = kNoCompression;
1095 options.compression = kNoCompression;
/external/chromium_org/tools/imagediff/
H A Dimage_diff_png.cc445 png_text_[pos].compression = PNG_TEXT_COMPRESSION_NONE;
/external/chromium_org/ui/gfx/codec/
H A Dpng_codec.cc570 png_text_[pos].compression = PNG_TEXT_COMPRESSION_NONE;
/external/smack/src/org/jivesoftware/smack/
H A DXMPPConnection.java23 import org.jivesoftware.smack.compression.XMPPInputOutputStream;
98 * Collection of available stream compression methods offered by the server.
103 * Set to true by packet writer if the server acknowledged the compression
112 * will be used if available, stream compression is disabled, and standard SASL
245 // If compression is enabled then request the server to use stream compression
308 // If compression is enabled then request the server to use stream compression
903 * Sets the available stream compression methods offered by the server.
905 * @param methods compression method
[all...]
/external/chromium_org/third_party/libpng/
H A Dpngrutil.c406 png_snprintf(umsg, sizeof umsg, "Unknown zTXt compression type %d",
410 png_warning(png_ptr, "Unknown zTXt compression type");
1109 /* There should be at least one zero (the compression type byte)
1124 png_warning(png_ptr, "Ignoring nonzero compression type in iCCP chunk");
2080 text_ptr->compression = PNG_TEXT_COMPRESSION_NONE;
2181 png_warning(png_ptr, "Unknown compression type in zTXt chunk");
2200 text_ptr->compression = comp_type;
2290 /* iTXt must have a language tag (possibly empty), two compression bytes,
2348 text_ptr->compression = (int)comp_flag + 1;
3184 png_warning(png_ptr, "Extra compression dat
[all...]
H A Dpng.h518 /* Include the compression library's header */
701 int compression; /* compression value: member in struct:png_text_struct
722 /* Supported compression types for text in PNG files (tEXt, and zTXt).
1079 /* This is for compression type. PNG 1.0-1.2 only define the single type. */
1278 int zlib_level PNG_DEPSTRUCT; /* holds zlib compression level */
1279 int zlib_method PNG_DEPSTRUCT; /* holds zlib compression method */
1280 int zlib_window_bits PNG_DEPSTRUCT; /* holds zlib compression window bits */
1281 int zlib_mem_level PNG_DEPSTRUCT; /* holds zlib compression memory level */
1282 int zlib_strategy PNG_DEPSTRUCT; /* holds zlib compression strateg
[all...]
/external/libpng/
H A Dpngrutil.c422 png_snprintf(umsg, sizeof umsg, "Unknown zTXt compression type %d",
426 png_warning(png_ptr, "Unknown zTXt compression type");
1125 /* There should be at least one zero (the compression type byte)
1140 png_warning(png_ptr, "Ignoring nonzero compression type in iCCP chunk");
2096 text_ptr->compression = PNG_TEXT_COMPRESSION_NONE;
2197 png_warning(png_ptr, "Unknown compression type in zTXt chunk");
2216 text_ptr->compression = comp_type;
2306 /* iTXt must have a language tag (possibly empty), two compression bytes,
2364 text_ptr->compression = (int)comp_flag + 1;
3226 png_warning(png_ptr, "Extra compression dat
[all...]
/external/zlib/src/contrib/delphi/
H A DZLib.pas79 indicator when you are writing a large chunk of data to the compression
/external/chromium_org/third_party/libxml/src/
H A DHTMLtree.c1138 buf = xmlOutputBufferCreateFilename(filename, handler, cur->compression);
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dtree.h525 int compression;/* level of zlib compression */ member in struct:_xmlDoc

Completed in 1411 milliseconds

123456