Home
last modified time | relevance | path

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

/third_party/grpc/src/core/ext/transport/chttp2/client/
Dchttp2_connector.h42 static void OnReceiveSettings(void* arg, grpc_error* error);
Dchttp2_connector.cc176 GRPC_CLOSURE_INIT(&self->on_receive_settings_, OnReceiveSettings, self, in OnHandshakeDone()
197 void Chttp2Connector::OnReceiveSettings(void* arg, grpc_error* error) { in OnReceiveSettings() function in grpc_core::Chttp2Connector
/third_party/grpc/src/core/ext/transport/chttp2/server/
Dchttp2_server.cc140 static void OnReceiveSettings(void* arg, grpc_error* error);
234 void Chttp2ServerListener::ConnectionState::OnReceiveSettings( in OnReceiveSettings() function in grpc_core::__anon2e6940d10111::Chttp2ServerListener::ConnectionState
293 GRPC_CLOSURE_INIT(&self->on_receive_settings_, OnReceiveSettings, in OnHandshakeDone()