Searched refs:grpc_stream_ref (Results 1 – 12 of 12) sorted by relevance
/external/grpc-grpc/src/core/lib/channel/ |
D | channel_stack.h | 228 grpc_stream_ref(&(call_stack)->refcount, reason) 232 grpc_stream_ref(&(channel_stack)->refcount, reason) 237 grpc_stream_ref(&(call_stack)->refcount) 241 grpc_stream_ref(&(channel_stack)->refcount)
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/channel/ |
D | channel_stack.h | 236 grpc_stream_ref(&(call_stack)->refcount, reason) 240 grpc_stream_ref(&(channel_stack)->refcount, reason) 246 grpc_stream_ref(&(call_stack)->refcount); \ 256 grpc_stream_ref(&(channel_stack)->refcount); \
|
/external/grpc-grpc/src/core/lib/transport/ |
D | transport.cc | 40 void grpc_stream_ref(grpc_stream_refcount* refcount, const char* reason) { function 48 void grpc_stream_ref(grpc_stream_refcount* refcount) { 87 grpc_stream_ref(STREAM_REF_FROM_SLICE_REF(p), "slice"); 89 grpc_stream_ref(STREAM_REF_FROM_SLICE_REF(p));
|
D | transport.h | 66 void grpc_stream_ref(grpc_stream_refcount* refcount, const char* reason); 73 void grpc_stream_ref(grpc_stream_refcount* refcount);
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/transport/ |
D | transport.h | 82 inline void grpc_stream_ref(grpc_stream_refcount* refcount, in grpc_stream_ref() function 91 inline void grpc_stream_ref(grpc_stream_refcount* refcount) { in grpc_stream_ref() function
|
D | transport.cc | 71 grpc_stream_ref(STREAM_REF_FROM_SLICE_REF(&refcount->slice_refcount), in grpc_slice_from_stream_owned_buffer() 74 grpc_stream_ref(STREAM_REF_FROM_SLICE_REF(&refcount->slice_refcount)); in grpc_slice_from_stream_owned_buffer()
|
/external/grpc-grpc/src/core/ext/transport/inproc/ |
D | inproc_transport.cc | 148 #define STREAM_REF(refs, reason) grpc_stream_ref(refs, reason) 151 #define STREAM_REF(refs, reason) grpc_stream_ref(refs)
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/inproc/ |
D | inproc_transport.cc | 209 #define STREAM_REF(refs, reason) grpc_stream_ref(refs, reason) 212 #define STREAM_REF(refs, reason) grpc_stream_ref(refs)
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/cronet/transport/ |
D | cronet_transport.cc | 227 grpc_stream_ref(s->refcount, reason); in grpc_cronet_stream_ref() 236 void grpc_cronet_stream_ref(stream_obj* s) { grpc_stream_ref(s->refcount); } in grpc_cronet_stream_ref()
|
/external/grpc-grpc/src/core/ext/transport/cronet/transport/ |
D | cronet_transport.cc | 206 grpc_stream_ref(s->refcount, reason); in grpc_cronet_stream_ref() 215 void grpc_cronet_stream_ref(stream_obj* s) { grpc_stream_ref(s->refcount); } in grpc_cronet_stream_ref()
|
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
D | chttp2_transport.cc | 652 grpc_stream_ref(s->refcount, reason); in grpc_chttp2_stream_ref() 659 grpc_stream_ref(s->refcount); in grpc_chttp2_stream_ref()
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/ |
D | chttp2_transport.cc | 587 grpc_stream_ref(s->refcount, reason); in grpc_chttp2_stream_ref() 594 grpc_stream_ref(s->refcount); in grpc_chttp2_stream_ref()
|