Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dinternal.h743 grpc_chttp2_stream_unref(stream, reason)
745 void grpc_chttp2_stream_unref(grpc_chttp2_stream* s, const char* reason);
749 grpc_chttp2_stream_unref(stream)
751 void grpc_chttp2_stream_unref(grpc_chttp2_stream* s);
Dchttp2_transport.cc654 void grpc_chttp2_stream_unref(grpc_chttp2_stream* s, const char* reason) { in grpc_chttp2_stream_unref() function
661 void grpc_chttp2_stream_unref(grpc_chttp2_stream* s) { in grpc_chttp2_stream_unref() function