Searched defs:grpc_chttp2_hpack_parser (Results 1 – 3 of 3) sorted by relevance
30 typedef struct grpc_chttp2_hpack_parser grpc_chttp2_hpack_parser; typedef46 struct grpc_chttp2_hpack_parser { struct54 grpc_chttp2_hpack_parser_state state; argument56 const grpc_chttp2_hpack_parser_state* next_state; argument58 grpc_chttp2_hpack_parser_state after_prioritization; argument64 grpc_chttp2_hpack_parser_string* str; argument67 grpc_chttp2_hpack_parser_string key; argument68 grpc_chttp2_hpack_parser_string value; argument70 uint32_t index;75 grpc_mdelem md_for_index;[all …]
664 grpc_chttp2_hpack_parser* /*p*/, grpc_chttp2_hpack_parser_string* str) { in take_string_extern() argument680 grpc_chttp2_hpack_parser* /*p*/, grpc_chttp2_hpack_parser_string* str) { in take_string_intern() argument
30 typedef struct grpc_chttp2_hpack_parser grpc_chttp2_hpack_parser; typedef47 struct grpc_chttp2_hpack_parser { struct55 grpc_chttp2_hpack_parser_state state; argument57 const grpc_chttp2_hpack_parser_state* next_state; argument59 grpc_chttp2_hpack_parser_state after_prioritization; argument65 grpc_chttp2_hpack_parser_string* str; argument68 grpc_chttp2_hpack_parser_string key; argument69 grpc_chttp2_hpack_parser_string value; argument94 void grpc_chttp2_hpack_parser_init(grpc_chttp2_hpack_parser* p); argument