Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/websockets/
H A Dwebsocket_deflate_parameters.h110 struct WindowBits { struct
111 WindowBits() : WindowBits(0, false, false) {} in WindowBits() argument
112 WindowBits(int16_t bits, bool is_specified, bool has_value) in WindowBits() function
134 WindowBits server_max_window_bits_; argument