Searched refs:reset_byte_stream (Results 1 – 4 of 4) sorted by relevance
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
D | chttp2_transport.cc | 147 static void reset_byte_stream(void* arg, grpc_error* error); 694 GRPC_CLOSURE_INIT(&s->reset_byte_stream, reset_byte_stream, s, in init_stream() 2785 static void reset_byte_stream(void* arg, grpc_error* error) { in reset_byte_stream() function 2949 GRPC_CLOSURE_SCHED(&stream_->reset_byte_stream, GRPC_ERROR_REF(error)); in Pull() 2969 GRPC_CLOSURE_SCHED(&stream_->reset_byte_stream, GRPC_ERROR_REF(error)); in Push() 2989 GRPC_CLOSURE_SCHED(&stream_->reset_byte_stream, GRPC_ERROR_REF(error)); in Finished()
|
D | internal.h | 560 grpc_closure reset_byte_stream; member
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/ |
D | chttp2_transport.cc | 162 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()
|
D | internal.h | 605 grpc_closure reset_byte_stream; member
|