Home
last modified time | relevance | path

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/
Dchttp2_transport.cc501 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()
Dinternal.h749 void grpc_chttp2_act_on_flowctl_action(
Dparsing.cc359 grpc_chttp2_act_on_flowctl_action(action, t, s); in init_data_frame_parser()