Searched refs:grpc_stream_unref (Results 1 – 12 of 12) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/src/core/lib/channel/ |
D | channel_stack.h | 238 grpc_stream_unref(&(call_stack)->refcount, reason) 242 grpc_stream_unref(&(channel_stack)->refcount, reason) 251 grpc_stream_unref(&(call_stack)->refcount); \ 261 grpc_stream_unref(&(channel_stack)->refcount); \
|
/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/rust/crates/grpcio-sys/grpc/src/core/lib/transport/ |
D | transport.h | 99 inline void grpc_stream_unref(grpc_stream_refcount* refcount, in grpc_stream_unref() function 110 inline void grpc_stream_unref(grpc_stream_refcount* refcount) { in grpc_stream_unref() function
|
/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/rust/crates/grpcio-sys/grpc/src/core/ext/transport/inproc/ |
D | inproc_transport.cc | 210 #define STREAM_UNREF(refs, reason) grpc_stream_unref(refs, reason) 213 #define STREAM_UNREF(refs, reason) grpc_stream_unref(refs)
|
/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/rust/crates/grpcio-sys/grpc/src/core/ext/transport/cronet/transport/ |
D | cronet_transport.cc | 230 grpc_stream_unref(s->refcount, reason); in grpc_cronet_stream_unref() 237 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/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/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/ |
D | chttp2_transport.cc | 590 grpc_stream_unref(s->refcount, reason); in grpc_chttp2_stream_unref() 597 grpc_stream_unref(s->refcount); in grpc_chttp2_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()
|