/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
H A D | lbxdata.h | 44 int compression; member in struct:_fonttaginfo
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/ |
H A D | lbxdata.h | 44 int compression; member in struct:_fonttaginfo
|
/vbox/src/libs/libxml2-2.6.31/ |
H A D | c14n.c | 1754 * @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 D | xmlsave.c | 1531 int compression = 0; /* TODO handle compression option */ local 1536 compression); 2338 if (cur->compression < 0) cur->compression = xmlGetCompressMode(); 2343 buf = xmlOutputBufferCreateFilename(filename, handler, cur->compression); 2381 * Dump an XML document to a file. Will use compression if 2399 * Dump an XML document to a file. Will use compression if
|
H A D | xmlwriter.c | 231 * @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 D | xmlIO.c | 1163 * @compression: the compression factor (0 - 9 included) 1171 xmlGzfileOpenW (const char *filename, int compression) { argument 1176 snprintf(mode, sizeof(mode), "wb%d", compression); 1271 int compression; member in struct:xmlIOHTTPWriteCtxt_ 1370 *@compression: Compression value to use 1376 * the compression is plagiarized from the zlib source files. 1379 xmlCreateZMemBuff( int compression ) { 1385 if ( ( compression < 1 ) || ( compression > 1684 xmlIOHTTPOpenW(const char *post_uri, int compression) argument [all...] |
H A D | testapi.c | 5405 int compression; /* the compression level (zlib requred): -1 - libxml default, 0 - uncompressed, >0 - compression level */ local 5422 compression = gen_int(n_compression, 6); 5424 ret_val = xmlC14NDocSave(doc, nodes, exclusive, inclusive_ns_prefixes, with_comments, filename, compression); 5433 des_int(n_compression, compression, 6); 23050 int mode; /* the compression ratio */ 23082 int mode; /* the compression ratio */ 28030 int compression; /* the compression ratio local 42550 int compression; /* compress the output? */ local 42591 int compression; /* compress the output? */ local 42632 int compression; /* compress the output? */ local 42676 int compression; /* compress the output? */ local [all...] |
/vbox/src/libs/libxml2-2.6.31/include/libxml/ |
H A D | tree.h | 505 int compression;/* level of zlib compression */ member in struct:_xmlDoc
|
/vbox/src/libs/libpng-1.2.8/ |
H A D | pngwutil.c | 159 png_charp text, png_size_t text_len, int compression, 169 if (compression == PNG_TEXT_COMPRESSION_NONE) 176 if (compression >= PNG_TEXT_COMPRESSION_LAST) 180 sprintf(msg, "Unknown compression type %d", compression); 183 png_warning(png_ptr, "Unknown compression type"); 202 /* set up the compression buffers */ 208 /* this is the same compression loop as in png_write_row() */ 263 /* finish the compression */ 336 /* handle the no-compression cas 158 png_text_compress(png_structp png_ptr, png_charp text, png_size_t text_len, int compression, compression_state *comp) argument 1334 png_write_zTXt(png_structp png_ptr, png_charp key, png_charp text, png_size_t text_len, int compression) argument 1387 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 D | png.h | 358 /* include the compression library's header */ 544 int compression; /* compression value: member in struct:png_text_struct 565 /* Supported compression types for text in PNG files (tEXt, and zTXt). 916 /* This is for compression type. PNG 1.0-1.2 only define the single type. */ 1110 int zlib_level; /* holds zlib compression level */ 1111 int zlib_method; /* holds zlib compression method */ 1112 int zlib_window_bits; /* holds zlib compression window bits */ 1113 int zlib_mem_level; /* holds zlib compression memory level */ 1114 int zlib_strategy; /* holds zlib compression strateg 1138 png_byte compression; /* file compression type (always 0) */ member in struct:png_struct_def [all...] |
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/ |
H A D | lbxstr.h | 399 CARD8 compression; member in struct:__anon2739
|
/vbox/src/VBox/Additions/x11/x11include/xextproto-7.1.1/X11/extensions/ |
H A D | lbxproto.h | 446 CARD8 compression; member in struct:__anon3918
|