Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dinternal.h741 grpc_chttp2_stream_ref(stream, reason)
744 void grpc_chttp2_stream_ref(grpc_chttp2_stream* s, const char* reason);
747 #define GRPC_CHTTP2_STREAM_REF(stream, reason) grpc_chttp2_stream_ref(stream)
750 void grpc_chttp2_stream_ref(grpc_chttp2_stream* s);
Dchttp2_transport.cc651 void grpc_chttp2_stream_ref(grpc_chttp2_stream* s, const char* reason) { in grpc_chttp2_stream_ref() function
658 void grpc_chttp2_stream_ref(grpc_chttp2_stream* s) { in grpc_chttp2_stream_ref() function