HomeSort by relevance Sort by last modified time
    Searched full:compression_method (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium_org/chrome/test/chromedriver/
util.cc 200 if (!stream.ReadUInt16(&zip->compression_method)) {
296 stream.WriteUInt16(compression_method);
314 stream.WriteUInt16(compression_method);
350 uint16 compression_method; member in struct:__anon10529::ZipEntry
  /external/zlib/src/contrib/ada/
zlib.ads 43 type Compression_Method is private;
66 Deflated : constant Compression_Method;
138 Method : in Compression_Method := Deflated;
296 type Compression_Method is new Integer range 8 .. 8;
312 Deflated : constant Compression_Method := 8;
zlib.adb 194 Method : in Compression_Method := Deflated;
  /external/chromium_org/third_party/zlib/contrib/minizip/
unzip.c 157 uLong compression_method; /* compression method (0==store) */ member in struct:__anon20294
925 if (unz64local_getShort(&s->z_filefunc, s->filestream,&file_info.compression_method) != UNZ_OK)
    [all...]
miniunz.c 253 if (file_info.compression_method==0)
256 if (file_info.compression_method==Z_DEFLATED)
267 if (file_info.compression_method==Z_BZIP2ED)
unzip.h 116 uLong compression_method; /* compression method 2 bytes */ member in struct:unz_file_info64_s
137 uLong compression_method; /* compression method 2 bytes */ member in struct:unz_file_info_s
  /external/zlib/src/contrib/minizip/
unzip.c 157 uLong compression_method; /* compression method (0==store) */ member in struct:__anon37537
925 if (unz64local_getShort(&s->z_filefunc, s->filestream,&file_info.compression_method) != UNZ_OK)
    [all...]
miniunz.c 266 if (file_info.compression_method==0)
269 if (file_info.compression_method==Z_DEFLATED)
280 if (file_info.compression_method==Z_BZIP2ED)
unzip.h 116 uLong compression_method; /* compression method 2 bytes */ member in struct:unz_file_info64_s
137 uLong compression_method; /* compression method 2 bytes */ member in struct:unz_file_info_s
  /external/libpng/contrib/examples/
pngpixel.c 182 compression_method, filter_method; local
217 &compression_method, &filter_method))
  /external/chromium_org/net/third_party/nss/ssl/
ssl3prot.h 164 SSLCompressionMethod compression_method; member in struct:__anon13676
sslinfo.c 61 inf.compressionMethod = ss->ssl3.cwSpec->compression_method;
ssl3ext.c     [all...]
sslimpl.h 582 SSLCompressionMethod compression_method; member in struct:__anon13716
1074 SSLCompressionMethod compression_method; member in struct:SessionTicketStr
    [all...]
  /external/chromium_org/third_party/tlslite/tlslite/
messages.py 264 self.compression_method = 0
279 self.compression_method = 0
290 self.compression_method = p.get(1)
339 w.add(self.compression_method, 1)
tlsconnection.py 675 if serverHello.compression_method != 0:
    [all...]
  /external/libpng/contrib/libtests/
pngimage.c 522 int compression_method; member in struct:display
868 &dp->interlace_method, &dp->compression_method, &dp->filter_method))
920 int interlace_method, compression_method, filter_method; local
924 &color_type, &interlace_method, &compression_method, &filter_method);
936 C(compression_method);
    [all...]
  /system/core/libziparchive/
zip_archive.cc 110 uint16_t compression_method; member in struct:CentralDirectoryRecord
159 uint16_t compression_method; member in struct:LocalFileHeader
789 data->method = cdr->compression_method;
    [all...]
  /external/wpa_supplicant_8/src/tls/
tlsv1_client_read.c 156 /* CompressionMethod compression_method */
tlsv1_server_write.c 97 /* CompressionMethod compression_method */
  /external/chromium_org/third_party/libpng/
png.h     [all...]
  /external/libpng/contrib/tools/
pngfix.c 847 png_byte compression_method; member in struct:file
    [all...]
  /external/qemu/distrib/libpng-1.2.46/
png.h     [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
png.h     [all...]
  /external/libpng/
pngpriv.h     [all...]

Completed in 641 milliseconds

1 2