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

  /external/chromium_org/third_party/zlib/contrib/minizip/
unzip.c 157 uLong compression_method; /* compression method (0==store) */ member in struct:__anon21008
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/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...]
ssl3con.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...]
  /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...]
  /external/chromium_org/third_party/libpng/
png.h     [all...]

Completed in 2190 milliseconds