Searched refs:debug_length (Results 1 – 2 of 2) sorted by relevance
50 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()
45 uint32_t debug_length; member