Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dparsing.cc45 static grpc_error* init_skip_frame_parser(grpc_chttp2_transport* t,
310 return init_skip_frame_parser(t, 0); in init_frame_parser()
322 static grpc_error* init_skip_frame_parser(grpc_chttp2_transport* t, in init_skip_frame_parser() function
339 init_skip_frame_parser(t, t->parser == grpc_chttp2_header_parser_parse); in grpc_chttp2_parsing_become_skip_parser()
359 return init_skip_frame_parser(t, 0); in init_data_frame_parser()
364 return init_skip_frame_parser(t, 0); in init_data_frame_parser()
387 return init_skip_frame_parser(t, 0); in init_data_frame_parser()
558 return init_skip_frame_parser(t, 1); in init_header_frame_parser()
568 grpc_error* err = init_skip_frame_parser(t, 1); in init_header_frame_parser()
580 return init_skip_frame_parser(t, 1); in init_header_frame_parser()
[all …]