Searched refs:grpc_chttp2_cancel_stream (Results 1 – 3 of 3) sorted by relevance
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
D | parsing.cc | 455 grpc_chttp2_cancel_stream( in on_initial_header() 468 grpc_chttp2_cancel_stream(t, s, error); in on_initial_header() 509 grpc_chttp2_cancel_stream( in on_trailing_header() 522 grpc_chttp2_cancel_stream(t, s, error); in on_trailing_header()
|
D | chttp2_transport.cc | 1185 grpc_chttp2_cancel_stream( in maybe_start_some_streams() 1321 grpc_chttp2_cancel_stream(t, s, error); in continue_fetching_send_locked() 1341 grpc_chttp2_cancel_stream(t, s, error); in complete_fetch_locked() 1406 grpc_chttp2_cancel_stream(t, s, op_payload->cancel_stream.cancel_error); in perform_stream_op_locked() 1437 grpc_chttp2_cancel_stream( in perform_stream_op_locked() 1460 grpc_chttp2_cancel_stream( in perform_stream_op_locked() 1557 grpc_chttp2_cancel_stream( in perform_stream_op_locked() 2051 void grpc_chttp2_cancel_stream(grpc_chttp2_transport* t, grpc_chttp2_stream* s, in grpc_chttp2_cancel_stream() function 2395 grpc_chttp2_cancel_stream(args->t, s, GRPC_ERROR_REF(args->error)); in cancel_stream_cb() 2797 grpc_chttp2_cancel_stream(s->t, s, GRPC_ERROR_REF(error)); in reset_byte_stream() [all …]
|
D | internal.h | 783 void grpc_chttp2_cancel_stream(grpc_chttp2_transport* t, grpc_chttp2_stream* s,
|