HomeSort by relevance Sort by last modified time
    Searched refs:GZIP (Results 1 - 16 of 16) sorted by null

  /external/oauth/core/src/main/java/net/oauth/http/
HttpMessageDecoder.java 48 public static final String GZIP = "gzip";
50 public static final String ACCEPTED = GZIP + "," + DEFLATE;
56 } else if (GZIP.equalsIgnoreCase(encoding)
57 || ("x-" + GZIP).equalsIgnoreCase(encoding)) {
58 return GZIP;
73 if (encoding == GZIP) {
  /external/protobuf/src/google/protobuf/io/
gzip_stream.h 59 // zlib will autodetect gzip header or deflate stream
62 // GZIP streams have some extra header data for file attributes.
63 GZIP = 1,
69 // buffer_size and format may be -1 for default of 64kB and GZIP format
113 // GZIP streams have some extra header data for file attributes.
114 GZIP = 1,
121 // Defaults to GZIP.
170 // Writes out all data and closes the gzip stream.
gzip_stream.cc 94 case GZIP: windowBitsFormat = 16; break;
172 : format(GZIP),
216 // default to GZIP format
zero_copy_stream_unittest.cc 300 &output, GzipOutputStream::GZIP, gzip_buffer_size);
308 &input, GzipInputStream::GZIP, gzip_buffer_size);
363 GzipOutputStream gzout(&output, GzipOutputStream::GZIP);
427 // ZLIB format should differ from GZIP format.
  /external/zlib/
gzguts.h 74 /* gzip modes, also provide a little integrity check on the passed structure */
81 #define LOOK 0 /* look for a gzip header */
83 #define GZIP 2 /* decompress a gzip stream */
85 /* internal gzip file state data structure */
88 int mode; /* see gzip modes above */
100 z_off64_t start; /* where the gzip data started, for rewinding */
103 int direct; /* true if last read direct, false if gzip */
gzread.c 1 /* gzread.c -- zlib functions for reading gzip files
92 /* Look for gzip header, set up for inflate or copy. state->have must be zero.
95 if there is no gzip header and direct copying will be performed, or it will
96 be set to GZIP for decompression, and the gzip header will be skipped so
102 success or -1 on failure. Failures may include read errors or gzip header
149 /* look for the gzip magic header bytes 31 and 139 */
156 /* we have a gzip header, woo hoo! */
199 state->how = GZIP;
204 /* not a gzip file -- save first byte (31) and fall to raw i/o *
    [all...]
deflate.h 18 /* define NO_GZIP when compiling if you want to disable gzip header and
20 the crc code when it is not needed. For shared libraries, gzip encoding
23 # define GZIP
101 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */
102 gz_headerp gzhead; /* gzip header information to write */
226 * This is applicable only for zip (not gzip or zlib).
deflate.c 253 #ifdef GZIP
255 wrap = 2; /* write gzip wrapper instead */
376 #ifdef GZIP
511 case 2: /* gzip wrapper */
513 if (s->gzhead != Z_NULL) { /* user-supplied gzip header */
608 #ifdef GZIP
681 #ifdef GZIP
869 #ifdef GZIP
    [all...]
  /external/grub/util/
grub-image 69 GZIP=-9 tar -zcf $bootdir.tar.gz $bootdir
grub-image.in 69 GZIP=-9 tar -zcf $bootdir.tar.gz $bootdir
  /external/bison/
Makefile 508 dist-gzip: distdir
509 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
520 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
529 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
539 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
545 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
685 ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-shar
    [all...]
  /external/chromium/third_party/zlib/
deflate.h 18 /* define NO_GZIP when compiling if you want to disable gzip header and
20 the crc code when it is not needed. For shared libraries, gzip encoding
23 # define GZIP
101 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */
102 gz_headerp gzhead; /* gzip header information to write */
226 * This is applicable only for zip (not gzip or zlib).
deflate.c 259 #ifdef GZIP
261 wrap = 2; /* write gzip wrapper instead */
380 #ifdef GZIP
578 #ifdef GZIP
651 #ifdef GZIP
833 #ifdef GZIP
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
deflate.h 18 /* define NO_GZIP when compiling if you want to disable gzip header and
20 the crc code when it is not needed. For shared libraries, gzip encoding
23 # define GZIP
101 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */
102 gz_headerp gzhead; /* gzip header information to write */
226 * This is applicable only for zip (not gzip or zlib).
deflate.c 259 #ifdef GZIP
261 wrap = 2; /* write gzip wrapper instead */
380 #ifdef GZIP
578 #ifdef GZIP
651 #ifdef GZIP
833 #ifdef GZIP
    [all...]
  /prebuilt/common/ant/
ant.jar 

Completed in 397 milliseconds