| GRPC Core
    0.10.0.0
    | 
#include "src/core/transport/chttp2/frame_data.h"#include <string.h>#include "src/core/transport/chttp2/internal.h"#include <grpc/support/alloc.h>#include <grpc/support/log.h>#include <grpc/support/useful.h>#include "src/core/transport/transport.h"| Functions | |
| grpc_chttp2_parse_error | grpc_chttp2_data_parser_init (grpc_chttp2_data_parser *parser) | 
| void | grpc_chttp2_data_parser_destroy (grpc_chttp2_data_parser *parser) | 
| grpc_chttp2_parse_error | grpc_chttp2_data_parser_begin_frame (grpc_chttp2_data_parser *parser, gpr_uint8 flags) | 
| grpc_chttp2_parse_error | grpc_chttp2_data_parser_parse (void *parser, grpc_chttp2_transport_parsing *transport_parsing, grpc_chttp2_stream_parsing *stream_parsing, gpr_slice slice, int is_last) | 
| grpc_chttp2_parse_error grpc_chttp2_data_parser_begin_frame | ( | grpc_chttp2_data_parser * | parser, | 
| gpr_uint8 | flags | ||
| ) | 
| void grpc_chttp2_data_parser_destroy | ( | grpc_chttp2_data_parser * | parser | ) | 
| grpc_chttp2_parse_error grpc_chttp2_data_parser_init | ( | grpc_chttp2_data_parser * | parser | ) | 
| grpc_chttp2_parse_error grpc_chttp2_data_parser_parse | ( | void * | parser, | 
| grpc_chttp2_transport_parsing * | transport_parsing, | ||
| grpc_chttp2_stream_parsing * | stream_parsing, | ||
| gpr_slice | slice, | ||
| int | is_last | ||
| ) | 
 1.8.6
 1.8.6