Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dhpack_parser.cc1576 #define MAX_PARSE_LENGTH 1024 in grpc_chttp2_hpack_parser_parse() macro
1582 uint8_t* target = start + GPR_MIN(MAX_PARSE_LENGTH, end - start); in grpc_chttp2_hpack_parser_parse()