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

1 2

  /external/chromium_org/third_party/zlib/contrib/minizip/
unzip.c 157 uLong compression_method; /* compression method (0==store) */ member in struct:__anon95
925 if (unz64local_getShort(&s->z_filefunc, s->filestream,&file_info.compression_method) != UNZ_OK)
    [all...]
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
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)
  /external/zlib/src/contrib/minizip/
unzip.c 157 uLong compression_method; /* compression method (0==store) */ member in struct:__anon17511
925 if (unz64local_getShort(&s->z_filefunc, s->filestream,&file_info.compression_method) != UNZ_OK)
    [all...]
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
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)
  /external/chromium_org/chrome/test/chromedriver/
util.cc 205 if (!stream.ReadUInt16(&zip->compression_method)) {
301 stream.WriteUInt16(compression_method);
319 stream.WriteUInt16(compression_method);
355 uint16 compression_method; member in struct:__anon10605::ZipEntry
  /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:__anon14296
sslinfo.c 61 inf.compressionMethod = ss->ssl3.cwSpec->compression_method;
sslimpl.h 582 SSLCompressionMethod compression_method; member in struct:__anon14336
1074 SSLCompressionMethod compression_method; member in struct:SessionTicketStr
    [all...]
ssl3ext.c     [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...]
  /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...]
  /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/zopfli/src/zopflipng/lodepng/
lodepng.h 404 unsigned compression_method;/*compression method of the original file. Always 0.*/ member in struct:LodePNGInfo
    [all...]
  /external/chromium_org/third_party/boringssl/src/ssl/
s3_clnt.c 800 uint8_t compression_method; local
820 !CBS_get_u8(&server_hello, &compression_method))
963 if (compression_method != 0)
    [all...]
  /external/libpng/contrib/tools/
pngfix.c 847 png_byte compression_method; member in struct:file
    [all...]
  /external/libpng/
png.h     [all...]
pngpriv.h     [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
png.h     [all...]
pngpriv.h 811 int bit_depth, int color_type, int compression_method, int filter_method,
    [all...]
  /external/chromium_org/third_party/libpng/
png.h     [all...]
  /external/qemu/distrib/libpng-1.2.46/
png.h     [all...]

Completed in 513 milliseconds

1 2