Home
last modified time | relevance | path

Searched refs:grpc_stream_unref (Results 1 – 7 of 7) sorted by relevance

/external/grpc-grpc/src/core/lib/channel/
Dchannel_stack.h230 grpc_stream_unref(&(call_stack)->refcount, reason)
234 grpc_stream_unref(&(channel_stack)->refcount, reason)
239 grpc_stream_unref(&(call_stack)->refcount)
243 grpc_stream_unref(&(channel_stack)->refcount)
/external/grpc-grpc/src/core/lib/transport/
Dtransport.cc54 void grpc_stream_unref(grpc_stream_refcount* refcount, const char* reason) { function
62 void grpc_stream_unref(grpc_stream_refcount* refcount) {
95 grpc_stream_unref(STREAM_REF_FROM_SLICE_REF(p), "slice");
97 grpc_stream_unref(STREAM_REF_FROM_SLICE_REF(p));
Dtransport.h67 void grpc_stream_unref(grpc_stream_refcount* refcount, const char* reason);
74 void grpc_stream_unref(grpc_stream_refcount* refcount);
/external/grpc-grpc/test/cpp/microbenchmarks/
Dbm_chttp2_transport.cc222 grpc_stream_unref(&refcount_, "DestroyThen"); in DestroyThen()
224 grpc_stream_unref(&refcount_); in DestroyThen()
/external/grpc-grpc/src/core/ext/transport/inproc/
Dinproc_transport.cc149 #define STREAM_UNREF(refs, reason) grpc_stream_unref(refs, reason)
152 #define STREAM_UNREF(refs, reason) grpc_stream_unref(refs)
/external/grpc-grpc/src/core/ext/transport/cronet/transport/
Dcronet_transport.cc209 grpc_stream_unref(s->refcount, reason); in grpc_cronet_stream_unref()
216 void grpc_cronet_stream_unref(stream_obj* s) { grpc_stream_unref(s->refcount); } in grpc_cronet_stream_unref()
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dchttp2_transport.cc655 grpc_stream_unref(s->refcount, reason); in grpc_chttp2_stream_unref()
662 grpc_stream_unref(s->refcount); in grpc_chttp2_stream_unref()