Searched refs:grpc_chttp2_stream_ref (Results 1 – 2 of 2) sorted by relevance
801 grpc_chttp2_stream_ref(stream, reason)804 void grpc_chttp2_stream_ref(grpc_chttp2_stream* s, const char* reason);807 #define GRPC_CHTTP2_STREAM_REF(stream, reason) grpc_chttp2_stream_ref(stream)810 void grpc_chttp2_stream_ref(grpc_chttp2_stream* s);
586 void grpc_chttp2_stream_ref(grpc_chttp2_stream* s, const char* reason) { in grpc_chttp2_stream_ref() function593 void grpc_chttp2_stream_ref(grpc_chttp2_stream* s) { in grpc_chttp2_stream_ref() function