Searched refs:grpc_chttp2_rst_stream_create (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/ |
D | frame_rst_stream.cc | 42 grpc_slice grpc_chttp2_rst_stream_create(uint32_t id, uint32_t code, in grpc_chttp2_rst_stream_create() function 76 grpc_chttp2_rst_stream_create(id, code, stats)); in grpc_chttp2_add_rst_stream_to_next_write()
|
D | frame_rst_stream.h | 36 grpc_slice grpc_chttp2_rst_stream_create(uint32_t stream_id, uint32_t code,
|
D | writing.cc | 611 &t_->outbuf, grpc_chttp2_rst_stream_create( in SentLastFrame()
|
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
H A D | frame_rst_stream.cc | 43 grpc_slice grpc_chttp2_rst_stream_create(uint32_t id, uint32_t code, in grpc_chttp2_rst_stream_create() function 77 grpc_chttp2_rst_stream_create(id, code, stats)); in grpc_chttp2_add_rst_stream_to_next_write()
|
H A D | parsing.cc | 648 grpc_slice_buffer_add(&t->qbuf, grpc_chttp2_rst_stream_create( in init_header_frame_parser() 660 grpc_slice_buffer_add(&t->qbuf, grpc_chttp2_rst_stream_create( in init_header_frame_parser() 676 grpc_slice_buffer_add(&t->qbuf, grpc_chttp2_rst_stream_create( in init_header_frame_parser() 702 grpc_chttp2_rst_stream_create(t->incoming_stream_id, in init_header_frame_parser()
|
H A D | frame_rst_stream.h | 36 grpc_slice grpc_chttp2_rst_stream_create(uint32_t stream_id, uint32_t code,
|
H A D | writing.cc | 615 grpc_chttp2_rst_stream_create(s_->id, GRPC_HTTP2_NO_ERROR, in SentLastFrame()
|