Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/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
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dhpack_parser.h30 typedef struct grpc_chttp2_hpack_parser grpc_chttp2_hpack_parser; typedef
47 struct grpc_chttp2_hpack_parser { struct
55 grpc_chttp2_hpack_parser_state state; argument
57 const grpc_chttp2_hpack_parser_state* next_state; argument
59 grpc_chttp2_hpack_parser_state after_prioritization; argument
65 grpc_chttp2_hpack_parser_string* str; argument
68 grpc_chttp2_hpack_parser_string key; argument
69 grpc_chttp2_hpack_parser_string value; argument
94 void grpc_chttp2_hpack_parser_init(grpc_chttp2_hpack_parser* p); argument