Searched refs:grpc_chttp2_act_on_flowctl_action (Results 1 – 3 of 3) sorted by relevance
/third_party/grpc/src/core/ext/transport/chttp2/transport/ |
D | chttp2_transport.cc | 501 grpc_chttp2_act_on_flowctl_action(flow_control->PeriodicUpdate(), this, in grpc_chttp2_transport() 1559 grpc_chttp2_act_on_flowctl_action(s->flow_control->MakeAction(), t, s); in perform_stream_op_locked() 2407 void grpc_chttp2_act_on_flowctl_action( in grpc_chttp2_act_on_flowctl_action() function 2559 grpc_chttp2_act_on_flowctl_action(t->flow_control->MakeAction(), t, nullptr); in continue_read_action_locked() 2628 grpc_chttp2_act_on_flowctl_action(t->flow_control->PeriodicUpdate(), t, in finish_bdp_ping_locked() 2952 grpc_chttp2_act_on_flowctl_action(s->flow_control->MakeAction(), t, s); in NextLocked()
|
D | internal.h | 749 void grpc_chttp2_act_on_flowctl_action(
|
D | parsing.cc | 359 grpc_chttp2_act_on_flowctl_action(action, t, s); in init_data_frame_parser()
|