Home
last modified time | relevance | path

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

/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dhpack_parser.h82 uint32_t strgot; member
Dhpack_parser.cc1463 size_t remaining = p->strlen - p->strgot; in parse_string()
1474 GPR_ASSERT(given <= UINT32_MAX - p->strgot); in parse_string()
1475 p->strgot += static_cast<uint32_t>(given); in parse_string()
1497 p->strgot = 0; in begin_parse_string()