Searched refs:notify_on_receive_settings (Results 1 – 8 of 8) sorted by relevance
137 if (t->notify_on_receive_settings != nullptr) { in grpc_chttp2_settings_parser_parse()139 t->notify_on_receive_settings, in grpc_chttp2_settings_parser_parse()141 t->notify_on_receive_settings = nullptr; in grpc_chttp2_settings_parser_parse()
50 grpc_closure* notify_on_receive_settings);
577 if (t->notify_on_receive_settings != nullptr) { in close_transport_locked()578 grpc_core::ExecCtx::Run(DEBUG_LOCATION, t->notify_on_receive_settings, in close_transport_locked()580 t->notify_on_receive_settings = nullptr; in close_transport_locked()3296 grpc_closure* notify_on_receive_settings) { in grpc_chttp2_transport_start_reading() argument3305 t->notify_on_receive_settings = notify_on_receive_settings; in grpc_chttp2_transport_start_reading()
303 grpc_closure* notify_on_receive_settings = nullptr; member
135 if (t->notify_on_receive_settings != nullptr) { in grpc_chttp2_settings_parser_parse()136 GRPC_CLOSURE_SCHED(t->notify_on_receive_settings, in grpc_chttp2_settings_parser_parse()138 t->notify_on_receive_settings = nullptr; in grpc_chttp2_settings_parser_parse()
43 grpc_closure* notify_on_receive_settings);
643 if (t->notify_on_receive_settings != nullptr) { in close_transport_locked()644 GRPC_CLOSURE_SCHED(t->notify_on_receive_settings, GRPC_ERROR_CANCELLED); in close_transport_locked()645 t->notify_on_receive_settings = nullptr; in close_transport_locked()3160 grpc_closure* notify_on_receive_settings) { in grpc_chttp2_transport_start_reading() argument3169 t->notify_on_receive_settings = notify_on_receive_settings; in grpc_chttp2_transport_start_reading()
289 grpc_closure* notify_on_receive_settings; member