Searched refs:msg_len_len (Results 1 – 2 of 2) sorted by relevance
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
D | chttp2_transport.cc | 2335 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()
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/ |
D | chttp2_transport.cc | 2311 uint32_t msg_len_len = GRPC_CHTTP2_VARINT_LENGTH((uint32_t)msg_len, 1); in close_from_api() local 2312 message_pfx = GRPC_SLICE_MALLOC(14 + msg_len_len); in close_from_api() 2328 GRPC_CHTTP2_WRITE_VARINT((uint32_t)msg_len, 1, 0, p, (uint32_t)msg_len_len); in close_from_api() 2329 p += msg_len_len; in close_from_api()
|