Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dchttp2_transport.cc2335 uint32_t msg_len_len = GRPC_CHTTP2_VARINT_LENGTH((uint32_t)msg_len, 1); in close_from_api() local
2336 message_pfx = GRPC_SLICE_MALLOC(14 + msg_len_len); in close_from_api()
2352 GRPC_CHTTP2_WRITE_VARINT((uint32_t)msg_len, 1, 0, p, (uint32_t)msg_len_len); in close_from_api()
2353 p += msg_len_len; in close_from_api()