Home
last modified time | relevance | path

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

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