Home
last modified time | relevance | path

Searched refs:grpc_chttp2_rst_stream_parser (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dframe_rst_stream.cc80 grpc_chttp2_rst_stream_parser* parser, uint32_t length, uint8_t flags) { in grpc_chttp2_rst_stream_parser_begin_frame()
97 grpc_chttp2_rst_stream_parser* p = in grpc_chttp2_rst_stream_parser_parse()
98 static_cast<grpc_chttp2_rst_stream_parser*>(parser); in grpc_chttp2_rst_stream_parser_parse()
Dframe_rst_stream.h32 struct grpc_chttp2_rst_stream_parser { struct
47 grpc_chttp2_rst_stream_parser* parser, uint32_t length, uint8_t flags); argument
Dinternal.h363 grpc_chttp2_rst_stream_parser rst_stream;
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
H A Dframe_rst_stream.cc81 grpc_chttp2_rst_stream_parser* parser, uint32_t length, uint8_t flags) { in grpc_chttp2_rst_stream_parser_begin_frame()
98 grpc_chttp2_rst_stream_parser* p = in grpc_chttp2_rst_stream_parser_parse()
99 static_cast<grpc_chttp2_rst_stream_parser*>(parser); in grpc_chttp2_rst_stream_parser_parse()
H A Dframe_rst_stream.h32 struct grpc_chttp2_rst_stream_parser { struct
47 grpc_chttp2_rst_stream_parser* parser, uint32_t length, uint8_t flags); argument
H A Dinternal.h390 grpc_chttp2_rst_stream_parser rst_stream;