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

  /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);
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
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/zlib/contrib/minizip/
unzip.c 157 uLong compression_method; /* compression method (0==store) */ member in struct:__anon14459
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/qemu/distrib/libpng-1.2.19/
png.h     [all...]
  /external/libpng/
png.h     [all...]

Completed in 497 milliseconds