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/ |
D | chttp2_transport.cc | 567 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()
|
D | internal.h | 694 void grpc_chttp2_act_on_flowctl_action(
|
D | parsing.cc | 354 grpc_chttp2_act_on_flowctl_action(action, t, s); in init_data_frame_parser()
|