Searched refs:grpc_stream_unref (Results 1 – 7 of 7) sorted by relevance
/external/grpc-grpc/src/core/lib/channel/ |
D | channel_stack.h | 230 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/ |
D | transport.cc | 54 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));
|
D | transport.h | 67 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/ |
D | bm_chttp2_transport.cc | 222 grpc_stream_unref(&refcount_, "DestroyThen"); in DestroyThen() 224 grpc_stream_unref(&refcount_); in DestroyThen()
|
/external/grpc-grpc/src/core/ext/transport/inproc/ |
D | inproc_transport.cc | 149 #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/ |
D | cronet_transport.cc | 209 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/ |
D | chttp2_transport.cc | 655 grpc_stream_unref(s->refcount, reason); in grpc_chttp2_stream_unref() 662 grpc_stream_unref(s->refcount); in grpc_chttp2_stream_unref()
|