Searched refs:notify_on_receive_settings (Results 1 – 4 of 4) sorted by relevance
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