Searched refs:grpc_chttp2_header_parser_parse (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/ |
D | parsing.cc | 475 "header", grpc_chttp2_header_parser_parse, &t->hpack_parser}; in init_header_skip_frame_parser() 496 if (t->parser.parser == grpc_chttp2_header_parser_parse) { in grpc_chttp2_parsing_become_skip_parser() 659 "header", grpc_chttp2_header_parser_parse, &t->hpack_parser}; in init_header_frame_parser() 842 grpc_error_handle grpc_chttp2_header_parser_parse(void* hpack_parser, in grpc_chttp2_header_parser_parse() function
|
D | hpack_parser.h | 281 grpc_error_handle grpc_chttp2_header_parser_parse(void* hpack_parser,
|
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
H A D | parsing.cc | 499 "header", grpc_chttp2_header_parser_parse, &t->hpack_parser}; in init_header_skip_frame_parser() 519 if (t->parser.parser == grpc_chttp2_header_parser_parse) { in grpc_chttp2_parsing_become_skip_parser() 742 "header", grpc_chttp2_header_parser_parse, &t->hpack_parser}; in init_header_frame_parser() 936 grpc_error_handle grpc_chttp2_header_parser_parse(void* hpack_parser, in grpc_chttp2_header_parser_parse() function
|
H A D | hpack_parser.h | 288 grpc_error_handle grpc_chttp2_header_parser_parse(void* hpack_parser,
|