HomeSort by relevance Sort by last modified time
    Searched refs:hpack_parser (Results 1 - 5 of 5) sorted by null

  /external/grpc-grpc/src/core/ext/transport/chttp2/transport/
hpack_parser.h 104 grpc_error* grpc_chttp2_header_parser_parse(void* hpack_parser,
parsing.cc 327 t->parser_data = &t->hpack_parser;
328 t->hpack_parser.on_header = skip_header;
329 t->hpack_parser.on_header_user_data = nullptr;
330 t->hpack_parser.is_boundary = is_eoh;
331 t->hpack_parser.is_eof = static_cast<uint8_t>(is_eoh ? t->header_eof : 0);
570 grpc_chttp2_hpack_parser_set_has_priority(&t->hpack_parser);
613 t->parser_data = &t->hpack_parser;
621 t->hpack_parser.on_header = on_trailing_header;
625 t->hpack_parser.on_header = on_initial_header;
630 t->hpack_parser.on_header = on_trailing_header
    [all...]
internal.h 36 #include "src/core/ext/transport/chttp2/transport/hpack_parser.h"
388 grpc_chttp2_hpack_parser hpack_parser; member in struct:grpc_chttp2_transport
hpack_parser.cc 21 #include "src/core/ext/transport/chttp2/transport/hpack_parser.h"
    [all...]
chttp2_transport.cc 168 grpc_chttp2_hpack_parser_destroy(&t->hpack_parser);
495 grpc_chttp2_hpack_parser_init(&t->hpack_parser);
    [all...]

Completed in 157 milliseconds