HomeSort by relevance Sort by last modified time
    Searched refs:compression_method (Results 1 - 15 of 15) 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/minizip/
unzip.c 157 uLong compression_method; /* compression method (0==store) */ member in struct:__anon8615
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/third_party/zlib/contrib/minizip/
unzip.c 124 uLong compression_method; /* compression method (0==store) */ member in struct:__anon3111
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...]
unzip.h 108 uLong compression_method; /* compression method 2 bytes */ member in struct:unz_file_info_s
miniunz.c 200 if (file_info.compression_method==0)
203 if (file_info.compression_method==Z_DEFLATED)
  /external/chromium/net/third_party/nss/ssl/
ssl3prot.h 191 SSLCompressionMethod compression_method; member in struct:__anon2584
sslinfo.c 95 inf.compressionMethod = ss->ssl3.crSpec->compression_method;
ssl3ext.c     [all...]
sslimpl.h 540 SSLCompressionMethod compression_method; member in struct:__anon2620
863 SSLCompressionMethod compression_method; member in struct:SessionTicketStr
    [all...]
ssl3con.c 1445 SSLCompressionMethod compression_method; local
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
png.h     [all...]
  /external/libpng/
png.h     [all...]

Completed in 2093 milliseconds