Home
last modified time | relevance | path

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/
Dframe_rst_stream.cc42 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()
Dframe_rst_stream.h36 grpc_slice grpc_chttp2_rst_stream_create(uint32_t stream_id, uint32_t code,
Dwriting.cc611 &t_->outbuf, grpc_chttp2_rst_stream_create( in SentLastFrame()
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
H A Dframe_rst_stream.cc43 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 Dparsing.cc648 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 Dframe_rst_stream.h36 grpc_slice grpc_chttp2_rst_stream_create(uint32_t stream_id, uint32_t code,
H A Dwriting.cc615 grpc_chttp2_rst_stream_create(s_->id, GRPC_HTTP2_NO_ERROR, in SentLastFrame()