Searched refs:grpc_cronet_stream_unref (Results 1 – 2 of 2) sorted by relevance
237 grpc_cronet_stream_unref((stream), (reason))241 void grpc_cronet_stream_unref(stream_obj* s, const char* reason) { in grpc_cronet_stream_unref() function247 grpc_cronet_stream_unref((stream))249 void grpc_cronet_stream_unref(stream_obj* s) { grpc_stream_unref(s->refcount); } in grpc_cronet_stream_unref() function
254 grpc_cronet_stream_unref((stream), (reason))258 void grpc_cronet_stream_unref(stream_obj* s, const char* reason) { in grpc_cronet_stream_unref() function264 grpc_cronet_stream_unref((stream))266 void grpc_cronet_stream_unref(stream_obj* s) { grpc_stream_unref(s->refcount); } in grpc_cronet_stream_unref() function