Home
last modified time | relevance | path

Searched defs:client_max_window_bits (Results 1 – 3 of 3) sorted by relevance

/external/cronet/net/websockets/
Dwebsocket_deflate_parameters.h73 int client_max_window_bits() const { in client_max_window_bits() function
Dwebsocket_deflate_stream_fuzzer.cc115 int client_max_window_bits = ((window_bits >> 3) & 0x7) + 8; in WebSocketDeflateStreamFuzz() local
Dwebsocket_deflate_stream.cc48 int client_max_window_bits = 15; in WebSocketDeflateStream() local