Searched defs:compression (Results 1 - 11 of 11) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dwad.h60 char compression; member in struct:__anon4272
/external/quake/quake/src/WinQuake/
H A Dwad.h60 char compression; member in struct:__anon4730
/external/libxml2/
H A Dc14n.c1754 * @compression: the compression level (zlib requred):
1757 * >0 - compression level
1768 int with_comments, const char *filename, int compression)
1778 if (compression < 0)
1779 compression = xmlGetCompressMode();
1785 buf = xmlOutputBufferCreateFilename(filename, NULL, compression);
1766 xmlC14NDocSave(xmlDocPtr doc, xmlNodeSetPtr nodes, int exclusive, xmlChar ** inclusive_ns_prefixes, int with_comments, const char *filename, int compression) argument
H A Dxmlsave.c1663 int compression = 0; /* TODO handle compression option */ local
1668 compression);
2475 if (cur->compression < 0) cur->compression = xmlGetCompressMode();
2480 buf = xmlOutputBufferCreateFilename(filename, handler, cur->compression);
2519 * Dump an XML document to a file. Will use compression if
2537 * Dump an XML document to a file. Will use compression if
H A Dxmlwriter.c231 * @compression: compress the output?
238 xmlNewTextWriterFilename(const char *uri, int compression) argument
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_UNUSE
358 xmlNewTextWriterDoc(xmlDocPtr * doc, int compression) argument
419 xmlNewTextWriterTree(xmlDocPtr doc, xmlNodePtr node, int compression) argument
[all...]
H A DxmlIO.c1166 * @compression: the compression factor (0 - 9 included)
1174 xmlGzfileOpenW (const char *filename, int compression) { argument
1179 snprintf(mode, sizeof(mode), "wb%d", compression);
1274 int compression; member in struct:xmlIOHTTPWriteCtxt_
1373 *@compression: Compression value to use
1379 * the compression is plagiarized from the zlib source files.
1382 xmlCreateZMemBuff( int compression ) {
1388 if ( ( compression < 1 ) || ( compression >
1687 xmlIOHTTPOpenW(const char *post_uri, int compression) argument
[all...]
/external/libpng/
H A Dpngwutil.c176 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 cas
175 png_text_compress(png_structp png_ptr, png_charp text, png_size_t text_len, int compression, compression_state *comp) argument
1392 png_write_zTXt(png_structp png_ptr, png_charp key, png_charp text, png_size_t text_len, int compression) argument
1452 png_write_iTXt(png_structp png_ptr, int compression, png_charp key, png_charp lang, png_charp lang_key, png_charp text) argument
[all...]
H A Dpng.h521 /* Include the compression library's header */
704 int compression; /* compression value: member in struct:png_text_struct
725 /* Supported compression types for text in PNG files (tEXt, and zTXt).
1082 /* This is for compression type. PNG 1.0-1.2 only define the single type. */
1281 int zlib_level PNG_DEPSTRUCT; /* holds zlib compression level */
1282 int zlib_method PNG_DEPSTRUCT; /* holds zlib compression method */
1283 int zlib_window_bits PNG_DEPSTRUCT; /* holds zlib compression window bits */
1284 int zlib_mem_level PNG_DEPSTRUCT; /* holds zlib compression memory level */
1285 int zlib_strategy PNG_DEPSTRUCT; /* holds zlib compression strateg
[all...]
/external/libxml2/include/libxml/
H A Dtree.h524 int compression;/* level of zlib compression */ member in struct:_xmlDoc
/external/qemu/distrib/libpng-1.2.19/
H A Dpngwutil.c162 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 cas
161 png_text_compress(png_structp png_ptr, png_charp text, png_size_t text_len, int compression, compression_state *comp) argument
1368 png_write_zTXt(png_structp png_ptr, png_charp key, png_charp text, png_size_t text_len, int compression) argument
1427 png_write_iTXt(png_structp png_ptr, int compression, png_charp key, png_charp lang, png_charp lang_key, png_charp text) argument
[all...]
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...]

Completed in 129 milliseconds