Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dframe_goaway.cc50 p->debug_length = length - 8; in grpc_chttp2_goaway_parser_begin_frame()
51 p->debug_data = static_cast<char*>(gpr_malloc(p->debug_length)); in grpc_chttp2_goaway_parser_begin_frame()
142 grpc_slice_new(p->debug_data, p->debug_length, gpr_free)); in grpc_chttp2_goaway_parser_parse()
Dframe_goaway.h45 uint32_t debug_length; member