OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:compression_methods
(Results
1 - 2
of
2
) sorted by null
/libcore/crypto/src/main/java/org/conscrypt/
ClientHello.java
57
final byte[]
compression_methods
;
field in class:ClientHello
77
compression_methods
= new byte[] { 0 }; // CompressionMethod.null
79
+
compression_methods
.length;
109
compression_methods
= new byte[size];
110
in.read(
compression_methods
, 0, size);
112
+
compression_methods
.length;
154
compression_methods
= new byte[] { 0 }; // CompressionMethod.null
168
+
compression_methods
.length;
186
out.writeUint8(
compression_methods
.length);
187
for (int i = 0; i <
compression_methods
.length; i++)
[
all
...]
/external/chromium_org/net/third_party/nss/ssl/
ssl3prot.h
156
SSLCompressionMethod
compression_methods
[MAX_COMPRESSION_METHODS];
member in struct:__anon12177
Completed in 63 milliseconds