Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dframe_goaway.h58 void grpc_chttp2_goaway_append(uint32_t last_stream_id, uint32_t error_code,
Dframe_goaway.cc151 void grpc_chttp2_goaway_append(uint32_t last_stream_id, uint32_t error_code, in grpc_chttp2_goaway_append() function
Dframe_settings.cc204 grpc_chttp2_goaway_append( in grpc_chttp2_settings_parser_parse()
Dchttp2_transport.cc1769 grpc_chttp2_goaway_append(t->last_new_stream_id, in send_goaway()