GRPC Core
0.11.0.0
|
Go to the source code of this file.
Data Structures | |
struct | grpc_chttp2_ping_parser |
Functions | |
gpr_slice | grpc_chttp2_ping_create (gpr_uint8 ack, gpr_uint8 *opaque_8bytes) |
grpc_chttp2_parse_error | grpc_chttp2_ping_parser_begin_frame (grpc_chttp2_ping_parser *parser, gpr_uint32 length, gpr_uint8 flags) |
grpc_chttp2_parse_error | grpc_chttp2_ping_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_ping_parser_begin_frame | ( | grpc_chttp2_ping_parser * | parser, |
gpr_uint32 | length, | ||
gpr_uint8 | flags | ||
) |
grpc_chttp2_parse_error grpc_chttp2_ping_parser_parse | ( | void * | parser, |
grpc_chttp2_transport_parsing * | transport_parsing, | ||
grpc_chttp2_stream_parsing * | stream_parsing, | ||
gpr_slice | slice, | ||
int | is_last | ||
) |