Home
last modified time | relevance | path

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

/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dchttp2_transport.cc162 static void reset_byte_stream(void* arg, grpc_error* error);
636 GRPC_CLOSURE_INIT(&reset_byte_stream, ::reset_byte_stream, this, nullptr);
2893 static void reset_byte_stream(void* arg, grpc_error* error) { in reset_byte_stream() function
3052 stream_->t->combiner->Run(&stream_->reset_byte_stream, in Pull()
3074 transport_->combiner->Run(&stream_->reset_byte_stream, in Push()
3095 transport_->combiner->Run(&stream_->reset_byte_stream, in Finished()
Dinternal.h605 grpc_closure reset_byte_stream; member