Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dhpack_parser.h104 grpc_error* grpc_chttp2_header_parser_parse(void* hpack_parser,
Dparsing.cc326 t->parser = grpc_chttp2_header_parser_parse; in init_skip_frame_parser()
339 init_skip_frame_parser(t, t->parser == grpc_chttp2_header_parser_parse); in grpc_chttp2_parsing_become_skip_parser()
612 t->parser = grpc_chttp2_header_parser_parse; in init_header_frame_parser()
Dhpack_parser.cc1621 grpc_error* grpc_chttp2_header_parser_parse(void* hpack_parser, in grpc_chttp2_header_parser_parse() function