Home
last modified time | relevance | path

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

/third_party/grpc/src/core/ext/transport/chttp2/client/
Dchttp2_connector.h66 grpc_closure on_receive_settings_; variable
Dchttp2_connector.cc176 GRPC_CLOSURE_INIT(&self->on_receive_settings_, OnReceiveSettings, self, in OnHandshakeDone()
181 &self->on_receive_settings_); in OnHandshakeDone()
/third_party/grpc/src/core/ext/transport/chttp2/server/
Dchttp2_server.cc152 grpc_closure on_receive_settings_; member in grpc_core::__anon2e6940d10111::Chttp2ServerListener::ConnectionState
293 GRPC_CLOSURE_INIT(&self->on_receive_settings_, OnReceiveSettings, in OnHandshakeDone()
296 &self->on_receive_settings_); in OnHandshakeDone()