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

  /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);
  /external/zlib/contrib/minizip/
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
unzip.c 157 uLong compression_method; /* compression method (0==store) */ member in struct:__anon15810
925 if (unz64local_getShort(&s->z_filefunc, s->filestream,&file_info.compression_method) != UNZ_OK)
    [all...]

Completed in 603 milliseconds