Searched refs:grpc_chttp2_stream_ref (Results 1 – 2 of 2) sorted by relevance
741 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);
651 void grpc_chttp2_stream_ref(grpc_chttp2_stream* s, const char* reason) { in grpc_chttp2_stream_ref() function658 void grpc_chttp2_stream_ref(grpc_chttp2_stream* s) { in grpc_chttp2_stream_ref() function