Searched defs:grpc_cronet_stream_unref (Results 1 – 2 of 2) sorted by relevance
258 void grpc_cronet_stream_unref(stream_obj* s, const char* reason) { in grpc_cronet_stream_unref() function266 void grpc_cronet_stream_unref(stream_obj* s) { grpc_stream_unref(s->refcount); } in grpc_cronet_stream_unref() function
241 void grpc_cronet_stream_unref(stream_obj* s, const char* reason) { in grpc_cronet_stream_unref() function249 void grpc_cronet_stream_unref(stream_obj* s) { grpc_stream_unref(s->refcount); } in grpc_cronet_stream_unref() function