Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dhpack_parser.h45 } grpc_chttp2_hpack_parser_string; typedef
65 grpc_chttp2_hpack_parser_string* str;
68 grpc_chttp2_hpack_parser_string key;
69 grpc_chttp2_hpack_parser_string value;
Dhpack_parser.cc659 grpc_chttp2_hpack_parser_string* str, in take_string()
1227 static void append_bytes(grpc_chttp2_hpack_parser_string* str, in append_bytes()
1244 grpc_chttp2_hpack_parser_string* str = p->parsing.str; in append_string()
1345 grpc_chttp2_hpack_parser_string* str = p->parsing.str; in finish_str()
1453 grpc_chttp2_hpack_parser_string* str) { in begin_parse_string()