OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEFLATE
(Results
1 - 8
of
8
) sorted by null
/external/oauth/core/src/main/java/net/oauth/http/
HttpMessageDecoder.java
49
public static final String
DEFLATE
= "
deflate
";
50
public static final String ACCEPTED = GZIP + "," +
DEFLATE
;
59
} else if (
DEFLATE
.equalsIgnoreCase(encoding)) {
60
return
DEFLATE
;
75
} else if (encoding ==
DEFLATE
) {
/external/chromium_org/net/websockets/
websocket_deflate_predictor.h
21
//
Deflate
and send the message.
22
DEFLATE
,
23
// Do not
deflate
and send the original message.
34
// Predicts and returns whether the deflater should
deflate
the message
websocket_deflate_predictor_impl.cc
14
return
DEFLATE
;
websocket_deflate_predictor_impl_test.cc
24
EXPECT_EQ(WebSocketDeflatePredictor::
DEFLATE
, result);
websocket_deflate_stream.cc
76
int result =
Deflate
(frames);
109
int WebSocketDeflateStream::
Deflate
(ScopedVector<WebSocketFrame>* frames) {
187
case WebSocketDeflatePredictor::
DEFLATE
:
websocket_deflate_stream_test.cc
113
WebSocketDeflatePredictorMock() : result_(
DEFLATE
) {}
[
all
...]
/external/chromium_org/net/quic/crypto/
cert_compressor.cc
422
DEFLATE
,
442
if (type_ ==
DEFLATE
) {
475
ScopedZLib scoped_z(ScopedZLib::
DEFLATE
);
529
rv =
deflate
(&z, Z_NO_FLUSH);
539
rv =
deflate
(&z, Z_NO_FLUSH);
548
rv =
deflate
(&z, Z_FINISH);
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
_stream_hybi.py
392
# Enables
deflate
-stream extension.
430
self._logger.debug('Setup filter for
deflate
-stream')
842
RST packet. This is because when
deflate
-stream is enabled, some
843
DEFLATE
block for flushing data may follow a close frame. If any data
Completed in 207 milliseconds