Searched refs:init_header_frame_parser (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/ |
D | parsing.cc | 68 static grpc_error_handle init_header_frame_parser(grpc_chttp2_transport* t, 414 return init_header_frame_parser(t, 1); in init_frame_parser() 420 return init_header_frame_parser(t, 0); in init_frame_parser() 564 static grpc_error_handle init_header_frame_parser(grpc_chttp2_transport* t, in init_header_frame_parser() function
|
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
H A D | parsing.cc | 85 static grpc_error_handle init_header_frame_parser(grpc_chttp2_transport* t, 438 return init_header_frame_parser(t, 1, requests_started); in init_frame_parser() 444 return init_header_frame_parser(t, 0, requests_started); in init_frame_parser() 586 static grpc_error_handle init_header_frame_parser(grpc_chttp2_transport* t, in init_header_frame_parser() function
|