Searched refs:grpc_cronet_stream_ref (Results 1 – 2 of 2) sorted by relevance
235 grpc_cronet_stream_ref((stream), (reason))238 void grpc_cronet_stream_ref(stream_obj* s, const char* reason) { in grpc_cronet_stream_ref() function245 #define GRPC_CRONET_STREAM_REF(stream, reason) grpc_cronet_stream_ref((stream))248 void grpc_cronet_stream_ref(stream_obj* s) { grpc_stream_ref(s->refcount); } in grpc_cronet_stream_ref() function
252 grpc_cronet_stream_ref((stream), (reason))255 void grpc_cronet_stream_ref(stream_obj* s, const char* reason) { in grpc_cronet_stream_ref() function262 #define GRPC_CRONET_STREAM_REF(stream, reason) grpc_cronet_stream_ref((stream))265 void grpc_cronet_stream_ref(stream_obj* s) { grpc_stream_ref(s->refcount); } in grpc_cronet_stream_ref() function