Searched refs:grpc_chttp2_mark_stream_writable (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
H A D | frame_window_update.cc | 105 grpc_chttp2_mark_stream_writable(t, s); in grpc_chttp2_window_update_parser_parse()
|
H A D | chttp2_transport.cc | 973 void grpc_chttp2_mark_stream_writable(grpc_chttp2_transport* t, in grpc_chttp2_mark_stream_writable() function 1235 grpc_chttp2_mark_stream_writable(t, s); in maybe_start_some_streams() 1431 grpc_chttp2_mark_stream_writable(t, s); in perform_stream_op_locked() 1524 grpc_chttp2_mark_stream_writable(t, s); in perform_stream_op_locked() 1554 grpc_chttp2_mark_stream_writable(t, s); in perform_stream_op_locked() 2580 grpc_chttp2_mark_stream_writable(t, s); in grpc_chttp2_act_on_flowctl_action() 2680 grpc_chttp2_mark_stream_writable(t.get(), s); in read_action_parse_loop_locked()
|
H A D | internal.h | 847 void grpc_chttp2_mark_stream_writable(grpc_chttp2_transport* t,
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/ |
D | frame_window_update.cc | 107 grpc_chttp2_mark_stream_writable(t, s); in grpc_chttp2_window_update_parser_parse()
|
D | chttp2_transport.cc | 976 void grpc_chttp2_mark_stream_writable(grpc_chttp2_transport* t, in grpc_chttp2_mark_stream_writable() function 1251 grpc_chttp2_mark_stream_writable(t, s); in maybe_start_some_streams() 1451 grpc_chttp2_mark_stream_writable(t, s); in perform_stream_op_locked() 1539 grpc_chttp2_mark_stream_writable(t, s); in perform_stream_op_locked() 1569 grpc_chttp2_mark_stream_writable(t, s); in perform_stream_op_locked() 2506 grpc_chttp2_mark_stream_writable(t, s); in grpc_chttp2_act_on_flowctl_action() 2594 grpc_chttp2_mark_stream_writable(t, s); in read_action_locked()
|
D | internal.h | 787 void grpc_chttp2_mark_stream_writable(grpc_chttp2_transport* t,
|