Go to the source code of this file.
|  | 
| static char | get_utf8_safe_char (char c) | 
|  | 
| void | grpc_chttp2_parsing_become_skip_parser (grpc_chttp2_transport *t) | 
|  | 
| grpc_error_handle | grpc_chttp2_perform_read (grpc_chttp2_transport *t, const grpc_slice &slice) | 
|  | 
| static HPackParser::Boundary | hpack_boundary_type (grpc_chttp2_transport *t, bool is_eoh) | 
|  | 
| static HPackParser::LogInfo | hpack_parser_log_info (grpc_chttp2_transport *t, HPackParser::LogInfo::Type type) | 
|  | 
| static grpc_error_handle | init_data_frame_parser (grpc_chttp2_transport *t) | 
|  | 
| static grpc_error_handle | init_frame_parser (grpc_chttp2_transport *t) | 
|  | 
| static grpc_error_handle | init_goaway_parser (grpc_chttp2_transport *t) | 
|  | 
| static grpc_error_handle | init_header_frame_parser (grpc_chttp2_transport *t, int is_continuation) | 
|  | 
| static grpc_error_handle | init_header_skip_frame_parser (grpc_chttp2_transport *t, HPackParser::Priority priority_type) | 
|  | 
| static grpc_error_handle | init_non_header_skip_frame_parser (grpc_chttp2_transport *t) | 
|  | 
| static grpc_error_handle | init_ping_parser (grpc_chttp2_transport *t) | 
|  | 
| static grpc_error_handle | init_rst_stream_parser (grpc_chttp2_transport *t) | 
|  | 
| static grpc_error_handle | init_settings_frame_parser (grpc_chttp2_transport *t) | 
|  | 
| static grpc_error_handle | init_window_update_frame_parser (grpc_chttp2_transport *t) | 
|  | 
| static grpc_error_handle | parse_frame_slice (grpc_chttp2_transport *t, const grpc_slice &slice, int is_last) | 
|  | 
| static grpc_error_handle | skip_parser (void *, grpc_chttp2_transport *, grpc_chttp2_stream *, const grpc_slice &, int) | 
|  | 
◆ get_utf8_safe_char()
  
  | 
        
          | static char get_utf8_safe_char | ( | char | c | ) |  |  | static | 
 
 
◆ grpc_chttp2_parsing_become_skip_parser()
◆ grpc_chttp2_perform_read()
Process one slice of incoming data; return 1 if the connection is still viable after reading, or 0 if the connection should be torn down 
Definition at line 82 of file parsing.cc.
 
 
◆ hpack_boundary_type()
◆ hpack_parser_log_info()
◆ init_data_frame_parser()
◆ init_frame_parser()
◆ init_goaway_parser()
◆ init_header_frame_parser()
◆ init_header_skip_frame_parser()
◆ init_non_header_skip_frame_parser()
◆ init_ping_parser()
◆ init_rst_stream_parser()
◆ init_settings_frame_parser()
◆ init_window_update_frame_parser()
◆ parse_frame_slice()
◆ skip_parser()