Home
last modified time | relevance | path

Searched defs:grpc_chttp2_hpack_parser (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dhpack_parser.h30 typedef struct grpc_chttp2_hpack_parser grpc_chttp2_hpack_parser; typedef
46 struct grpc_chttp2_hpack_parser { struct
54 grpc_chttp2_hpack_parser_state state; argument
56 const grpc_chttp2_hpack_parser_state* next_state; argument
58 grpc_chttp2_hpack_parser_state after_prioritization; argument
64 grpc_chttp2_hpack_parser_string* str; argument
67 grpc_chttp2_hpack_parser_string key; argument
68 grpc_chttp2_hpack_parser_string value; argument
70 uint32_t index;
75 grpc_mdelem md_for_index;
[all …]
Dhpack_parser.cc664 grpc_chttp2_hpack_parser* /*p*/, grpc_chttp2_hpack_parser_string* str) { in take_string_extern() argument
680 grpc_chttp2_hpack_parser* /*p*/, grpc_chttp2_hpack_parser_string* str) { in take_string_intern() argument