Searched refs:WithUrgency (Results 1 – 2 of 2) sorted by relevance
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
D | chttp2_transport.cc | 2409 static void WithUrgency(grpc_chttp2_transport* t, in WithUrgency() function 2427 WithUrgency(t, action.send_stream_update(), in grpc_chttp2_act_on_flowctl_action() 2430 WithUrgency(t, action.send_transport_update(), in grpc_chttp2_act_on_flowctl_action() 2432 WithUrgency(t, action.send_initial_window_update(), in grpc_chttp2_act_on_flowctl_action() 2438 WithUrgency(t, action.send_max_frame_size_update(), in grpc_chttp2_act_on_flowctl_action()
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/ |
D | chttp2_transport.cc | 2392 static void WithUrgency(grpc_chttp2_transport* t, in WithUrgency() function 2410 WithUrgency(t, action.send_stream_update(), in grpc_chttp2_act_on_flowctl_action() 2413 WithUrgency(t, action.send_transport_update(), in grpc_chttp2_act_on_flowctl_action() 2415 WithUrgency(t, action.send_initial_window_update(), in grpc_chttp2_act_on_flowctl_action() 2421 WithUrgency(t, action.send_max_frame_size_update(), in grpc_chttp2_act_on_flowctl_action()
|