Home
last modified time | relevance | path

Searched refs:max_frame_size_ (Results 1 – 3 of 3) sorted by relevance

/third_party/grpc/src/core/lib/security/transport/
Dsecurity_handshaker.cc106 size_t max_frame_size_ = 0; member in grpc_core::__anon7ce32ab90111::SecurityHandshaker
120 max_frame_size_ = grpc_channel_arg_get_integer( in SecurityHandshaker()
211 handshaker_result_, max_frame_size_ == 0 ? nullptr : &max_frame_size_, in OnPeerCheckedInner()
225 handshaker_result_, max_frame_size_ == 0 ? nullptr : &max_frame_size_, in OnPeerCheckedInner()
/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dflow_control.h78 uint32_t max_frame_size() const { return max_frame_size_; } in max_frame_size()
97 max_frame_size_ = update; in set_send_max_frame_size_update()
110 uint32_t max_frame_size_ = 0; variable
Dflow_control.cc148 max_frame_size_); in Trace()