Home
last modified time | relevance | path

Searched refs:grpc_chttp2_act_on_flowctl_action (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dchttp2_transport.cc567 grpc_chttp2_act_on_flowctl_action(t->flow_control->PeriodicUpdate(), t, in init_transport()
1630 grpc_chttp2_act_on_flowctl_action(s->flow_control->MakeAction(), t, s); in perform_stream_op_locked()
2424 void grpc_chttp2_act_on_flowctl_action( in grpc_chttp2_act_on_flowctl_action() function
2550 grpc_chttp2_act_on_flowctl_action(t->flow_control->MakeAction(), t, in read_action_locked()
2591 grpc_chttp2_act_on_flowctl_action(t->flow_control->PeriodicUpdate(), t, in finish_bdp_ping_locked()
2853 grpc_chttp2_act_on_flowctl_action(s->flow_control->MakeAction(), t, s); in NextLocked()
Dinternal.h694 void grpc_chttp2_act_on_flowctl_action(
Dparsing.cc354 grpc_chttp2_act_on_flowctl_action(action, t, s); in init_data_frame_parser()