Searched refs:compressed (Results 1 - 25 of 86) sorted by relevance

1234

/macosx-10.9.5/libarchive-29/libarchive/libarchive/
H A Darchive_write_set_compression_gzip.c62 unsigned char *compressed; member in struct:private_data
161 state->compressed = (unsigned char *)malloc(state->compressed_buffer_size);
164 if (state->compressed == NULL) {
171 state->stream.next_out = state->compressed;
176 state->compressed[0] = 0x1f; /* GZip signature bytes */
177 state->compressed[1] = 0x8b;
178 state->compressed[2] = 0x08; /* "Deflate" compression */
179 state->compressed[3] = 0; /* No options */
180 state->compressed[4] = (t)&0xff; /* Timestamp */
181 state->compressed[
[all...]
H A Darchive_write_set_compression_xz.c73 unsigned char *compressed; member in struct:private_data
138 state->stream.next_out = state->compressed;
193 state->compressed = (unsigned char *)malloc(state->compressed_buffer_size);
194 if (state->compressed == NULL) {
206 free(state->compressed);
218 free(state->compressed);
248 * Write data to the compressed stream.
322 /* Optionally, pad the final compressed block. */
323 block_length = state->stream.next_out - state->compressed;
344 state->compressed, block_lengt
[all...]
H A Darchive_write_set_compression_bzip2.c62 char *compressed; member in struct:private_data
137 state->compressed = (char *)malloc(state->compressed_buffer_size);
139 if (state->compressed == NULL) {
146 state->stream.next_out = state->compressed;
161 free(state->compressed);
214 * Write data to the compressed stream.
290 /* Optionally, pad the final compressed block. */
291 block_length = state->stream.next_out - state->compressed;
312 state->compressed, block_length);
333 free(state->compressed);
[all...]
H A Darchive_write_set_compression_compress.c106 unsigned char *compressed; member in struct:private_data
164 state->compressed = malloc(state->compressed_buffer_size);
166 if (state->compressed == NULL) {
190 state->compressed[0] = 0x1f; /* Compress */
191 state->compressed[1] = 0x9d;
192 state->compressed[2] = 0x90; /* Block mode, 16bit max */
223 state->compressed[state->compressed_offset++] = c;
229 state->compressed, state->compressed_buffer_size);
323 * Write data to the compressed stream.
460 /* Optionally, pad the final compressed bloc
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dinet_ntop.c86 int compressed = 0; local
95 if (compressed == 0 &&
101 compressed = 1;
/macosx-10.9.5/cups-372.4/cups/cups/
H A Dfile-private.h98 compressed, /* Compression used? */ member in struct:_cups_file_s
H A Dfile.c348 if (fp->compressed && status >= 0)
361 * Flush any remaining compressed data...
447 * 'cupsFileCompression()' - Return whether a file is compressed.
455 return (fp ? fp->compressed : CUPS_FILE_NONE);
613 if (fp->compressed)
1205 * Open a compressed stream, so write the standard gzip file
1236 fp->compressed = 1;
1380 if (fp->compressed)
1559 if (fp->compressed)
1698 if (fp->compressed)
[all...]
/macosx-10.9.5/tcl-102/tcl/tcl/tools/
H A Dmkdepend.tcl239 array set compressed [list]
242 lappend compressed([lindex $pair 0]) [lindex $pair 1]
246 foreach n [array names compressed] {
247 lappend result [list $n [lsort $compressed($n)]]
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dlegacy-gnus-agent.el36 ;; history file and to support a compressed alist.
38 (defvar gnus-agent-compressed-agentview-search-only nil)
40 (defun gnus-agent-convert-to-compressed-agentview (converting-to)
42 converted to the compressed format."
64 (defun gnus-agent-convert-to-compressed-agentview-prompt ()
66 (let ((gnus-agent-compressed-agentview-search-only t))
67 (gnus-agent-convert-to-compressed-agentview nil))))
69 (gnus-convert-mark-converter-prompt 'gnus-agent-convert-to-compressed-agentview 'gnus-agent-convert-to-compressed-agentview-prompt)
109 (when gnus-agent-compressed
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/SOAP/Transport/
H A DHTTP.pm126 my $compressed
130 $envelope = Compress::Zlib::memGzip($envelope) if $compressed;
179 if $compressed;
206 } elsif ($self->http_response->code == 415 && $compressed) {
296 my $compressed = ($self->request->content_encoding || '') =~ /\b$COMPRESS\b/;
297 $self->options->{is_compress} ||= $compressed && eval { require Compress::Zlib };
302 if $compressed && !$self->options->{is_compress} ||
303 !$compressed && ($self->request->content_encoding || '') =~ /\S/;
324 my $content = $compressed ?
354 my $compressed
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/lib/SOAP/Transport/
H A DHTTP.pm170 my $compressed =
212 # doing it before breaks the compressed content (#74577)
213 $envelope = Compress::Zlib::memGzip($envelope) if $compressed;
244 if $compressed;
284 elsif ( $self->http_response->code == 415 && $compressed ) {
396 my $compressed =
399 $compressed && eval { require Compress::Zlib };
405 if $compressed && !$self->options->{is_compress}
406 || !$compressed
434 $compressed
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/lib/SOAP/Transport/
H A DHTTP.pm154 my $compressed = !exists $nocompress{$endpoint}
158 $envelope = Compress::Zlib::memGzip($envelope) if $compressed;
216 if $compressed;
251 elsif ($self->http_response->code == 415 && $compressed) {
354 my $compressed = ($self->request->content_encoding || '') =~ /\b$COMPRESS\b/;
355 $self->options->{is_compress} ||= $compressed && eval { require Compress::Zlib };
360 if $compressed && !$self->options->{is_compress} ||
361 !$compressed && ($self->request->content_encoding || '') =~ /\S/;
383 my $content = $compressed
416 my $compressed
[all...]
/macosx-10.9.5/curl-78.94.1/curl/src/
H A Dmkhelp.pl97 # if compressed
145 /* This mumbo-jumbo is the huge help text compressed with gzip.
147 to $gzipped bytes. You can disable the use of compressed help
179 /* Decompress and send to stdout a gzip-compressed buffer */
/macosx-10.9.5/apache-786.1/httpd/docs/conf/extra/
H A Dhttpd-autoindex.conf.in34 AddIconByEncoding (CMP,/icons/compressed.gif) x-compress x-gzip
45 AddIcon /icons/compressed.gif .Z .z .tgz .gz .zip
75 #AddDescription "GZIP compressed document" .gz
77 #AddDescription "GZIP compressed tar archive" .tgz
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dgzip.vim1 " Vim autoload file for editing compressed files.
23 " the flags in the compressed file.
44 " After reading compressed file: Uncompress text in buffer with "cmd"
88 " uncompress didn't work! Keep the compressed file then.
93 " delete the compressed lines; remember the line number
147 " After writing compressed file: Compress written file with "cmd"
165 " Before appending to compressed file: Uncompress file with "cmd"
193 " find a file name for the file to be compressed. Use "name" without an
/macosx-10.9.5/vim-53/runtime/plugin/
H A Dgzip.vim1 " Vim plugin for editing compressed files.
8 " - some autocommands are already taking care of compressed files
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/library/lib/
H A Dhtmllib.xotcl58 # the compressed parameter means that minimal HTML page are created
62 {compressed 0}
99 my instvar document compressed
102 if {$compressed == "0"} {
176 my instvar document indentLevel compressed
178 if {$compressed == "0"} {
/macosx-10.9.5/xar-202/xar/
H A Dxar.spec25 files in both compressed and uncompressed form, and the ability to query the
/macosx-10.9.5/CPAN-52/
H A DgetCPAN.pl102 if($status != 0 || `file $tarball` !~ /gzip compressed data/) {
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/commands/
H A Dgenerate_index_command.rb58 The .rz extension files are compressed with the inflate algorithm.
/macosx-10.9.5/dyld-239.4/src/
H A DImageLoaderMachO.cpp121 // determine if this mach-o file has classic or compressed LINKEDIT and number of segments it has
122 void ImageLoaderMachO::sniffLoadCommands(const macho_header* mh, const char* path, bool* compressed, argument
126 *compressed = false;
144 *compressed = true;
227 bool compressed; local
231 sniffLoadCommands(mh, path, &compressed, &segCount, &libCount, context, &codeSigCmd);
233 if ( compressed )
259 bool compressed; local
263 sniffLoadCommands((const macho_header*)fileData, path, &compressed, &segCount, &libCount, context, &codeSigCmd);
265 if ( compressed )
279 bool compressed; local
298 bool compressed; local
[all...]
/macosx-10.9.5/cups-372.4/cups/filter/
H A Draster.c38 * cups_raster_write() - Write a row of compressed raster data...
71 int compressed, /* Non-zero if data is compressed */ member in struct:_cups_raster_s
129 * be used - compressed and PWG output is generally 25-50% smaller but adds a
155 * be used - compressed and PWG output is generally 25-50% smaller but adds a
213 r->compressed = 1;
236 r->compressed = 1;
241 r->compressed = 1;
351 if (!r->compressed)
380 * Read compressed dat
[all...]
/macosx-10.9.5/zlib-53/zlib/contrib/delphi/
H A DZLib.pas59 stores the compressed data to another stream.
73 data has been compressed: (1 - (CompressedBytes / UncompressedBytes)) * 100
74 If raw data size = 100 and compressed data size = 25, the CompressionRate
112 compressed data is exhausted and the next block is read from the input stream.
129 In: InBuf = ptr to compressed data
138 In: InBuf = ptr to compressed data
147 In: InBuf = ptr to compressed data
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/
H A Ddemo.tcl1311 show_image sgi "true color compressed" {
1632 show_image sgi "true color compressed with alpha" {
2037 show_image sun "true color compressed" {
2149 show_image sun "indexed compressed" {
2199 show_image tga "true color compressed" {
2509 show_image tga "true color compressed with alpha" {
2972 show_image tiff "packbits compressed" {
2998 show_image tiff "pixarlog compressed" {
3023 show_image tiff "logluv compressed" {
3030 show_image tiff "jpeg compressed" {
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/XMLRPC/Transport/
H A DHTTP.pm169 Server will accept compressed message if module Compress::Zlib is available,
170 and will respond with compressed message ONLY IF: threshold is specified AND

Completed in 303 milliseconds

1234