Home
last modified time | relevance | path

Searched refs:grpc_chttp2_hpack_parser_string (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dhpack_parser.h35 struct grpc_chttp2_hpack_parser_string { struct
64 grpc_chttp2_hpack_parser_string* str; argument
67 grpc_chttp2_hpack_parser_string key;
68 grpc_chttp2_hpack_parser_string value;
Dhpack_parser.cc664 grpc_chttp2_hpack_parser* /*p*/, grpc_chttp2_hpack_parser_string* str) { in take_string_extern()
680 grpc_chttp2_hpack_parser* /*p*/, grpc_chttp2_hpack_parser_string* str) { in take_string_intern()
1257 static void append_bytes(grpc_chttp2_hpack_parser_string* str, in append_bytes()
1274 grpc_chttp2_hpack_parser_string* str = p->parsing.str; in append_string()
1379 grpc_chttp2_hpack_parser_string* str = p->parsing.str; in finish_str()
1485 grpc_chttp2_hpack_parser_string* str) { in begin_parse_string()