Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dinternal.h730 grpc_chttp2_stream_unref(stream, reason)
732 void grpc_chttp2_stream_unref(grpc_chttp2_stream* s, const char* reason);
736 grpc_chttp2_stream_unref(stream)
738 void grpc_chttp2_stream_unref(grpc_chttp2_stream* s);
Dchttp2_transport.cc779 void grpc_chttp2_stream_unref(grpc_chttp2_stream* s, const char* reason) { in grpc_chttp2_stream_unref() function
786 void grpc_chttp2_stream_unref(grpc_chttp2_stream* s) { in grpc_chttp2_stream_unref() function
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
H A Dinternal.h822 grpc_chttp2_stream_unref(stream, reason)
824 void grpc_chttp2_stream_unref(grpc_chttp2_stream* s, const char* reason);
828 grpc_chttp2_stream_unref(stream)
830 void grpc_chttp2_stream_unref(grpc_chttp2_stream* s);
H A Dchttp2_transport.cc779 void grpc_chttp2_stream_unref(grpc_chttp2_stream* s, const char* reason) { in grpc_chttp2_stream_unref() function
786 void grpc_chttp2_stream_unref(grpc_chttp2_stream* s) { in grpc_chttp2_stream_unref() function