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

  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
ServerHello.java 54 byte compression_method; field in class:ServerHello
62 * @param compression_method
65 byte[] session_id, CipherSuite cipher_suite, byte compression_method) {
74 this.compression_method = compression_method;
96 compression_method = (byte) in.read();
115 out.write(compression_method);
ClientHandshakeImpl.java 216 if (serverHello.compression_method != 0) {
  /external/zlib/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/zlib/contrib/minizip/
unzip.c 157 uLong compression_method; /* compression method (0==store) */ member in struct:__anon8774
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/chromium/third_party/zlib/contrib/minizip/
unzip.c 124 uLong compression_method; /* compression method (0==store) */ member in struct:__anon3278
630 if (unzlocal_getShort(&s->z_filefunc, s->filestream,&file_info.compression_method) != UNZ_OK)
1004 else if ((err==UNZ_OK) && (uData!=s->cur_file_info.compression_method))
1007 if ((err==UNZ_OK) && (s->cur_file_info.compression_method!=0) &&
1008 (s->cur_file_info.compression_method!=Z_DEFLATED))
    [all...]
miniunz.c 200 if (file_info.compression_method==0)
203 if (file_info.compression_method==Z_DEFLATED)
unzip.h 108 uLong compression_method; /* compression method 2 bytes */ member in struct:unz_file_info_s
  /external/chromium/net/third_party/nss/ssl/
ssl3prot.h 191 SSLCompressionMethod compression_method; member in struct:__anon2751
sslinfo.c 95 inf.compressionMethod = ss->ssl3.crSpec->compression_method;
ssl3ext.c     [all...]
sslimpl.h 540 SSLCompressionMethod compression_method; member in struct:__anon2787
863 SSLCompressionMethod compression_method; member in struct:SessionTicketStr
    [all...]
ssl3con.c 1445 SSLCompressionMethod compression_method; local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
tlsv1_client_read.c 155 /* CompressionMethod compression_method */
tlsv1_server_write.c 101 /* CompressionMethod compression_method */
  /external/libpng/
png.h     [all...]
pngrutil.c     [all...]
  /external/qemu/distrib/libpng-1.2.19/
png.h     [all...]
pngrutil.c     [all...]
  /external/wpa_supplicant/
tlsv1_client.c 372 /* CompressionMethod compression_method */
    [all...]

Completed in 786 milliseconds