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

1 2

  /libcore/crypto/src/main/java/org/conscrypt/
ServerHello.java 55 byte compression_method; field in class:ServerHello
63 * @param compression_method
66 byte[] session_id, CipherSuite cipher_suite, byte compression_method) {
75 this.compression_method = compression_method;
97 compression_method = (byte) in.read();
116 out.write(compression_method);
ClientHandshakeImpl.java 206 if (serverHello.compression_method != 0) {
  /external/chromium/net/base/
ssl_cipher_suite_names.h 24 // specified by |compression_method|, which is the TLS compression id.
26 void SSLCompressionToString(const char** name, uint8 compression_method);
  /external/chromium_org/chrome/test/chromedriver/
util.cc 196 if (!stream.ReadUInt16(&zip->compression_method)) {
292 stream.WriteUInt16(compression_method);
310 stream.WriteUInt16(compression_method);
346 uint16 compression_method; member in struct:__anon9464::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:__anon16432
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:__anon30822
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/chromium_org/chrome/test/webdriver/
webdriver_util.cc 183 if (!stream.ReadUInt16(&zip->compression_method)) {
279 stream.WriteUInt16(compression_method);
297 stream.WriteUInt16(compression_method);
333 uint16 compression_method; member in struct:webdriver::__anon9513::ZipEntry
  /external/chromium_org/net/third_party/nss/ssl/
ssl3prot.h 163 SSLCompressionMethod compression_method; member in struct:__anon11484
sslinfo.c 69 inf.compressionMethod = ss->ssl3.cwSpec->compression_method;
ssl3ext.c     [all...]
sslimpl.h 556 SSLCompressionMethod compression_method; member in struct:__anon11524
991 SSLCompressionMethod compression_method; member in struct:SessionTicketStr
    [all...]
  /external/chromium_org/third_party/tlslite/tlslite/
messages.py 225 self.compression_method = 0
235 self.compression_method = 0
244 self.compression_method = p.get(1)
266 w.add(self.compression_method, 1)
  /external/chromium_org/third_party/tlslite/patches/
channel_id.patch 163 self.compression_method = 0
  /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/
png.h     [all...]
  /external/qemu/distrib/libpng-1.2.19/
png.h     [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
png.h     [all...]

Completed in 1008 milliseconds

1 2